Accepting request 749962 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/749962
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Date?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2019-12-23 21:33:40 +00:00 committed by Git OBS Bridge
commit d3ac9c6fef
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8478563ac97b6ae3310b31615600f37c1ca78571dcaafe83b0c5483313d9dc08
size 31224

BIN
HTTP-Date-6.05.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Nov 20 09:19:33 UTC 2019 - <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>

View File

@ -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