From 5a60a8782d8795a15973caf576aa15c4934129f565dfcdcad23b99e14eb415b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Mon, 18 Apr 2011 07:47:50 +0000 Subject: [PATCH] - update to 6.23 Bug fixes Fixed a bug where GlobalCnf wasn't working. Peter Edwards Improved error messages in a few cases. Fixed a bug where one invalid date/timezone check was ignored. Morten Bjornsvik Fixed a bug where '$base2 = new Date::Manip::Base $base1' wasn't working. RT 67143 Fixed a bug where passing dates in to the Recur->dates method failed. RT 67144 Fixed a bug where the mode wasn't being preserved correctly for a delta. RT 67150 Fixed a bug in recurrences where a base date outside of a date range with a very uncommon recurrence format would not work correctly. Fixed a problem where the '%s' printf option didn't work in GMT. Time zone fixes Newest zoneinfo data (tzdata 2011f) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=25 --- Date-Manip-6.22.tar.bz2 | 3 --- Date-Manip-6.23.tar.bz2 | 3 +++ perl-Date-Manip.changes | 22 ++++++++++++++++++++++ perl-Date-Manip.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 Date-Manip-6.22.tar.bz2 create mode 100644 Date-Manip-6.23.tar.bz2 diff --git a/Date-Manip-6.22.tar.bz2 b/Date-Manip-6.22.tar.bz2 deleted file mode 100644 index 3de42a2..0000000 --- a/Date-Manip-6.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83aa95a337066f23f69c5d887e35f1fea4510a2e99bf552ad1502bfe998a8ba2 -size 857260 diff --git a/Date-Manip-6.23.tar.bz2 b/Date-Manip-6.23.tar.bz2 new file mode 100644 index 0000000..16dad4f --- /dev/null +++ b/Date-Manip-6.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bca0bfeb63051cfa8659cdfec6e8737ed242c2a705759d3b69934431e08ff0b +size 867831 diff --git a/perl-Date-Manip.changes b/perl-Date-Manip.changes index daee574..aa4b2b4 100644 --- a/perl-Date-Manip.changes +++ b/perl-Date-Manip.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Apr 18 07:20:43 UTC 2011 - vcizek@novell.com + +- update to 6.23 + Bug fixes + Fixed a bug where GlobalCnf wasn't working. Peter Edwards + Improved error messages in a few cases. + Fixed a bug where one invalid date/timezone check was ignored. Morten + Bjornsvik + Fixed a bug where '$base2 = new Date::Manip::Base $base1' wasn't + working. RT 67143 + Fixed a bug where passing dates in to the Recur->dates method failed. + RT 67144 + Fixed a bug where the mode wasn't being preserved correctly for a + delta. RT 67150 + Fixed a bug in recurrences where a base date outside of a date range + with a very uncommon recurrence format would not work correctly. + Fixed a problem where the '%s' printf option didn't work in GMT. + + Time zone fixes + Newest zoneinfo data (tzdata 2011f) + ------------------------------------------------------------------- Wed Mar 9 10:42:00 UTC 2011 - vcizek@novell.com diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index de76a79..23e20d9 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -22,7 +22,7 @@ Name: perl-Date-Manip %define cpan_name Date-Manip Summary: Date manipulation routines -Version: 6.22 +Version: 6.23 Release: 1 License: GPL+ or Artistic Group: Development/Libraries/Perl