- update to 6.22

Time zone fixes:
Newest zoneinfo data (tzdata 2011b).
Fixed a bug where the gmtoff method of getting the local timezone was broken.
Fixed the 'env' method of determining the local time zone to allow the
value to be an offset of seconds since UTC.  This allows the VMS
SYS$TIMEZONE_DIFFERENTIAL variable to work correctly.  Martin Zinser.
Removed the SYS$TIMEZONE_RULE method from VMS since the value stored there
is not the name of a timezone (it's a rule in a non-standard format).  Based
on discussion with Martin Zinser.
Language fixes:
The module will now die if a language module cannot be loaded (most
likely due to a YAML::Syck issue).  Based on discussion with Martin Zinser.
Documentation fixes:
Added a sample config file document.  Based on discussion with Rich Duzenbury.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=23
This commit is contained in:
Vítězslav Čížek 2011-03-09 10:59:47 +00:00 committed by Git OBS Bridge
parent 2976281ebc
commit 8aa9ea7b27
4 changed files with 28 additions and 7 deletions

View File

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

3
Date-Manip-6.22.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Mar 9 10:42:00 UTC 2011 - vcizek@novell.com
- update to 6.22
Time zone fixes:
Newest zoneinfo data (tzdata 2011b).
Fixed a bug where the gmtoff method of getting the local timezone was broken.
Fixed the 'env' method of determining the local time zone to allow the
value to be an offset of seconds since UTC. This allows the VMS
SYS$TIMEZONE_DIFFERENTIAL variable to work correctly. Martin Zinser.
Removed the SYS$TIMEZONE_RULE method from VMS since the value stored there
is not the name of a timezone (it's a rule in a non-standard format). Based
on discussion with Martin Zinser.
Language fixes:
The module will now die if a language module cannot be loaded (most
likely due to a YAML::Syck issue). Based on discussion with Martin Zinser.
Documentation fixes:
Added a sample config file document. Based on discussion with Rich Duzenbury.
-------------------------------------------------------------------
Wed Jan 19 15:52:13 UTC 2011 - vcizek@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Date-Manip (Version 6.14)
# spec file for package perl-Date-Manip
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@ -22,8 +22,8 @@
Name: perl-Date-Manip
%define cpan_name Date-Manip
Summary: Date manipulation routines
Version: 6.21
Release: 2
Version: 6.22
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Date-Manip/