commit perl-List-SomeUtils for openSUSE:Factory

2019-11-03 Thread root
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 -  
+
+- 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)




commit perl-List-SomeUtils for openSUSE:Factory

2017-08-19 Thread root
Hello community,

here is the log from the commit of package perl-List-SomeUtils for 
openSUSE:Factory checked in at 2017-08-19 10:55:08

Comparing /work/SRC/openSUSE:Factory/perl-List-SomeUtils (Old)
 and  /work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new (New)


Package is "perl-List-SomeUtils"

Sat Aug 19 10:55:08 2017 rev:4 rq:516819 version:0.56

Changes:

--- /work/SRC/openSUSE:Factory/perl-List-SomeUtils/perl-List-SomeUtils.changes  
2017-06-17 10:21:16.470265175 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new/perl-List-SomeUtils.changes 
2017-08-19 10:55:09.499110155 +0200
@@ -1,0 +2,13 @@
+Thu Aug  3 05:43:00 UTC 2017 - co...@suse.com
+
+- updated to 0.56
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+  0.56 2017-07-22
+  - Make sure we depend on the latest LSU::XS if the system support XS.
+  
+  0.55 2017-07-22
+  - Fixed incorrect comments in doc examples for uniq().
+  - Added a new function, mode(), requested by Jerrad Pierce. GH #2.
+
+---

Old:

  List-SomeUtils-0.54.tar.gz

New:

  List-SomeUtils-0.56.tar.gz



Other differences:
--
++ perl-List-SomeUtils.spec ++
--- /var/tmp/diff_new_pack.a5kPyM/_old  2017-08-19 10:55:10.346990605 +0200
+++ /var/tmp/diff_new_pack.a5kPyM/_new  2017-08-19 10:55:10.350990041 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-List-SomeUtils
-Version:0.54
+Version:0.56
 Release:0
 %define cpan_name List-SomeUtils
 Summary:Provide the stuff missing in List::Util
@@ -30,11 +30,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(List::SomeUtils::XS) >= 0.52
+BuildRequires:  perl(List::SomeUtils::XS) >= 0.54
 BuildRequires:  perl(Module::Implementation)
 BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Test::More) >= 0.96
-Requires:   perl(List::SomeUtils::XS) >= 0.52
+Requires:   perl(List::SomeUtils::XS) >= 0.54
 Requires:   perl(Module::Implementation)
 %{perl_requires}
 

++ List-SomeUtils-0.54.tar.gz -> List-SomeUtils-0.56.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-SomeUtils-0.54/Changes 
new/List-SomeUtils-0.56/Changes
--- old/List-SomeUtils-0.54/Changes 2017-06-01 22:03:43.0 +0200
+++ new/List-SomeUtils-0.56/Changes 2017-07-22 19:28:36.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Perl extension List-SomeUtils
 
+0.56 2017-07-22
+- Make sure we depend on the latest LSU::XS if the system support XS.
+
+0.55 2017-07-22
+- Fixed incorrect comments in doc examples for uniq().
+- Added a new function, mode(), requested by Jerrad Pierce. GH #2.
+
 0.54 2017-06-01
 - Moved issue tracking to GitHub.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-SomeUtils-0.54/MANIFEST 
new/List-SomeUtils-0.56/MANIFEST
--- old/List-SomeUtils-0.54/MANIFEST2017-06-01 22:03:43.0 +0200
+++ new/List-SomeUtils-0.56/MANIFEST2017-07-22 19:28:36.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.009.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.010.
 CONTRIBUTING.md
 Changes
 INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/List-SomeUtils-0.54/META.json 
