diff --git a/TimeDate-1.16.tar.gz b/TimeDate-1.16.tar.gz deleted file mode 100644 index 3087380..0000000 --- a/TimeDate-1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7942ef0181b5828563a1b98a0a801a75bc0102773a1c942a09ac1d0b9fba6cb3 -size 22366 diff --git a/TimeDate-1.19.tar.gz b/TimeDate-1.19.tar.gz new file mode 100644 index 0000000..74e517a --- /dev/null +++ b/TimeDate-1.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38b06584ea2490cef3ff2ab38461a0656a576ed29e070d7db4290f2327c7e8d +size 29370 diff --git a/TimeDate-deprecated_array_use.patch b/TimeDate-deprecated_array_use.patch index f401754..a9f5fee 100644 --- a/TimeDate-deprecated_array_use.patch +++ b/TimeDate-deprecated_array_use.patch @@ -1,6 +1,6 @@ ---- lib/Date/Format.pm -+++ lib/Date/Format.pm -@@ -85,7 +85,7 @@ +--- lib/Date/Format.pm.orig 2009-09-19 09:04:02.000000000 -0700 ++++ lib/Date/Format.pm 2009-09-25 14:33:09.000000000 -0700 +@@ -83,7 +83,7 @@ $tzname = sprintf("%+05d",$tzname) unless($tzname =~ /\D/); @@ -9,7 +9,7 @@ @$me = gmtime($epoch + tz_offset($tzname) - tz_offset()); } -@@ -217,7 +217,7 @@ +@@ -215,7 +215,7 @@ sub format_M { sprintf("%02d",$_[0]->[1]) } sub format_q { sprintf("%01d",int($_[0]->[4] / 3) + 1) } sub format_s { diff --git a/TimeDate-podfile-patch b/TimeDate-podfile-patch index fd8faf3..877f5c2 100644 --- a/TimeDate-podfile-patch +++ b/TimeDate-podfile-patch @@ -1,8 +1,6 @@ -Index: lib/Date/Parse.pm -=================================================================== ---- lib/Date/Parse.pm.orig -+++ lib/Date/Parse.pm -@@ -320,6 +320,8 @@ if they could be extracted from the date +--- lib/Date/Parse.pm.orig 2009-09-19 09:04:02.000000000 -0700 ++++ lib/Date/Parse.pm 2009-09-25 14:35:09.000000000 -0700 +@@ -322,6 +322,8 @@ the timezone offset in seconds from GMT. An empty array is returned upon failure. @@ -10,4 +8,4 @@ Index: lib/Date/Parse.pm + =head1 MULTI-LANGUAGE SUPPORT - Date::Parse is capable of parsing dates in several languages, these are + Date::Parse is capable of parsing dates in several languages, these include diff --git a/perl-TimeDate.changes b/perl-TimeDate.changes index 2467a7c..273b48f 100644 --- a/perl-TimeDate.changes +++ b/perl-TimeDate.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Sep 25 22:00:57 UTC 2009 - larry+opensuse@l2g.to + +- New upstream version 1.19 + * Add support for dates like Jul-13-1999 (Brett Warden) + * Added Icelandic language (Tomas Edwardsson) + * Added Romanian language (Doru Petrescu) + * Added Russian language (Denis Poznyakov & Danil Pismenny) + * Added Turkish language (Burak Gursoy) + * Added Spanish language (Adrian Mugnolo) + * Added Chinese language (Kang-min Liu) + * Support parsing dates like 2002-02-26-10:37:21.141 as used by lpd + * Support Z timezone when only the time is specified + * Added METDST to Time::Zone + * Added AKST/AKDT to Time::Zone + ------------------------------------------------------------------- Fri Jul 31 16:21:55 CEST 2009 - lrupp@suse.de diff --git a/perl-TimeDate.spec b/perl-TimeDate.spec index 472cb64..db58d08 100644 --- a/perl-TimeDate.spec +++ b/perl-TimeDate.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-TimeDate (Version 1.16) +# spec file for package perl-TimeDate (Version 1.19) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -21,8 +21,8 @@ Name: perl-TimeDate %define cpan_name TimeDate Summary: Parse date strings into time values -Version: 1.16 -Release: 259 +Version: 1.19 +Release: 1 License: Artistic License .. Group: Development/Libraries/Perl AutoReqProv: on