Hello community,

here is the log from the commit of package perl-List-AllUtils for 
openSUSE:Factory checked in at 2016-07-21 07:51:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-List-AllUtils (Old)
 and      /work/SRC/openSUSE:Factory/.perl-List-AllUtils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-List-AllUtils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-List-AllUtils/perl-List-AllUtils.changes    
2015-04-22 01:07:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-AllUtils.new/perl-List-AllUtils.changes   
    2016-07-21 07:51:47.000000000 +0200
@@ -1,0 +2,26 @@
+Mon Jun 27 08:09:40 UTC 2016 - [email protected]
+
+- updated to 0.11
+   see /usr/share/doc/packages/perl-List-AllUtils/Changes
+
+  0.11    2016-06-26
+  
+  - Added List::UtilsBy to the list of included modules. Based on a patch from
+    Yanick Champoux. GH #3.
+
+-------------------------------------------------------------------
+Tue May 31 10:37:04 UTC 2016 - [email protected]
+
+- updated to 0.10
+   see /usr/share/doc/packages/perl-List-AllUtils/Changes
+
+  0.10    2016-05-08
+  
+  - Switched from List::MoreUtils to List::SomeUtils. This should not change 
any
+    functionality of the module.
+  
+  - Make the test for subroutine redefined warnings much more
+    specific. Previously tests could fail because of totally unrelated warnings
+    from other modules. Reported by ribasushi. RT #113740.
+
+-------------------------------------------------------------------

Old:
----
  List-AllUtils-0.09.tar.gz

New:
----
  List-AllUtils-0.11.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-List-AllUtils.spec ++++++
--- /var/tmp/diff_new_pack.on80bd/_old  2016-07-21 07:51:48.000000000 +0200
+++ /var/tmp/diff_new_pack.on80bd/_new  2016-07-21 07:51:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-List-AllUtils
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,34 +17,36 @@
 
 
 Name:           perl-List-AllUtils
-Version:        0.09
+Version:        0.11
 Release:        0
 %define cpan_name List-AllUtils
-Summary:        Combines List::Util and List::MoreUtils in one bite-sized 
package
+Summary:        Combines List::Util, List::SomeUtils and List::UtilsBy in one 
bite-sized[cut]
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/List-AllUtils/
-Source:         
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(List::MoreUtils) >= 0.28
-BuildRequires:  perl(List::Util) >= 1.31
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Warnings)
-Requires:       perl(List::MoreUtils) >= 0.28
-Requires:       perl(List::Util) >= 1.31
+BuildRequires:  perl(List::SomeUtils) >= 0.50
+BuildRequires:  perl(List::Util) >= 1.45
+BuildRequires:  perl(List::UtilsBy) >= 0.10
+BuildRequires:  perl(Test::More) >= 0.96
+Requires:       perl(List::SomeUtils) >= 0.50
+Requires:       perl(List::Util) >= 1.45
+Requires:       perl(List::UtilsBy) >= 0.10
 %{perl_requires}
 
 %description
 Are you sick of trying to remember whether a particular helper is defined
-in the List::Util manpage or the List::MoreUtils manpage? I sure am. Now
-you don't have to remember. This module will export all of the functions
-that either of those two modules defines.
+in List::Util, List::SomeUtils or List::UtilsBy? I sure am. Now you don't
+have to remember. This module will export all of the functions that either
+of those three modules defines.
 
-Note that all function documentation has been shamelessly copied from the
-List::Util manpage and the List::MoreUtils manpage.
+Note that all function documentation has been shamelessly copied from
+List::Util, List::SomeUtils and List::UtilsBy.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -63,6 +65,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README.md
+%doc Changes CONTRIBUTING.md LICENSE README.md
 
 %changelog

++++++ List-AllUtils-0.09.tar.gz -> List-AllUtils-0.11.tar.gz ++++++
++++ 6200 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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

Reply via email to