new/List-SomeUtils-0.56/META.json
--- old/List-SomeUtils-0.54/META.json   2017-06-01 22:03:43.0 +0200
+++ new/List-SomeUtils-0.56/META.json   2017-07-22 19:28:36.0 +0200
@@ -7,7 +7,7 @@
   "Dave Rolsky "
],
"dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.010, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ -61,6 +61,7 @@
  "requires" : {
 "Carp" : "0",
 "Exporter" : "0",
+"List::Util" : "0",
 "Module::Implementation" : "0",
 "perl" : "5.006",
 "strict" : "0",
@@ -75,6 +76,8 @@
  "requires" : {
 "ExtUtils::MakeMaker" : "0",
 "File::Spec" : "0",
+"Scalar::Util" : "0",
+"Storable" : "0",
 "Test::Builder::Module" : "0",
 "Test::LeakTrace" : "0",
 "Test::More" : "0.96",
@@ -88,11 +91,11 @@
"provides" : {
   "List::SomeUtils" : {
  "file" : "lib/List/SomeUtils.pm",
- "version" : "0.54"
+ "version" : "0.56"
   },
   "List::Som

commit perl-List-SomeUtils for openSUSE:Factory

2017-06-17 Thread root
Hello community,

here is the log from the commit of package perl-List-SomeUtils for 
openSUSE:Factory checked in at 2017-06-17 10:21:14

Comparing /work/SRC/openSUSE:Factory/perl-List-SomeUtils (Old)
 and  /work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new (New)


Package is "perl-List-SomeUtils"

Sat Jun 17 10:21:14 2017 rev:3 rq:502490 version:0.54

Changes:

--- /work/SRC/openSUSE:Factory/perl-List-SomeUtils/perl-List-SomeUtils.changes  
2016-08-24 10:06:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new/perl-List-SomeUtils.changes 
2017-06-17 10:21:16.470265175 +0200
@@ -1,0 +2,9 @@
+Fri Jun  2 06:01:36 UTC 2017 - co...@suse.com
+
+- updated to 0.54
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+  0.54 2017-06-01
+  - Moved issue tracking to GitHub.
+
+---

Old:

  List-SomeUtils-0.53.tar.gz

New:

  List-SomeUtils-0.54.tar.gz



Other differences:
--
++ perl-List-SomeUtils.spec ++
--- /var/tmp/diff_new_pack.qAixrq/_old  2017-06-17 10:21:17.902063200 +0200
+++ /var/tmp/diff_new_pack.qAixrq/_new  2017-06-17 10:21:17.906062636 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-List-SomeUtils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   perl-List-SomeUtils
-Version:0.53
+Version:0.54
 Release:0
 %define cpan_name List-SomeUtils
 Summary:Provide the stuff missing in List::Util
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/List-SomeUtils/
-Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -65,6 +65,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md LICENSE README.md
+%doc Changes CONTRIBUTING.md README.md
+%license LICENSE
 
 %changelog

++ List-SomeUtils-0.53.tar.gz -> List-SomeUtils-0.54.tar.gz ++
 2490 lines of diff (skipped)




commit perl-List-SomeUtils for openSUSE:Factory

2016-08-24 Thread h_root
Hello community,

here is the log from the commit of package perl-List-SomeUtils for 
openSUSE:Factory checked in at 2016-08-24 10:06:48

Comparing /work/SRC/openSUSE:Factory/perl-List-SomeUtils (Old)
 and  /work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new (New)


Package is "perl-List-SomeUtils"

Changes:

--- /work/SRC/openSUSE:Factory/perl-List-SomeUtils/perl-List-SomeUtils.changes  
2016-07-15 12:52:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new/perl-List-SomeUtils.changes 
2016-08-24 10:06:50.0 +0200
@@ -1,0 +2,27 @@
+Fri Aug 19 05:32:36 UTC 2016 - co...@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+---
+Thu Aug 18 05:30:50 UTC 2016 - co...@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+---
+Wed Aug 17 05:30:04 UTC 2016 - co...@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+---
+Tue Aug 16 05:29:25 UTC 2016 - co...@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+  0.53 2016-08-14
+  - Replaced Exporter::Tiny with Exporter.
+
+---

Old:

  List-SomeUtils-0.52.tar.gz

New:

  List-SomeUtils-0.53.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-List-SomeUtils.spec ++
--- /var/tmp/diff_new_pack.oN1T7w/_old  2016-08-24 10:06:51.0 +0200
+++ /var/tmp/diff_new_pack.oN1T7w/_new  2016-08-24 10:06:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-List-SomeUtils
-Version:0.52
+Version:0.53
 Release:0
 %define cpan_name List-SomeUtils
 Summary:Provide the stuff missing in List::Util
@@ -25,20 +25,17 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/List-SomeUtils/
 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(Exporter::Tiny)
 BuildRequires:  perl(List::SomeUtils::XS) >= 0.52
 BuildRequires:  perl(Module::Implementation)
 BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(parent)
-Requires:   perl(Exporter::Tiny)
 Requires:   perl(List::SomeUtils::XS) >= 0.52
 Requires:   perl(Module::Implementation)
-Requires:   perl(parent)
 %{perl_requires}
 
 %description

++ List-SomeUtils-0.52.tar.gz -> List-SomeUtils-0.53.tar.gz ++
 1987 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