Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-CGI-Session for 
openSUSE:Factory checked in at 2025-06-13 18:44:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CGI-Session (Old)
 and      /work/SRC/openSUSE:Factory/.perl-CGI-Session.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-CGI-Session"

Fri Jun 13 18:44:26 2025 rev:26 rq:1285234 version:4.480.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-CGI-Session/perl-CGI-Session.changes        
2015-08-29 20:04:44.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-CGI-Session.new.19631/perl-CGI-Session.changes 
    2025-06-13 18:44:47.521245945 +0200
@@ -1,0 +2,6 @@
+Thu Jun 12 17:57:46 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-CGI-Session.spec ++++++
--- /var/tmp/diff_new_pack.qPgHdv/_old  2025-06-13 18:44:48.125270645 +0200
+++ /var/tmp/diff_new_pack.qPgHdv/_new  2025-06-13 18:44:48.129270809 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-CGI-Session
 #
-# 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,28 +12,48 @@
 # 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 CGI-Session
 Name:           perl-CGI-Session
-Version:        4.48
+Version:        4.480.0
 Release:        0
+# 4.48 -> normalize -> 4.480.0
+%define cpan_version 4.48
 #Upstream: Artistic-1.0
-%define cpan_name CGI-Session
-Summary:        Persistent Session Data in Cgi Applications
-License:        GPL-1.0+ or Artistic-1.0
-Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/CGI-Session/
-Source0:        
http://www.cpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{version}.tar.gz
+License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        Persistent session data in CGI applications
+URL:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/M/MA/MARKSTOS/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CGI) >= 3.26
-BuildRequires:  perl(Module::Build) >= 0.380000
-Requires:       perl(CGI) >= 3.26
+BuildRequires:  perl(CGI) >= 3.260
+BuildRequires:  perl(Module::Build) >= 0.38
+Requires:       perl(CGI) >= 3.260
+Provides:       perl(CGI::Session) = %{version}
+Provides:       perl(CGI::Session::Driver) = 4.430.0
+Provides:       perl(CGI::Session::Driver::DBI) = 4.430.0
+Provides:       perl(CGI::Session::Driver::db_file) = 4.430.0
+Provides:       perl(CGI::Session::Driver::file) = 4.430.0
+Provides:       perl(CGI::Session::Driver::mysql) = 4.430.0
+Provides:       perl(CGI::Session::Driver::postgresql) = 4.430.0
+Provides:       perl(CGI::Session::Driver::sqlite) = 4.430.0
+Provides:       perl(CGI::Session::ErrorHandler) = 4.430.0
+Provides:       perl(CGI::Session::ID::incr) = 4.430.0
+Provides:       perl(CGI::Session::ID::md5) = 4.430.0
+Provides:       perl(CGI::Session::ID::static) = 4.440.0
+Provides:       perl(CGI::Session::Serialize::default) = 4.430.0
+Provides:       perl(CGI::Session::Serialize::freezethaw) = 4.430.0
+Provides:       perl(CGI::Session::Serialize::storable) = 4.430.0
+Provides:       perl(CGI::Session::Test::Default) = 4.470.0
+Provides:       perl(CGI::Session::Test::SimpleObjectClass)
+Provides:       perl(CGI::Session::Tutorial) = 4.430.0
+Provides:       perl(OverloadedClass)
+%undefine       __perllib_provides
 %{perl_requires}
 # MANUAL BEGIN
 # DB tests need a running database and the following
@@ -52,21 +72,21 @@
 system across HTTP requests.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f -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} 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 README
 

Reply via email to