From 539cebc64e154db730f5d649534fb9a941d87a4fcdcfedbb7d793ed117622efc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 9 Dec 2013 11:25:36 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Date-Manip?expand=0&rev=46 --- Date-Manip-6.41.tar.gz | 3 --- Date-Manip-6.42.tar.gz | 3 +++ perl-Date-Manip.changes | 28 +++++++++++++++++++++++++++- perl-Date-Manip.spec | 4 ++-- 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 Date-Manip-6.41.tar.gz create mode 100644 Date-Manip-6.42.tar.gz diff --git a/Date-Manip-6.41.tar.gz b/Date-Manip-6.41.tar.gz deleted file mode 100644 index 62d1169..0000000 --- a/Date-Manip-6.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7f654d8a85836bfbb248e21dd2ad39e592aa259f247bf77ef791ff19360de09 -size 1975272 diff --git a/Date-Manip-6.42.tar.gz b/Date-Manip-6.42.tar.gz new file mode 100644 index 0000000..e2265fb --- /dev/null +++ b/Date-Manip-6.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafe7517c44bad74d41a403b40212741e5fec5fcfa3f0802daade151d56ef3a3 +size 1750139 diff --git a/perl-Date-Manip.changes b/perl-Date-Manip.changes index d73bb11..83e8e4a 100644 --- a/perl-Date-Manip.changes +++ b/perl-Date-Manip.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Dec 9 11:20:00 UTC 2013 - coolo@suse.com + +- updated to 6.42 + * Added ParseDateFormat function + + Added the ParseDateFormat function to the DM6 functional interface + in response to RT 89286. + + * Added Common Log format + + Added the date format used in apache logs: 11/Oct/2000:13:55:36 -0700 + RT 89286. + + * Time zone fixes + + Newest zoneinfo data (tzdata 2013h) + + * Bug fixes + + Fixed a bug where dates of the form of a delta with a timezone attached + (i.e. "1 day ago at midnight UTC") failed. RT 89256 + + Fixed a bug where events handling gave a warning if there were no events + that applied. RT 90344 + ------------------------------------------------------------------- Fri Oct 4 09:17:24 UTC 2013 - coolo@suse.com @@ -16,7 +42,7 @@ Fri Oct 4 09:17:24 UTC 2013 - coolo@suse.com Fixed a bug where recurrences with no interval did not work if a start and end date were specified, and no dates fell in that range. Jan Pradac - =item Time zone fixes + * Time zone fixes Newest zoneinfo data (tzdata 2013d) diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index c548991..12a53c2 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -17,7 +17,7 @@ Name: perl-Date-Manip -Version: 6.41 +Version: 6.42 Release: 0 %define cpan_name Date-Manip Summary: Date manipulation routines @@ -51,7 +51,7 @@ Requires: perl(Test::Inter) %description Date::Manip is a series of modules designed to make any common date/time operation easy to do. Operations such as comparing two times, determining a -data a given amount of time from another, or parsing international times +date a given amount of time from another, or parsing international times are all easily done. It deals with time as it is used in the Gregorian calendar (the one currently in use) with full support for time changes due to daylight saving time.