Hello community,

here is the log from the commit of package perl-List-SomeUtils for 
openSUSE:Factory checked in at 2019-11-03 10:39:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-List-SomeUtils (Old)
 and      /work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-List-SomeUtils"

Sun Nov  3 10:39:10 2019 rev:5 rq:743757 version:0.58

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-List-SomeUtils/perl-List-SomeUtils.changes  
2017-08-19 10:55:09.499110155 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new.2990/perl-List-SomeUtils.changes
        2019-11-03 10:39:14.325617263 +0100
@@ -1,0 +2,33 @@
+Mon Oct 28 10:52:52 UTC 2019 -  <[email protected]>
+
+- updated to 0.58
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+  0.58     2019-10-26
+  
+  [BACKWARDS INCOMPATIBILITY]
+  
+  * Fixed a number of bugs in the handling of empty lists. The any_u(), 
all_u(),
+    none_u(), notall_u(), and one_u() functions returned an empty list in list
+    context instead of undef. This is in direct opposition to the documentation
+    which has always said that it returned undef. Note that the
+    List::SomeUtils::XS code had the _correct_ behavior, so most users probably
+    have never experienced this bug.
+  
+  [IMPROVEMENTS]
+  
+  * Fixed some doc issues. Closes #7.
+  
+  
+  0.57     2017-12-12 (TRIAL RELEASE)
+  
+  [BACKWARDS INCOMPATIBILITY]
+  
+  * Fixed a number of bugs in the handling of empty lists. The any_u(), 
all_u(),
+    none_u(), notall_u(), and one_u() functions returned an empty list in list
+    context instead of undef. This is in direct opposition to the documentation
+    which has always said that it returned undef. Note that the
+    List::SomeUtils::XS code had the _correct_ behavior, so most users probably
+    have never experienced this bug.
+
+-------------------------------------------------------------------

Old:
----
  List-SomeUtils-0.56.tar.gz

New:
----
  List-SomeUtils-0.58.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-List-SomeUtils.spec ++++++
--- /var/tmp/diff_new_pack.CiNoMn/_old  2019-11-03 10:39:15.101618198 +0100
+++ /var/tmp/diff_new_pack.CiNoMn/_new  2019-11-03 10:39:15.105618203 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-List-SomeUtils
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-List-SomeUtils
-Version:        0.56
+Version:        0.58
 Release:        0
 %define cpan_name List-SomeUtils
 Summary:        Provide the stuff missing in List::Util
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/List-SomeUtils/
+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
@@ -52,11 +52,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -65,7 +65,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md README.md
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
 %license LICENSE
 
 %changelog

++++++ List-SomeUtils-0.56.tar.gz -> List-SomeUtils-0.58.tar.gz ++++++
++++ 4190 lines of diff (skipped)


Reply via email to