Christian Wittmer 2010-10-17 16:56:22 +00:00 committed by Git OBS Bridge
parent 2042dbd919
commit 2bf695cf56
5 changed files with 65 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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