diff --git a/HTTP-Date-6.03.tar.gz b/HTTP-Date-6.03.tar.gz deleted file mode 100644 index c6ae9c9..0000000 --- a/HTTP-Date-6.03.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8478563ac97b6ae3310b31615600f37c1ca78571dcaafe83b0c5483313d9dc08 -size 31224 diff --git a/HTTP-Date-6.05.tar.gz b/HTTP-Date-6.05.tar.gz new file mode 100644 index 0000000..bc71042 --- /dev/null +++ b/HTTP-Date-6.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365d6294dfbd37ebc51def8b65b81eb79b3934ecbc95a2ec2d4d827efe6a922b +size 29673 diff --git a/perl-HTTP-Date.changes b/perl-HTTP-Date.changes index 78ef1b9..2d3b03d 100644 --- a/perl-HTTP-Date.changes +++ b/perl-HTTP-Date.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Nov 20 09:19:33 UTC 2019 - + +- updated to 6.05 + see /usr/share/doc/packages/perl-HTTP-Date/Changes + + 6.05 2019-11-19 03:02:32Z + - Bump minimum version of Time::Local to 1.28 (GH#17) (Olaf Alders) + +------------------------------------------------------------------- +Fri Nov 15 09:05:47 UTC 2019 - + +- updated to 6.04 + see /usr/share/doc/packages/perl-HTTP-Date/Changes + + 6.04 2019-11-14 22:22:50Z + - Replace vars with our (GH#15) (James Raspass) + - Tidy lib and t files (GH#16) (Olaf Alders) + ------------------------------------------------------------------- Thu Nov 14 09:30:53 UTC 2019 - diff --git a/perl-HTTP-Date.spec b/perl-HTTP-Date.spec index 5640e27..f5ed413 100644 --- a/perl-HTTP-Date.spec +++ b/perl-HTTP-Date.spec @@ -17,7 +17,7 @@ Name: perl-HTTP-Date -Version: 6.03 +Version: 6.05 Release: 0 %define cpan_name HTTP-Date Summary: HTTP::Date - date conversion routines @@ -30,7 +30,9 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Time::Local) >= 1.28 BuildRequires: perl(Time::Zone) +Requires: perl(Time::Local) >= 1.28 Requires: perl(Time::Zone) %{perl_requires} @@ -148,7 +150,7 @@ make test %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTORS README README.md +%doc Changes CONTRIBUTORS README.md %license LICENSE %changelog