Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-CGI-Application for
openSUSE:Factory checked in at 2025-06-13 18:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-CGI-Application (Old)
and /work/SRC/openSUSE:Factory/.perl-CGI-Application.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CGI-Application"
Fri Jun 13 18:44:24 2025 rev:23 rq:1285232 version:4.610.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-CGI-Application/perl-CGI-Application.changes
2018-03-07 10:37:13.096979908 +0100
+++
/work/SRC/openSUSE:Factory/.perl-CGI-Application.new.19631/perl-CGI-Application.changes
2025-06-13 18:44:43.705089897 +0200
@@ -1,0 +2,6 @@
+Thu Jun 12 17:54:14 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-CGI-Application.spec ++++++
--- /var/tmp/diff_new_pack.0Oeel0/_old 2025-06-13 18:44:44.721131444 +0200
+++ /var/tmp/diff_new_pack.0Oeel0/_new 2025-06-13 18:44:44.721131444 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-CGI-Application
#
-# Copyright (c) 2018 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,35 +12,38 @@
# 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-Application
Name: perl-CGI-Application
-Version: 4.61
+Version: 4.610.0
Release: 0
-%define cpan_name CGI-Application
-Summary: Framework for building reusable web-applications
+# 4.61 -> normalize -> 4.610.0
+%define cpan_version 4.61
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/CGI-Application/
-Source0:
https://cpan.metacpan.org/authors/id/M/MA/MARTO/%{cpan_name}-%{version}.tar.gz
+Summary: Framework for building reusable web-applications
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/M/MA/MARTO/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(CGI) >= 4.21
+BuildRequires: perl(CGI) >= 4.210
BuildRequires: perl(Class::ISA)
BuildRequires: perl(HTML::Template)
-BuildRequires: perl(Module::Build) >= 0.420000
+BuildRequires: perl(Module::Build) >= 0.42
BuildRequires: perl(Test::Requires)
-Requires: perl(CGI) >= 4.21
+Requires: perl(CGI) >= 4.210
Requires: perl(Class::ISA)
Requires: perl(HTML::Template)
Requires: perl(Module::Build)
Requires: perl(Test::Requires)
-Recommends: perl(CGI::PSGI) >= 0.09
+Provides: perl(CGI::Application) = %{version}
+Provides: perl(CGI::Application::Mailform)
+%undefine __perllib_provides
+Recommends: perl(CGI::PSGI) >= 0.90
%{perl_requires}
%description
@@ -63,21 +66,20 @@
current object. (Sometimes referred as "$self" in other code)
%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 GPL README
-%license ARTISTIC
+%doc Changes README
+%license ARTISTIC GPL