Accepting request 105586 from devel:languages:perl

- updated to 6.01
 * Restore perl-5.6 compatiblity.  Drop MacOS (classic) support.

OBS-URL: https://build.opensuse.org/request/show/105586
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Date?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2012-02-17 11:07:46 +00:00 committed by Git OBS Bridge
parent 9257d43ba9
commit 64b4925d7b
4 changed files with 18 additions and 16 deletions

View File

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

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

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

View File

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

View File

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