diff --git a/HTTP-Date-6.00.tar.gz b/HTTP-Date-6.00.tar.gz deleted file mode 100644 index 5dc96b9..0000000 --- a/HTTP-Date-6.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:466f7328a1ff465e64c57d18ba2bf5a577fe137c126850e9680d7792a3b3d996 -size 7175 diff --git a/HTTP-Date-6.01.tar.gz b/HTTP-Date-6.01.tar.gz new file mode 100644 index 0000000..22414f2 --- /dev/null +++ b/HTTP-Date-6.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5448bd92018fadbab72a86c1d9e43bf2fa2e1335fb00b46b2fa8ade1eb43057 +size 7178 diff --git a/perl-HTTP-Date.changes b/perl-HTTP-Date.changes index 1b22e1e..3d1b628 100644 --- a/perl-HTTP-Date.changes +++ b/perl-HTTP-Date.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 16 21:12:42 UTC 2012 - coolo@suse.com + +- updated to 6.01 + * Restore perl-5.6 compatiblity. Drop MacOS (classic) support. + ------------------------------------------------------------------- Wed Mar 16 23:08:48 UTC 2011 - chris@computersalat.de diff --git a/perl-HTTP-Date.spec b/perl-HTTP-Date.spec index 51e358d..062840b 100644 --- a/perl-HTTP-Date.spec +++ b/perl-HTTP-Date.spec @@ -1,7 +1,7 @@ # # spec file for package perl-HTTP-Date # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,24 +16,23 @@ # - Name: perl-HTTP-Date +Version: 6.01 +Release: 0 %define cpan_name HTTP-Date Summary: Date conversion routines -Version: 6.00 -Release: 1 -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/HTTP-Date/ -Source: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Date-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Time::Local) -Requires: perl(Time::Local) -%{perl_requires} +#BuildRequires: perl(HTTP::Date) +#BuildRequires: perl(Time::Zone) Recommends: perl(Time::Zone) +%{perl_requires} %description This module provides functions that deal the date formats used by the HTTP @@ -55,11 +54,8 @@ str2time(), are exported by default. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes README %changelog