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-09-16 23:14:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Scalar-List-Utils (Old)
and /work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Scalar-List-Utils"
Thu Sep 16 23:14:39 2021 rev:21 rq:918702 version:1.59
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Scalar-List-Utils/perl-Scalar-List-Utils.changes
2021-04-12 12:34:13.561096886 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new.1899/perl-Scalar-List-Utils.changes
2021-09-16 23:17:07.927951135 +0200
@@ -1,0 +2,30 @@
+Mon Sep 13 03:07:19 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 1.59
+ see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
+
+ 1.59 -- 2021-09-12
+ [CHANGES]
+ * Removed Scalar::Util::isbool() as the API design for older perls
+ isn't quite clear, and it doesn't do anything useful on any
+ currently-released perl version
+ * Tidy up the unnecessary bits of @EXPORT_FAIL
+ * Use the new G_LIST constant rather than G_ARRAY
+ 1.58 -- 2021-09-12
+ (bad release because I forgot to `git push`)
+ 1.57 -- 2021-09-11
+ [CHANGES]
+ * Added Scalar::Util::isbool() to track new core-supported boolean
+ value nature on scalars
+ * Fix various typoes in docs, code comments, etc...
+ * Removed code conditional on whether SvWEAKREF is supported, as
+ every perl since v5.6 supports it
+ [BUGFIXES]
+ * Fix segfaults when an undefined subroutine is passed to
+ block-taking subs (thanks ilmari)
+ * Correct refcount handling on hv_store_ent to PL_DBsub in
+ set_subname() (thanks nwc10)
+ * Don't rely on Scalar::Util functions when unit-testing List::Util
+ ones (thanks haarg)
+
+-------------------------------------------------------------------
Old:
----
Scalar-List-Utils-1.56.tar.gz
New:
----
Scalar-List-Utils-1.59.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Scalar-List-Utils.spec ++++++
--- /var/tmp/diff_new_pack.OPJHlo/_old 2021-09-16 23:17:08.403951627 +0200
+++ /var/tmp/diff_new_pack.OPJHlo/_new 2021-09-16 23:17:08.407951632 +0200
@@ -18,7 +18,7 @@
%define cpan_name Scalar-List-Utils
Name: perl-Scalar-List-Utils
-Version: 1.56
+Version: 1.59
Release: 0
Summary: Common Scalar and List utility subroutines
License: Artistic-1.0 OR GPL-1.0-or-later
@@ -34,7 +34,6 @@
%prep
%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}"
++++++ Scalar-List-Utils-1.56.tar.gz -> Scalar-List-Utils-1.59.tar.gz ++++++
++++ 4439 lines of diff (skipped)