Hello community,

here is the log from the commit of package perl-Params-Util for 
openSUSE:Factory checked in at 2020-10-26 16:13:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Params-Util (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Params-Util.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Params-Util"

Mon Oct 26 16:13:14 2020 rev:22 rq:843674 version:1.101

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Params-Util/perl-Params-Util.changes        
2012-03-26 14:03:11.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Params-Util.new.3463/perl-Params-Util.changes  
    2020-10-26 16:13:51.282801351 +0100
@@ -1,0 +2,16 @@
+Fri Oct 23 19:26:18 UTC 2020 - Dirk Stoecker <opens...@dstoecker.de>
+
+- updated to 1.101
+   see /usr/share/doc/packages/perl-Params-Util/Changes
+
+  1.101        2020-10-22
+       - fix inconsistent license conditions in meta data and documentation
+         and add appropriate LICENSE files. Fixes RT#133586.
+
+-------------------------------------------------------------------
+Thu Oct 22 03:20:38 UTC 2020 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 1.100
+   see /usr/share/doc/packages/perl-Params-Util/Changes
+
+-------------------------------------------------------------------
@@ -99 +114,0 @@
-

Old:
----
  Params-Util-1.07.tar.gz

New:
----
  Params-Util-1.101.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Params-Util.spec ++++++
--- /var/tmp/diff_new_pack.5Rwn43/_old  2020-10-26 16:13:52.790802740 +0100
+++ /var/tmp/diff_new_pack.5Rwn43/_new  2020-10-26 16:13:52.794802744 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Params-Util
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,29 @@
 # 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-Params-Util
-Version:        1.07
+Version:        1.101
 Release:        0
 %define         cpan_name Params-Util
 Summary:        Simple, compact and correct param-checking functions
-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/Params-Util/
-Source:         
http://www.cpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
-#BuildRequires: perl(A)
-#BuildRequires: perl(Params::Util)
+BuildRequires:  perl(IPC::Cmd)
+BuildRequires:  perl(Test::LeakTrace)
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(XSLoader) >= 0.22
+BuildRequires:  perl(parent)
+Requires:       perl(XSLoader) >= 0.22
 %{perl_requires}
 
 %description
@@ -63,13 +67,14 @@
 
 %prep
 %setup -q -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 OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -78,6 +83,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json README
+%doc Changes README.md
+%license ARTISTIC-1.0 GPL-1 LICENSE
 
 %changelog

++++++ Params-Util-1.07.tar.gz -> Params-Util-1.101.tar.gz ++++++
++++ 32470 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