Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-IPC-System-Simple for
openSUSE:Factory checked in at 2025-05-23 14:29:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-IPC-System-Simple (Old)
and /work/SRC/openSUSE:Factory/.perl-IPC-System-Simple.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IPC-System-Simple"
Fri May 23 14:29:50 2025 rev:8 rq:1278750 version:1.300.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-IPC-System-Simple/perl-IPC-System-Simple.changes
2020-03-27 21:55:28.814729331 +0100
+++
/work/SRC/openSUSE:Factory/.perl-IPC-System-Simple.new.2732/perl-IPC-System-Simple.changes
2025-05-23 14:31:16.994428411 +0200
@@ -1,0 +2,6 @@
+Tue May 20 13:05:23 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-IPC-System-Simple.spec ++++++
--- /var/tmp/diff_new_pack.wk52UZ/_old 2025-05-23 14:31:17.490449340 +0200
+++ /var/tmp/diff_new_pack.wk52UZ/_new 2025-05-23 14:31:17.490449340 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-IPC-System-Simple
#
-# Copyright (c) 2020 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 IPC-System-Simple
Name: perl-IPC-System-Simple
-Version: 1.30
+Version: 1.300.0
Release: 0
-%define cpan_name IPC-System-Simple
-Summary: Run commands simply, with detailed diagnostics
+# 1.30 -> normalize -> 1.300.0
+%define cpan_version 1.30
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{version}.tar.gz
+Summary: Run commands simply, with detailed diagnostics
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+Provides: perl(IPC::System::Simple) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -65,12 +67,13 @@
diagnostics, then read on!
%prep
-%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -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
-make %{?_smp_mflags}
+%make_build
%check
make test
@@ -81,7 +84,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes examples README
%license LICENSE