diff --git a/DateTime-Format-Strptime-1.75.tar.gz b/DateTime-Format-Strptime-1.75.tar.gz deleted file mode 100644 index 5e4854e..0000000 --- a/DateTime-Format-Strptime-1.75.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fcfb2ac4f79d7ff2855a405f39050d2ea691ee098ce54ede8af79c8d6ab3c19 -size 107433 diff --git a/DateTime-Format-Strptime-1.76.tar.gz b/DateTime-Format-Strptime-1.76.tar.gz new file mode 100644 index 0000000..2278b3d --- /dev/null +++ b/DateTime-Format-Strptime-1.76.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593c26466ed7a3d2cefe9215f1619666c5116bd3a551e0aa74b64a6353fcb50d +size 113863 diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes index b1be44a..282cebb 100644 --- a/perl-DateTime-Format-Strptime.changes +++ b/perl-DateTime-Format-Strptime.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Feb 8 06:06:46 UTC 2019 - Stephan Kulow + +- updated to 1.76 + see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes + + 1.76 2019-02-07 + + [BACKWARDS INCOMPATIBILITIES] + + * The ability to set the pattern, time_zone, and locale via accessor methods + has been removed. This was deprecated over three years ago in version + 1.60. It also turns out that the setting was actually broken for a long time + but no one seemed to notice, so I think it's afe to remove this feature. + ------------------------------------------------------------------- Wed Feb 7 16:22:23 UTC 2018 - coolo@suse.com diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec index d3953c8..df679b1 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) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-DateTime-Format-Strptime -Version: 1.75 +Version: 1.76 Release: 0 %define cpan_name DateTime-Format-Strptime Summary: Parse and format strp and strf time patterns License: Artistic-2.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/DateTime-Format-Strptime/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -31,11 +31,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DateTime) >= 1.00 -BuildRequires: perl(DateTime::Locale) >= 1.050000 +BuildRequires: perl(DateTime::Locale) >= 1.230000 BuildRequires: perl(DateTime::Locale::Base) BuildRequires: perl(DateTime::Locale::FromData) BuildRequires: perl(DateTime::TimeZone) >= 2.09 -BuildRequires: perl(Package::DeprecationManager) >= 0.15 BuildRequires: perl(Params::ValidationCompiler) BuildRequires: perl(Specio) >= 0.33 BuildRequires: perl(Specio::Declare) @@ -48,11 +47,10 @@ BuildRequires: perl(Test::Warnings) BuildRequires: perl(Try::Tiny) BuildRequires: perl(parent) Requires: perl(DateTime) >= 1.00 -Requires: perl(DateTime::Locale) >= 1.050000 +Requires: perl(DateTime::Locale) >= 1.230000 Requires: perl(DateTime::Locale::Base) Requires: perl(DateTime::Locale::FromData) Requires: perl(DateTime::TimeZone) >= 2.09 -Requires: perl(Package::DeprecationManager) >= 0.15 Requires: perl(Params::ValidationCompiler) Requires: perl(Specio) >= 0.33 Requires: perl(Specio::Declare) @@ -73,11 +71,11 @@ and a pattern and returns the 'DateTime' object associated. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -86,7 +84,7 @@ and a pattern and returns the 'DateTime' object associated. %files -f %{name}.files %defattr(-,root,root,755) -%doc bench Changes CONTRIBUTING.md README.md +%doc bench Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md %license LICENSE %changelog