Hello community,

here is the log from the commit of package perl-Hash-MoreUtils for 
openSUSE:Factory checked in at 2018-06-22 13:30:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Hash-MoreUtils (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Hash-MoreUtils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Hash-MoreUtils"

Fri Jun 22 13:30:44 2018 rev:12 rq:615375 version:0.06

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Hash-MoreUtils/perl-Hash-MoreUtils.changes  
2014-02-12 09:48:14.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Hash-MoreUtils.new/perl-Hash-MoreUtils.changes 
    2018-06-22 13:30:49.700752621 +0200
@@ -1,0 +2,19 @@
+Sat Jun  9 05:32:46 UTC 2018 - [email protected]
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-Hash-MoreUtils/Changes
+
+  0.06 2018-06-08
+      - update toolchain for modern perl environments including
+        * automated regression test
+        * test coverage analyzation
+        * pod coverage
+      - introducing common code style
+      - introduce a bunch of missing functions:
+        * slice_without (Thanks to Theo van Hoesel 
<[email protected]>)
+        * slice_missing / slice_missing_map (Thanks to Christoph Zimmermann 
<[email protected]>)
+        * slice_notdef / slice_notdef_map (Thanks to Christoph Zimmermann 
<[email protected]>)
+        * slice_true / slice_true_map
+        * slice_false / slice_false_map
+
+-------------------------------------------------------------------

Old:
----
  Hash-MoreUtils-0.05.tar.gz

New:
----
  Hash-MoreUtils-0.06.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Hash-MoreUtils.spec ++++++
--- /var/tmp/diff_new_pack.KYSr5P/_old  2018-06-22 13:30:50.240732663 +0200
+++ /var/tmp/diff_new_pack.KYSr5P/_new  2018-06-22 13:30:50.240732663 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Hash-MoreUtils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,42 +17,44 @@
 
 
 Name:           perl-Hash-MoreUtils
-Version:        0.05
+Version:        0.06
 Release:        0
 %define cpan_name Hash-MoreUtils
 Summary:        Provide the stuff missing in Hash::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/Hash-MoreUtils/
-Source:         
http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) >= 0.4200
-BuildRequires:  perl(Test::More) >= 0.90
+BuildRequires:  perl(Test::More) >= 0.9
 %{perl_requires}
 
 %description
-Similar to 'List::MoreUtils', 'Hash::MoreUtils' contains trivial but
-commonly-used functionality for hashes.
+Similar to List::MoreUtils, 'Hash::MoreUtils' contains trivial but
+commonly-used functionality for hashes. The primary focus for the moment is
+providing a common API - speeding up by XS is far away at the moment.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README.md
 
 %changelog

++++++ Hash-MoreUtils-0.05.tar.gz -> Hash-MoreUtils-0.06.tar.gz ++++++
++++ 1677 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