Accepting request 672680 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/672680
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=45
This commit is contained in:
Lars Vogdt 2019-02-08 18:08:55 +00:00 committed by Git OBS Bridge
parent e6e24a04d0
commit a2e2b674e0
4 changed files with 28 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fcfb2ac4f79d7ff2855a405f39050d2ea691ee098ce54ede8af79c8d6ab3c19
size 107433

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:593c26466ed7a3d2cefe9215f1619666c5116bd3a551e0aa74b64a6353fcb50d
size 113863

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 8 06:06:46 UTC 2019 - Stephan Kulow <coolo@suse.com>
- 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 Wed Feb 7 16:22:23 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-DateTime-Format-Strptime # 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 # 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
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: perl-DateTime-Format-Strptime
Version: 1.75 Version: 1.76
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
License: Artistic-2.0 License: Artistic-2.0
Group: Development/Libraries/Perl 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 Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@ -31,11 +31,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(DateTime) >= 1.00 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::Base)
BuildRequires: perl(DateTime::Locale::FromData) BuildRequires: perl(DateTime::Locale::FromData)
BuildRequires: perl(DateTime::TimeZone) >= 2.09 BuildRequires: perl(DateTime::TimeZone) >= 2.09
BuildRequires: perl(Package::DeprecationManager) >= 0.15
BuildRequires: perl(Params::ValidationCompiler) BuildRequires: perl(Params::ValidationCompiler)
BuildRequires: perl(Specio) >= 0.33 BuildRequires: perl(Specio) >= 0.33
BuildRequires: perl(Specio::Declare) BuildRequires: perl(Specio::Declare)
@ -48,11 +47,10 @@ BuildRequires: perl(Test::Warnings)
BuildRequires: perl(Try::Tiny) BuildRequires: perl(Try::Tiny)
BuildRequires: perl(parent) BuildRequires: perl(parent)
Requires: perl(DateTime) >= 1.00 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::Base)
Requires: perl(DateTime::Locale::FromData) Requires: perl(DateTime::Locale::FromData)
Requires: perl(DateTime::TimeZone) >= 2.09 Requires: perl(DateTime::TimeZone) >= 2.09
Requires: perl(Package::DeprecationManager) >= 0.15
Requires: perl(Params::ValidationCompiler) Requires: perl(Params::ValidationCompiler)
Requires: perl(Specio) >= 0.33 Requires: perl(Specio) >= 0.33
Requires: perl(Specio::Declare) Requires: perl(Specio::Declare)
@ -73,11 +71,11 @@ and a pattern and returns the 'DateTime' object associated.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@ -86,7 +84,7 @@ and a pattern and returns the 'DateTime' object associated.
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc bench Changes CONTRIBUTING.md README.md %doc bench Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
%license LICENSE %license LICENSE
%changelog %changelog