From 8aa9ea7b27cf7643988bbdfeefcf2bd301654b12d0f4c454691d24c0cdc00753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Wed, 9 Mar 2011 10:59:47 +0000 Subject: [PATCH] - 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 --- Date-Manip-6.21.tar.bz2 | 3 --- Date-Manip-6.22.tar.bz2 | 3 +++ perl-Date-Manip.changes | 21 +++++++++++++++++++++ perl-Date-Manip.spec | 8 ++++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 Date-Manip-6.21.tar.bz2 create mode 100644 Date-Manip-6.22.tar.bz2 diff --git a/Date-Manip-6.21.tar.bz2 b/Date-Manip-6.21.tar.bz2 deleted file mode 100644 index ad7a8a2..0000000 --- a/Date-Manip-6.21.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51bcfd5a2fcba48375b0c1031dd0556ce7aad0701128080dd85d194258b6a62b -size 856924 diff --git a/Date-Manip-6.22.tar.bz2 b/Date-Manip-6.22.tar.bz2 new file mode 100644 index 0000000..3de42a2 --- /dev/null +++ b/Date-Manip-6.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83aa95a337066f23f69c5d887e35f1fea4510a2e99bf552ad1502bfe998a8ba2 +size 857260 diff --git a/perl-Date-Manip.changes b/perl-Date-Manip.changes index e4bbc55..daee574 100644 --- a/perl-Date-Manip.changes +++ b/perl-Date-Manip.changes @@ -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 diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index 3875b28..de76a79 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -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/