Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-DateTime-Format-Strptime for
openSUSE:Factory checked in at 2021-05-07 16:45:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime (Old)
and /work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new.2988
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-DateTime-Format-Strptime"
Fri May 7 16:45:13 2021 rev:27 rq:890409 version:1.79
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-DateTime-Format-Strptime/perl-DateTime-Format-Strptime.changes
2020-12-18 19:52:41.981633556 +0100
+++
/work/SRC/openSUSE:Factory/.perl-DateTime-Format-Strptime.new.2988/perl-DateTime-Format-Strptime.changes
2021-05-07 16:45:18.212371609 +0200
@@ -1,0 +2,13 @@
+Mon May 3 03:06:56 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.79
+ see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
+
+ 1.79 2021-05-02
+
+ * Fix too-strict type checking for time zones. This module now uses the same
+ check as DateTime itself, which allows for things that don't subclass
+ DateTime::TimeZone as long as they provide the same API. Reported by
+ E. Choroba. GH #30.
+
+-------------------------------------------------------------------
Old:
----
DateTime-Format-Strptime-1.78.tar.gz
New:
----
DateTime-Format-Strptime-1.79.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-DateTime-Format-Strptime.spec ++++++
--- /var/tmp/diff_new_pack.7fmf1X/_old 2021-05-07 16:45:18.656370213 +0200
+++ /var/tmp/diff_new_pack.7fmf1X/_new 2021-05-07 16:45:18.660370200 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-DateTime-Format-Strptime
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
+%define cpan_name DateTime-Format-Strptime
Name: perl-DateTime-Format-Strptime
-Version: 1.78
+Version: 1.79
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: 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
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DateTime) >= 1.00
@@ -68,11 +66,12 @@
and a pattern and returns the 'DateTime' object associated.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -83,8 +82,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc azure-pipelines.yml bench Changes CODE_OF_CONDUCT.md CONTRIBUTING.md
README.md
+%doc azure-pipelines.yml bench Changes CODE_OF_CONDUCT.md CONTRIBUTING.md
precious.toml README.md
%license LICENSE
%changelog
++++++ DateTime-Format-Strptime-1.78.tar.gz ->
DateTime-Format-Strptime-1.79.tar.gz ++++++
++++ 367552 lines of diff (skipped)