Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Date-Manip for openSUSE:Factory
checked in at 2021-03-05 13:43:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Date-Manip (Old)
and /work/SRC/openSUSE:Factory/.perl-Date-Manip.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Date-Manip"
Fri Mar 5 13:43:55 2021 rev:61 rq:876202 version:6.85
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Date-Manip/perl-Date-Manip.changes
2020-12-03 18:42:32.934139142 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Date-Manip.new.2378/perl-Date-Manip.changes
2021-03-05 13:44:03.123555422 +0100
@@ -1,0 +2,18 @@
+Tue Mar 2 03:09:14 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 6.85
+ see /usr/share/doc/packages/perl-Date-Manip/Changes
+
+ 6.85 2021-03-01
+ - Test fixes
+ Missed some tests that were failing.
+
+ 6.84 2021-03-01
+ - Time zone fixes
+ Newest zoneinfo data (tzdata 2021a).
+
+ - Language fixes
+ Corrections and additions to Italian. Patch supplied by Leo
+ Cacciari (GitHub #33)
+
+-------------------------------------------------------------------
Old:
----
Date-Manip-6.83.tar.gz
New:
----
Date-Manip-6.85.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Date-Manip.spec ++++++
--- /var/tmp/diff_new_pack.QdM6lD/_old 2021-03-05 13:44:03.695555942 +0100
+++ /var/tmp/diff_new_pack.QdM6lD/_new 2021-03-05 13:44:03.695555942 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Date-Manip
#
-# 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 Date-Manip
Name: perl-Date-Manip
-Version: 6.83
+Version: 6.85
Release: 0
-%define cpan_name Date-Manip
Summary: Date manipulation routines
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Inter) >= 1.09
@@ -115,12 +113,12 @@
package.
%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
@@ -131,7 +129,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes examples README README.first
%license LICENSE
++++++ Date-Manip-6.83.tar.gz -> Date-Manip-6.85.tar.gz ++++++
++++ 53933 lines of diff (skipped)