Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Scalar-List-Utils for
openSUSE:Factory checked in at 2021-04-12 12:34:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Scalar-List-Utils (Old)
and /work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Scalar-List-Utils"
Mon Apr 12 12:34:01 2021 rev:20 rq:884105 version:1.56
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Scalar-List-Utils/perl-Scalar-List-Utils.changes
2020-04-18 00:26:46.593598348 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new.2401/perl-Scalar-List-Utils.changes
2021-04-12 12:34:13.561096886 +0200
@@ -1,0 +2,12 @@
+Wed Mar 31 03:09:27 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.56
+ see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
+
+ 1.56 -- 2021-03-30
+ [CHANGES]
+ * Added `List::Util::zip`, `List::Util::mesh` and related functions
+ (RT129479)
+ * Updated embedded ppport.h for Devel::PPPort v3.62
+
+-------------------------------------------------------------------
Old:
----
Scalar-List-Utils-1.55.tar.gz
New:
----
Scalar-List-Utils-1.56.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Scalar-List-Utils.spec ++++++
--- /var/tmp/diff_new_pack.wcgJsn/_old 2021-04-12 12:34:14.009097580 +0200
+++ /var/tmp/diff_new_pack.wcgJsn/_new 2021-04-12 12:34:14.009097580 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Scalar-List-Utils
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,17 +16,15 @@
#
+%define cpan_name Scalar-List-Utils
Name: perl-Scalar-List-Utils
-Version: 1.55
+Version: 1.56
Release: 0
-%define cpan_name Scalar-List-Utils
Summary: Common Scalar and List utility subroutines
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
@@ -35,12 +33,12 @@
Common Scalar and List utility subroutines
%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 OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -51,7 +49,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
%changelog
++++++ Scalar-List-Utils-1.55.tar.gz -> Scalar-List-Utils-1.56.tar.gz ++++++
++++ 18903 lines of diff (skipped)