Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-List-SomeUtils for 
openSUSE:Factory checked in at 2023-01-18 13:08:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-List-SomeUtils (Old)
 and      /work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-List-SomeUtils"

Wed Jan 18 13:08:31 2023 rev:6 rq:1059012 version:0.59

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-List-SomeUtils/perl-List-SomeUtils.changes  
2019-11-03 10:39:14.325617263 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-List-SomeUtils.new.32243/perl-List-SomeUtils.changes
       2023-01-18 13:08:34.412043292 +0100
@@ -1,0 +2,11 @@
+Tue Jan 17 15:37:49 UTC 2023 - Dirk Stoecker <opens...@dstoecker.de>
+
+- updated to 0.59
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+  0.59     2022-12-10
+
+  * Require Module::Implementation 0.04. Without this tests fail. Reported by
+    Eric Brine. GH #11.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-List-SomeUtils.spec ++++++
--- /var/tmp/diff_new_pack.fWycSH/_old  2023-01-18 13:08:34.928046060 +0100
+++ /var/tmp/diff_new_pack.fWycSH/_new  2023-01-18 13:08:34.936046103 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-List-SomeUtils
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,26 +16,24 @@
 #
 
 
+%define cpan_name List-SomeUtils
 Name:           perl-List-SomeUtils
-Version:        0.58
+Version:        0.59
 Release:        0
-%define cpan_name List-SomeUtils
-Summary:        Provide the stuff missing in List::Util
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+Summary:        Provide the stuff missing in List::Util
+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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(List::SomeUtils::XS) >= 0.54
-BuildRequires:  perl(Module::Implementation)
+BuildRequires:  perl(Module::Implementation) >= 0.04
 BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Test::More) >= 0.96
 Requires:       perl(List::SomeUtils::XS) >= 0.54
-Requires:       perl(Module::Implementation)
+Requires:       perl(Module::Implementation) >= 0.04
 %{perl_requires}
 
 %description
@@ -49,11 +47,12 @@
 case the C portions of this module couldn't be compiled on this machine.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -64,7 +63,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
 %license LICENSE
 

++++++ List-SomeUtils-0.58.tar.gz -> List-SomeUtils-0.59.tar.gz ++++++
++++ 4211 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.fWycSH/_old  2023-01-18 13:08:35.092046940 +0100
+++ /var/tmp/diff_new_pack.fWycSH/_new  2023-01-18 13:08:35.096046961 +0100
@@ -10,6 +10,7 @@
 #patches:
 #  foo.patch: -p1
 #  bar.patch:
+#  baz.patch: PATCH-FIX-OPENSUSE
 #preamble: |-
 # BuildRequires:  gcc-c++
 #post_prep: |-
@@ -26,4 +27,10 @@
 #custom_test: |-
 #startserver && make test
 #ignore_requires: Bizarre::Module
+skip_doc: .*\.yml .*\.toml
+#add_doc: files to add to docs
+#misc: |-
+#anything else to be added to spec file
+#follows directly after %files section, so it can contain new blocks or also
+#changes to %files section
 

Reply via email to