Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Test-SharedFork for
openSUSE:Factory checked in at 2025-10-11 22:48:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-SharedFork (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-SharedFork.new.5300 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-SharedFork"
Sat Oct 11 22:48:35 2025 rev:18 rq:1310642 version:0.350.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Test-SharedFork/perl-Test-SharedFork.changes
2015-12-29 12:59:42.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-SharedFork.new.5300/perl-Test-SharedFork.changes
2025-10-11 22:49:14.894773177 +0200
@@ -1,0 +2,6 @@
+Fri Oct 10 15:46:17 UTC 2025 - Tina Müller <[email protected]>
+
+- Normalize CPAN version
+ See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
New:
----
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-SharedFork.spec ++++++
--- /var/tmp/diff_new_pack.NrN8q6/_old 2025-10-11 22:49:15.338791818 +0200
+++ /var/tmp/diff_new_pack.NrN8q6/_new 2025-10-11 22:49:15.342791986 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-SharedFork
#
-# 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,35 @@
# 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 Test-SharedFork
Name: perl-Test-SharedFork
-Version: 0.35
+Version: 0.350.0
Release: 0
-%define cpan_name Test-SharedFork
-Summary: Fork Test
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Test-SharedFork/
-Source0:
http://www.cpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz
+# 0.35 -> normalize -> 0.350.0
+%define cpan_version 0.35
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Fork test
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(App::Prove)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Requires)
Requires: perl(Test::More) >= 0.88
+Provides: perl(Test::SharedFork) = %{version}
+Provides: perl(Test::SharedFork::Array)
+Provides: perl(Test::SharedFork::Scalar)
+Provides: perl(Test::SharedFork::Store)
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -44,14 +51,14 @@
This module merges test count with parent process & child process.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -59,6 +66,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE minil.toml README.md README.mkdn
+%doc Changes README.md README.mkdn
+%license LICENSE
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1760111191
commit: 44ce239ada70fd5820ba5174d301aec035043304d46a51ba02f1cf70edb1859b
url: https://src.opensuse.org/perl/perl-Test-SharedFork.git
revision: 44ce239ada70fd5820ba5174d301aec035043304d46a51ba02f1cf70edb1859b
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2025-10-10 17:47:37.000000000 +0200
@@ -0,0 +1 @@
+.osc