Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Package-DeprecationManager for 
openSUSE:Factory checked in at 2023-02-21 15:35:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Package-DeprecationManager (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Package-DeprecationManager.new.22824 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Package-DeprecationManager"

Tue Feb 21 15:35:45 2023 rev:19 rq:1066845 version:0.18

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Package-DeprecationManager/perl-Package-DeprecationManager.changes
  2016-06-25 02:24:35.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-DeprecationManager.new.22824/perl-Package-DeprecationManager.changes
       2023-02-21 15:35:46.412194414 +0100
@@ -1,0 +2,12 @@
+Mon Feb 20 03:07:10 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 0.18
+   see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes
+
+  0.18     2023-02-19
+
+  - Use Sub::Util instead of Sub::Name, which is part of Scalar-List-Utils,
+    which itself is a dependency already. Implemented by Aristotle Pagaltzis. 
GH
+    #3.
+
+-------------------------------------------------------------------

Old:
----
  Package-DeprecationManager-0.17.tar.gz

New:
----
  Package-DeprecationManager-0.18.tar.gz

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

Other differences:
------------------
++++++ perl-Package-DeprecationManager.spec ++++++
--- /var/tmp/diff_new_pack.TWMMJv/_old  2023-02-21 15:35:46.800196644 +0100
+++ /var/tmp/diff_new_pack.TWMMJv/_new  2023-02-21 15:35:46.804196667 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-DeprecationManager
 #
-# Copyright (c) 2016 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
@@ -12,29 +12,27 @@
 # 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/
 #
 
 
+%define cpan_name Package-DeprecationManager
 Name:           perl-Package-DeprecationManager
-Version:        0.17
+Version:        0.18
 Release:        0
-%define cpan_name Package-DeprecationManager
-Summary:        Manage deprecation warnings for your distribution
 License:        Artistic-2.0
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Package-DeprecationManager/
-Source0:        
http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Summary:        Manage deprecation warnings for your distribution
+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::Util) >= 1.33
 BuildRequires:  perl(Package::Stash)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(Sub::Install)
-BuildRequires:  perl(Sub::Name)
+BuildRequires:  perl(Sub::Util)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings)
@@ -42,7 +40,7 @@
 Requires:       perl(Package::Stash)
 Requires:       perl(Params::Util)
 Requires:       perl(Sub::Install)
-Requires:       perl(Sub::Name)
+Requires:       perl(Sub::Util)
 %{perl_requires}
 
 %description
@@ -96,14 +94,16 @@
 the same feature, all of those errors will appear.
 
 %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}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -111,7 +111,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md LICENSE README.md
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md
+%license LICENSE
 
 %changelog

++++++ Package-DeprecationManager-0.17.tar.gz -> 
Package-DeprecationManager-0.18.tar.gz ++++++
++++ 3442 lines of diff (skipped)

Reply via email to