From 2bf695cf564b18648d898e42116f4ce53c06fb06b4f71c90c9ff3498489bbf1d Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Sun, 17 Oct 2010 16:56:22 +0000 Subject: [PATCH] update to 1.5000, added deps patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=5 --- DateTime-Format-Strptime-1.4000.tar.bz2 | 3 -- DateTime-Format-Strptime-1.5000-deps.patch | 51 ++++++++++++++++++++++ DateTime-Format-Strptime-1.5000.tar.bz2 | 3 ++ perl-DateTime-Format-Strptime.changes | 7 +++ perl-DateTime-Format-Strptime.spec | 6 ++- 5 files changed, 65 insertions(+), 5 deletions(-) delete mode 100644 DateTime-Format-Strptime-1.4000.tar.bz2 create mode 100644 DateTime-Format-Strptime-1.5000-deps.patch create mode 100644 DateTime-Format-Strptime-1.5000.tar.bz2 diff --git a/DateTime-Format-Strptime-1.4000.tar.bz2 b/DateTime-Format-Strptime-1.4000.tar.bz2 deleted file mode 100644 index ab15322..0000000 --- a/DateTime-Format-Strptime-1.4000.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d54e1caf95152c6a50e355f052a62d4a1f97a08af352cd06f60752d46151d1f0 -size 25490 diff --git a/DateTime-Format-Strptime-1.5000-deps.patch b/DateTime-Format-Strptime-1.5000-deps.patch new file mode 100644 index 0000000..dfa54df --- /dev/null +++ b/DateTime-Format-Strptime-1.5000-deps.patch @@ -0,0 +1,51 @@ +diff -ruN DateTime-Format-Strptime-1.5000-orig/Makefile.PL DateTime-Format-Strptime-1.5000/Makefile.PL +--- DateTime-Format-Strptime-1.5000-orig/Makefile.PL 2010-10-16 22:26:44.000000000 +0200 ++++ DateTime-Format-Strptime-1.5000/Makefile.PL 2010-10-17 17:29:38.000000000 +0200 +@@ -20,11 +20,11 @@ + 'LICENSE' => 'artistic_2', + 'NAME' => 'DateTime::Format::Strptime', + 'PREREQ_PM' => { +- 'DateTime' => '0.4304', ++ 'DateTime' => '0.44', + 'DateTime::Locale' => '0.45', + 'DateTime::TimeZone' => '0.79', + 'Params::Validate' => '0.64', +- 'Test::More' => '0.88' ++ 'Test::More' => '0.72' + }, + 'VERSION' => '1.5000', + 'test' => { +diff -ruN DateTime-Format-Strptime-1.5000-orig/META.json DateTime-Format-Strptime-1.5000/META.json +--- DateTime-Format-Strptime-1.5000-orig/META.json 2010-10-16 22:26:44.000000000 +0200 ++++ DateTime-Format-Strptime-1.5000/META.json 2010-10-17 17:29:54.000000000 +0200 +@@ -21,11 +21,11 @@ + }, + "runtime" : { + "requires" : { +- "DateTime" : "0.4304", ++ "DateTime" : "0.44", + "DateTime::Locale" : "0.45", + "DateTime::TimeZone" : "0.79", + "Params::Validate" : "0.64", +- "Test::More" : "0.88" ++ "Test::More" : "0.72" + } + } + }, +diff -ruN DateTime-Format-Strptime-1.5000-orig/META.yml DateTime-Format-Strptime-1.5000/META.yml +--- DateTime-Format-Strptime-1.5000-orig/META.yml 2010-10-16 22:26:44.000000000 +0200 ++++ DateTime-Format-Strptime-1.5000/META.yml 2010-10-17 17:30:07.000000000 +0200 +@@ -13,11 +13,11 @@ + version: 1.4 + name: DateTime-Format-Strptime + requires: +- DateTime: 0.4304 ++ DateTime: 0.44 + DateTime::Locale: 0.45 + DateTime::TimeZone: 0.79 + Params::Validate: 0.64 +- Test::More: 0.88 ++ Test::More: 0.72 + resources: + bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=DateTime-Format-Strptime + repository: http://hg.urth.org/hg/DateTime-Format-Strptime diff --git a/DateTime-Format-Strptime-1.5000.tar.bz2 b/DateTime-Format-Strptime-1.5000.tar.bz2 new file mode 100644 index 0000000..f9641b2 --- /dev/null +++ b/DateTime-Format-Strptime-1.5000.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d230e3c65f27f1996cf9bb24e0224835b9f32f684567fb9c8323ee9eca4aba73 +size 25651 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index 126c04f..ff3a70c 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Oct 17 16:54:30 UTC 2010 - chris@computersalat.de + +- update to 1.5000 + - This module did not recognize UTC as a valid time zone. RT #59209. +- added deps patch + ------------------------------------------------------------------- Fri Jul 2 15:00:46 UTC 2010 - chris@computersalat.de diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index 04129cd..52a1718 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -1,5 +1,5 @@ # -# spec file for package perl-DateTime-Format-Strptime (Version 1.4000) +# spec file for package perl-DateTime-Format-Strptime (Version 1.5000) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,13 +20,14 @@ Name: perl-DateTime-Format-Strptime %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns -Version: 1.4000 +Version: 1.5000 Release: 1 License: Artistic 2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DateTime-Format-Strptime/ #Source: http://www.cpan.org/modules/by-module/DateTime/DateTime-Format-Strptime-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 +Patch: %{cpan_name}-1.5000-deps.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -55,6 +56,7 @@ Authors: %prep %setup -q -n %{cpan_name}-%{version} +%patch -p1 %build %{__perl} Makefile.PL INSTALLDIRS=vendor