6.05 bump
This commit is contained in:
parent
5625600fd3
commit
31967d052c
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/HTTP-Date-6.02.tar.gz
|
||||
/HTTP-Date-6.03.tar.gz
|
||||
/HTTP-Date-6.04.tar.gz
|
||||
/HTTP-Date-6.05.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-HTTP-Date
|
||||
Version: 6.04
|
||||
Version: 6.05
|
||||
Release: 1%{?dist}
|
||||
Summary: Date conversion routines
|
||||
License: GPL+ or Artistic
|
||||
@ -15,7 +15,7 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(Time::Local)
|
||||
BuildRequires: perl(Time::Local) >= 1.28
|
||||
# Time::Zone not used
|
||||
# Tests:
|
||||
BuildRequires: perl(blib)
|
||||
@ -28,10 +28,14 @@ BuildRequires: perl(Test::More)
|
||||
# CPAN::Meta not helpful
|
||||
# CPAN::Meta::Prereqs not helpful
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Time::Local) >= 1.28
|
||||
# Strongly recommended:
|
||||
Requires: perl(Time::Zone)
|
||||
Conflicts: perl-libwww-perl < 6
|
||||
|
||||
# Remove under-specified version
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Time::Local\\)$
|
||||
|
||||
%description
|
||||
This module provides functions that deal the date formats used by the HTTP
|
||||
protocol (and then some more). Only the first two functions, time2str() and
|
||||
@ -59,6 +63,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 19 2019 Petr Pisar <ppisar@redhat.com> - 6.05-1
|
||||
- 6.05 bump
|
||||
|
||||
* Fri Nov 15 2019 Petr Pisar <ppisar@redhat.com> - 6.04-1
|
||||
- 6.04 bump
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (HTTP-Date-6.04.tar.gz) = 860afb25a9548561f574fc4ef908a8dedd395af17f220516391b890ac6dd7c26a0974f284d288a26273a12eabea879f2f1a62f0ca0ed3ba59dafa3570c0ee8f4
|
||||
SHA512 (HTTP-Date-6.05.tar.gz) = 08a427a860161cd0d7a34a4fa3eb6bf6439c2504478a308ff560de0e6620c20df46f004cfcb719e3d19e35fdb650728d6983ffce1423f4d9da06f91d85c7b927
|
||||
|
Loading…
Reference in New Issue
Block a user