Hello community,
here is the log from the commit of package perl-DateTime-Format-Strptime for
openSUSE:Factory checked in at 2015-11-11 10:31:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime (Old)
and /work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime-Format-Strptime"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime/perl-DateTime-Format-Strptime.changes
2015-10-14 16:44:22.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new/perl-DateTime-Format-Strptime.changes
2015-11-11 10:36:08.000000000 +0100
@@ -1,0 +2,67 @@
+Mon Nov 9 09:39:47 UTC 2015 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
DateTime-Format-Strptime-1.57.tar.gz
New:
----
DateTime-Format-Strptime-1.60.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DateTime-Format-Strptime.spec ++++++
--- /var/tmp/diff_new_pack.zJBgFE/_old 2015-11-11 10:36:09.000000000 +0100
+++ /var/tmp/diff_new_pack.zJBgFE/_new 2015-11-11 10:36:09.000000000 +0100
@@ -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(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 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE README.md
+%doc bench Changes LICENSE README.md
%changelog
++++++ DateTime-Format-Strptime-1.57.tar.gz ->
DateTime-Format-Strptime-1.60.tar.gz ++++++
++++ 6373 lines of diff (skipped)