Accepting request 353713 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/353713 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Format-Strptime?expand=0&rev=16
This commit is contained in:
commit
b3480a002e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a03478bb832e20854f61a9aea05caf31c2c936cab759eb0b1f854ded4f0c8ae7
|
|
||||||
size 42268
|
|
3
DateTime-Format-Strptime-1.63.tar.gz
Normal file
3
DateTime-Format-Strptime-1.63.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e14e902dbb0122973efb7badd941050e790f14e82035bc13d607cbbaaf997e0
|
||||||
|
size 42612
|
@ -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
|
Sat Dec 26 09:41:05 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DateTime-Format-Strptime
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-DateTime-Format-Strptime
|
Name: perl-DateTime-Format-Strptime
|
||||||
Version: 1.62
|
Version: 1.63
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DateTime-Format-Strptime
|
%define cpan_name DateTime-Format-Strptime
|
||||||
Summary: Parse and format strp and strf time patterns
|
Summary: Parse and format strp and strf time patterns
|
||||||
@ -33,6 +33,7 @@ BuildRequires: perl-macros
|
|||||||
BuildRequires: perl(DateTime) >= 1.00
|
BuildRequires: perl(DateTime) >= 1.00
|
||||||
BuildRequires: perl(DateTime::Locale) >= 0.450000
|
BuildRequires: perl(DateTime::Locale) >= 0.450000
|
||||||
BuildRequires: perl(DateTime::TimeZone) >= 0.79
|
BuildRequires: perl(DateTime::TimeZone) >= 0.79
|
||||||
|
BuildRequires: perl(JSON::PP) >= 2.27300
|
||||||
BuildRequires: perl(Package::DeprecationManager) >= 0.15
|
BuildRequires: perl(Package::DeprecationManager) >= 0.15
|
||||||
BuildRequires: perl(Params::Validate) >= 1.20
|
BuildRequires: perl(Params::Validate) >= 1.20
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
@ -42,6 +43,7 @@ BuildRequires: perl(Try::Tiny)
|
|||||||
Requires: perl(DateTime) >= 1.00
|
Requires: perl(DateTime) >= 1.00
|
||||||
Requires: perl(DateTime::Locale) >= 0.450000
|
Requires: perl(DateTime::Locale) >= 0.450000
|
||||||
Requires: perl(DateTime::TimeZone) >= 0.79
|
Requires: perl(DateTime::TimeZone) >= 0.79
|
||||||
|
Requires: perl(JSON::PP) >= 2.27300
|
||||||
Requires: perl(Package::DeprecationManager) >= 0.15
|
Requires: perl(Package::DeprecationManager) >= 0.15
|
||||||
Requires: perl(Params::Validate) >= 1.20
|
Requires: perl(Params::Validate) >= 1.20
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
|
Loading…
Reference in New Issue
Block a user