Hello community,
here is the log from the commit of package perl-DateTime-Format-Strptime for
openSUSE:Factory checked in at 2019-02-14 14:11:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime (Old)
and /work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime-Format-Strptime"
Thu Feb 14 14:11:24 2019 rev:24 rq:672858 version:1.76
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime/perl-DateTime-Format-Strptime.changes
2018-02-12 10:08:29.440045033 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new.28833/perl-DateTime-Format-Strptime.changes
2019-02-14 14:11:26.672278548 +0100
@@ -1,0 +2,15 @@
+Fri Feb 8 06:06:46 UTC 2019 - Stephan Kulow <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
DateTime-Format-Strptime-1.75.tar.gz
New:
----
DateTime-Format-Strptime-1.76.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DateTime-Format-Strptime.spec ++++++
--- /var/tmp/diff_new_pack.W6osfL/_old 2019-02-14 14:11:27.636278067 +0100
+++ /var/tmp/diff_new_pack.W6osfL/_new 2019-02-14 14:11:27.636278067 +0100
@@ -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 @@
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(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 @@
%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 @@
%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
++++++ DateTime-Format-Strptime-1.75.tar.gz ->
DateTime-Format-Strptime-1.76.tar.gz ++++++
++++ 8313 lines of diff (skipped)