Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Devel-TakeHashArgs for 
openSUSE:Factory checked in at 2025-06-03 19:10:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-TakeHashArgs (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-TakeHashArgs.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-TakeHashArgs"

Tue Jun  3 19:10:58 2025 rev:2 rq:1282371 version:0.6.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Devel-TakeHashArgs/perl-Devel-TakeHashArgs.changes
  2016-01-28 17:25:38.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-TakeHashArgs.new.16005/perl-Devel-TakeHashArgs.changes
       2025-06-03 19:11:00.130573253 +0200
@@ -1,0 +2,6 @@
+Tue Jun  3 14:06:55 UTC 2025 - Tina Müller <tina.muel...@suse.com>
+
+- Normalize CPAN version
+  See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Devel-TakeHashArgs.spec ++++++
--- /var/tmp/diff_new_pack.4p9uHt/_old  2025-06-03 19:11:01.778641708 +0200
+++ /var/tmp/diff_new_pack.4p9uHt/_new  2025-06-03 19:11:01.778641708 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-TakeHashArgs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 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,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 Devel-TakeHashArgs
 Name:           perl-Devel-TakeHashArgs
-Version:        0.006
+Version:        0.6.0
 Release:        0
-%define cpan_name Devel-TakeHashArgs
-Summary:        Make a Hash From @_ and Set Defaults in Subs While Checking 
That All Man[cut]
-License:        Artistic-1.0 or GPL-1.0+
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Devel-TakeHashArgs/
-Source0:        
http://www.cpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{version}.tar.gz
+# 0.006 -> normalize -> 0.6.0
+%define cpan_version 0.006
+License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        Make a hash from @_ and set defaults in subs while checking 
that all man[cut]
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/Z/ZO/ZOFFIX/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
+Provides:       perl(Devel::TakeHashArgs) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -40,20 +42,20 @@
 arguments.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples README
+%license LICENSE
 

Reply via email to