- updated to 6.02

* Added support for parsing dates with (faulty) double TZ spec [RT#75150]
 * Doc tweaks.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Date?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2012-05-23 13:38:46 +00:00 committed by Git OBS Bridge
parent 64b4925d7b
commit 7f54263489
4 changed files with 12 additions and 4 deletions

View File

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

3
HTTP-Date-6.02.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 23 13:37:18 UTC 2012 - coolo@suse.com
- updated to 6.02
* Added support for parsing dates with (faulty) double TZ spec [RT#75150]
* Doc tweaks.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 16 21:12:42 UTC 2012 - coolo@suse.com Thu Feb 16 21:12:42 UTC 2012 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-HTTP-Date Name: perl-HTTP-Date
Version: 6.01 Version: 6.02
Release: 0 Release: 0
%define cpan_name HTTP-Date %define cpan_name HTTP-Date
Summary: Date conversion routines Summary: Date conversion routines
@ -41,6 +41,7 @@ str2time(), are exported by default.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Makefile.PL INSTALLDIRS=vendor