Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Socket6 for openSUSE:Factory 
checked in at 2025-06-12 15:51:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Socket6 (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Socket6.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Socket6"

Thu Jun 12 15:51:26 2025 rev:26 rq:1284906 version:0.290.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Socket6/perl-Socket6.changes        
2019-12-07 15:22:00.963740206 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Socket6.new.19631/perl-Socket6.changes     
2025-06-12 15:51:33.792959834 +0200
@@ -1,0 +2,6 @@
+Wed Jun 11 15:24:11 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-Socket6.spec ++++++
--- /var/tmp/diff_new_pack.pra1sP/_old  2025-06-12 15:51:37.437111097 +0200
+++ /var/tmp/diff_new_pack.pra1sP/_new  2025-06-12 15:51:37.457111928 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Socket6
 #
-# Copyright (c) 2019 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
@@ -16,20 +16,22 @@
 #
 
 
+%define cpan_name Socket6
 Name:           perl-Socket6
-Version:        0.29
+Version:        0.290.0
 Release:        0
+# 0.29 -> normalize -> 0.290.0
+%define cpan_version 0.29
 #Upstream: CHECK(Artistic-1.0 or GPL-1.0-or-later)
-%define cpan_name Socket6
-Summary:        IPv6 related part of the C socket.h defines and structure 
manipulators
 License:        BSD-3-Clause
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/%{cpan_name}-%{version}.tar.gz
+Summary:        IPv6 related part of the C socket.h defines and structure 
manipulators
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/U/UM/UMEMOTO/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+Provides:       perl(Socket6) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -39,12 +41,13 @@
 "use Socket6".
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 
644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -55,6 +58,5 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc aclocal.m4 ChangeLog ftpmirror-1.96.diff im-140.diff README
 

Reply via email to