diff --git a/DateTime-Format-Strptime-1.57.tar.gz b/DateTime-Format-Strptime-1.57.tar.gz deleted file mode 100644 index 1eb1181..0000000 --- a/DateTime-Format-Strptime-1.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87fe0184d760f780de2405b2dffd579e19c755d006f1c4e799eb3d3476892659 -size 40220 diff --git a/DateTime-Format-Strptime-1.60.tar.gz b/DateTime-Format-Strptime-1.60.tar.gz new file mode 100644 index 0000000..500f7e6 --- /dev/null +++ b/DateTime-Format-Strptime-1.60.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766a69029733c7a467272b0e868c75be05ba1a11c2a8ec17cf149915eda53116 +size 41609 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index 8c98338..35671eb 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Mon Nov 9 09:39:47 UTC 2015 - coolo@suse.com + +- updated to 1.60 + see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes + + 1.60 2015-11-07 + + - This release is identical to the prior trial release. The changes for the + trial releases are reproduced below for convenience. + + [BACKWARDS INCOMPATIBILITIES] + + - The error messages for various types of failures have changed. + + - The never-documented diagnostic parameter for the constructor has been + removed. + + - The never-documented feature to allow you to use arbitrary DateTime.pm + methods in the parsing pattern has been removed. This never made much sense + anyway, since most DateTime.pm methods are not constructor params, but they + were used that way. + + - Using the pattern, locale, and time_zone to set the respective attribute is + now deprecated. Make a new object instead of changing one of these values. + + [BUG FIXES] + + - Fixed a warning from the tests with newer Perl versions. RT #107620. + + - Clarified docs to note that %Y and %G require 4-digit years. Reported by + Karen Etheridge. RT #103147. + + - Using the 24-hour token (%H) with an AM/PM specifier (%p) now leads to an + error if you try to parse something like "23:01 AM". Reported by Ric + Signes. RT #92445. + + + 1.59 2015-10-25 (TRIAL RELEASE) + + - The previous release accidentally included an old version of Strptime.pm in + the root dir, causing all sorts of chaos and test failures. + + + 1.58 2015-10-18 (TRIAL RELEASE) + + - This release is a substantial rewrite. Please test it and file bugs for any + unintentional breakage. + + * The error messages for various types of failures have changed. + + * The never-documented diagnostic parameter for the constructor has been + removed. + + * The never-documented feature to allow you to use arbitrary DateTime.pm + methods in the parsing pattern has been removed. This never made much sense + anyway, since most DateTime.pm methods are not constructor params, but they + were used that way. + + * Using the pattern, locale, and time_zone to set the respective attribute is + now deprecated. Make a new object instead of changing one of these values. + + - Fixed a warning from the tests with newer Perl versions. RT #107620. + + - Clarified docs to note that %Y and %G require 4-digit years. Reported by + Karen Etheridge. RT #103147. + ------------------------------------------------------------------- Mon Oct 5 08:32:24 UTC 2015 - coolo@suse.com diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index e9fcb3e..6d5644f 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -17,7 +17,7 @@ Name: perl-DateTime-Format-Strptime -Version: 1.57 +Version: 1.60 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns @@ -33,12 +33,17 @@ BuildRequires: perl-macros BuildRequires: perl(DateTime) >= 1.00 BuildRequires: perl(DateTime::Locale) >= 0.450000 BuildRequires: perl(DateTime::TimeZone) >= 0.79 -BuildRequires: perl(Params::Validate) >= 0.64 +BuildRequires: perl(Package::DeprecationManager) +BuildRequires: perl(Params::Validate) >= 1.20 +BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 +BuildRequires: perl(Try::Tiny) Requires: perl(DateTime) >= 1.00 Requires: perl(DateTime::Locale) >= 0.450000 Requires: perl(DateTime::TimeZone) >= 0.79 -Requires: perl(Params::Validate) >= 0.64 +Requires: perl(Package::DeprecationManager) +Requires: perl(Params::Validate) >= 1.20 +Requires: perl(Try::Tiny) %{perl_requires} %description @@ -64,6 +69,6 @@ and a pattern and returns the 'DateTime' object associated. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README.md +%doc bench Changes LICENSE README.md %changelog