diff --git a/DateTime-Format-Strptime-1.62.tar.gz b/DateTime-Format-Strptime-1.62.tar.gz deleted file mode 100644 index a5bc862..0000000 --- a/DateTime-Format-Strptime-1.62.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a03478bb832e20854f61a9aea05caf31c2c936cab759eb0b1f854ded4f0c8ae7 -size 42268 diff --git a/DateTime-Format-Strptime-1.63.tar.gz b/DateTime-Format-Strptime-1.63.tar.gz new file mode 100644 index 0000000..0674f9c --- /dev/null +++ b/DateTime-Format-Strptime-1.63.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e14e902dbb0122973efb7badd941050e790f14e82035bc13d607cbbaaf997e0 +size 42612 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index 846ab8f..8a6c4fc 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 14 09:56:02 UTC 2016 - coolo@suse.com + +- updated to 1.63 + see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes + + 1.63 2016-01-13 + + [BUG FIXES] + + - The behaviour of silently ignoring text after the matching part was + lost in the rewrite. This has been restored. Patch by Dagfinn Ilmari + Mannsåker. RT #111155. + ------------------------------------------------------------------- Sat Dec 26 09:41:05 UTC 2015 - coolo@suse.com diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index 3ae9a34..a3e0793 100644 --- a/perl-DateTime-Format-Strptime.spec +++ b/perl-DateTime-Format-Strptime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-Format-Strptime # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-DateTime-Format-Strptime -Version: 1.62 +Version: 1.63 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns @@ -33,6 +33,7 @@ BuildRequires: perl-macros BuildRequires: perl(DateTime) >= 1.00 BuildRequires: perl(DateTime::Locale) >= 0.450000 BuildRequires: perl(DateTime::TimeZone) >= 0.79 +BuildRequires: perl(JSON::PP) >= 2.27300 BuildRequires: perl(Package::DeprecationManager) >= 0.15 BuildRequires: perl(Params::Validate) >= 1.20 BuildRequires: perl(Test::Fatal) @@ -42,6 +43,7 @@ BuildRequires: perl(Try::Tiny) Requires: perl(DateTime) >= 1.00 Requires: perl(DateTime::Locale) >= 0.450000 Requires: perl(DateTime::TimeZone) >= 0.79 +Requires: perl(JSON::PP) >= 2.27300 Requires: perl(Package::DeprecationManager) >= 0.15 Requires: perl(Params::Validate) >= 1.20 Requires: perl(Try::Tiny)