Hello community,
here is the log from the commit of package perl-Scalar-List-Utils for
openSUSE:Factory checked in at 2015-05-02 16:16:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Scalar-List-Utils (Old)
and /work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Scalar-List-Utils"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Scalar-List-Utils/perl-Scalar-List-Utils.changes
2014-01-23 15:52:15.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new/perl-Scalar-List-Utils.changes
2015-05-02 16:16:36.000000000 +0200
@@ -1,0 +2,62 @@
+Sat May 2 08:21:55 UTC 2015 - [email protected]
+
+- updated to 1.42
+ see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
+
+ 1.42 -- 2015/04/32 01:25:55
+ [CHANGES]
+ * Added List::Util::unpairs() - the inverse of pairs()
+ * Documentation to pre-warn users about the possible behaviour in a
+ later version where the pair* higher-order functionals are no longer
+ transparent to $_
+
+ [BUGFIXES]
+ * Silence some warnings at test time
+ * Ensure that the List::Util we're loading the XS via is a sufficient
+ version when Scalar::Util or Sub::Util load it (RT100863)
+
+ 1.41 -- 2014/09/05 15:49:50
+ [BUGFIXES]
+ * Avoid pre-C99 declaration after statements (RT98624)
+ * Fix use of GetMagic in List::Util::reduce (RT63211)
+
+ 1.40 -- 2014/08/30 11:36:36
+ [CHANGES]
+ * Added entire new module, Sub::Util to contain functions related
+ to CODE refs
+ * Added subname inspired by Sub::Identify
+ * Added set_subname copied and renamed from Sub::Name
+ * Also moved set_prototype into Sub::Name, with back-compat wrapper
+ in Scalar::Util
+ * Added prototype wrapper of CODE::prototype, for completeness
+ * Nicer module documentation format, allows neater use of L</...>
+
+ [THANKS]
+ * This change was written at the YAPC::EU 2014 Hackathon hosted by
+ Liz Mattijsen and Wendy van Dijk; much thanks to them for being its
+ catalyst.
+
+ 1.39 -- 2014/06/05 15:54:59
+ [CHANGES]
+ * Have pairs() return blessed objects that recognise ->key and
+ ->value as well as being two-element ARRAYs
+ * Booleanise the result of looks_like_number() so as not to
+ accidentally leak abstraction (RT94806)
+ * Document the version each function was added in (RT96220)
+
+ [BUGFIXES]
+ * Try to preserve UV precision in sum() where possible (RT95902)
+ * Document known lexical capture in pairmap bug RT95409
+ * SvGETMAGIC() in set_prototype() (RT72080)
+
+ 1.38 -- 2014/01/22 15:33:24
+ [BUGFIXES]
+ * Avoid Perl_ckwarn() in unweaken() because it's missing on older
+ perls; ckWARN() like the rest of the code (RT92363)
+
+ 1.37 -- 2014/01/21 14:44:34
+ [BUGFIXES]
+ * Fix unweaken() for perls < 5.14; need to use sv_setsv() to undef
+ rather than sv_clear() (RT92226)
+
+-------------------------------------------------------------------
Old:
----
Scalar-List-Utils-1.36.tar.gz
New:
----
Scalar-List-Utils-1.42.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Scalar-List-Utils.spec ++++++
--- /var/tmp/diff_new_pack.9ypjyX/_old 2015-05-02 16:16:36.000000000 +0200
+++ /var/tmp/diff_new_pack.9ypjyX/_new 2015-05-02 16:16:36.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Scalar-List-Utils
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,24 +17,22 @@
Name: perl-Scalar-List-Utils
-Version: 1.36
+Version: 1.42
Release: 0
%define cpan_name Scalar-List-Utils
Summary: Common Scalar and List utility subroutines
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Scalar-List-Utils/
-Source:
http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-%{version}.tar.gz
+Source0:
http://www.cpan.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}
%description
-List::Util contains a selection of subroutines that people have expressed would
-be nice to have in the perl core, but the usage would not really be high enough
-to warrant the use of a keyword, and the size so small such that being
-individual extensions would be wasteful.
+Common Scalar and List utility subroutines
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -45,9 +43,6 @@
%{__make} %{?_smp_mflags}
%check
-%if 0%{?suse_version} <= 1110
-rm t/weak.t
-%endif
%{__make} test
%install
@@ -57,6 +52,6 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes MYMETA.json MYMETA.yml README
+%doc Changes README
%changelog
++++++ Scalar-List-Utils-1.36.tar.gz -> Scalar-List-Utils-1.42.tar.gz ++++++
++++ 2824 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module