1
0
forked from pool/perl-TimeDate

Accepting request 28399 from devel:languages:perl

Copy from devel:languages:perl/perl-TimeDate based on submit request 28399 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28399
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-TimeDate?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-01-12 08:25:22 +00:00 committed by Git OBS Bridge
parent ecd6d85155
commit 9f6f2df419
6 changed files with 31 additions and 17 deletions

View File

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

3
TimeDate-1.19.tar.gz Normal file
View File

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

View File

@ -1,6 +1,6 @@
--- lib/Date/Format.pm --- lib/Date/Format.pm.orig 2009-09-19 09:04:02.000000000 -0700
+++ lib/Date/Format.pm +++ lib/Date/Format.pm 2009-09-25 14:33:09.000000000 -0700
@@ -85,7 +85,7 @@ @@ -83,7 +83,7 @@
$tzname = sprintf("%+05d",$tzname) $tzname = sprintf("%+05d",$tzname)
unless($tzname =~ /\D/); unless($tzname =~ /\D/);
@ -9,7 +9,7 @@
@$me = gmtime($epoch + tz_offset($tzname) - tz_offset()); @$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_M { sprintf("%02d",$_[0]->[1]) }
sub format_q { sprintf("%01d",int($_[0]->[4] / 3) + 1) } sub format_q { sprintf("%01d",int($_[0]->[4] / 3) + 1) }
sub format_s { sub format_s {

View File

@ -1,8 +1,6 @@
Index: lib/Date/Parse.pm --- 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
--- lib/Date/Parse.pm.orig @@ -322,6 +322,8 @@
+++ lib/Date/Parse.pm
@@ -320,6 +320,8 @@ if they could be extracted from the date
the timezone offset in seconds from GMT. An empty array is returned upon the timezone offset in seconds from GMT. An empty array is returned upon
failure. failure.
@ -10,4 +8,4 @@ Index: lib/Date/Parse.pm
+ +
=head1 MULTI-LANGUAGE SUPPORT =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

View File

@ -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 Fri Jul 31 16:21:55 CEST 2009 - lrupp@suse.de

View File

@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,8 +21,8 @@
Name: perl-TimeDate Name: perl-TimeDate
%define cpan_name TimeDate %define cpan_name TimeDate
Summary: Parse date strings into time values Summary: Parse date strings into time values
Version: 1.16 Version: 1.19
Release: 259 Release: 1
License: Artistic License .. License: Artistic License ..
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
AutoReqProv: on AutoReqProv: on