Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Class-ReturnValue for
openSUSE:Factory checked in at 2026-06-08 14:18:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-ReturnValue (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-ReturnValue.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-ReturnValue"
Mon Jun 8 14:18:35 2026 rev:11 rq:1357702 version:0.550.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-ReturnValue/perl-Class-ReturnValue.changes
2017-10-03 23:19:14.485898651 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-ReturnValue.new.2375/perl-Class-ReturnValue.changes
2026-06-08 14:24:39.207398559 +0200
@@ -1,0 +2,5 @@
+Sat Jun 6 18:06:19 UTC 2026 - Tina Müller <[email protected]>
+
+- See https://github.com/openSUSE/cpanspec/issues/47 for details
+
+-------------------------------------------------------------------
New:
----
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-ReturnValue.spec ++++++
--- /var/tmp/diff_new_pack.sWeEag/_old 2026-06-08 14:24:41.371488297 +0200
+++ /var/tmp/diff_new_pack.sWeEag/_new 2026-06-08 14:24:41.387488961 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-ReturnValue
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,29 @@
# 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 Class-ReturnValue
Name: perl-Class-ReturnValue
-Version: 0.55
+Version: 0.550.0
Release: 0
-%define cpan_name Class-ReturnValue
-Summary: Return-Value Object That Lets You Treat It
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Class-ReturnValue/
-Source0:
https://cpan.metacpan.org/authors/id/J/JE/JESSE/%{cpan_name}-%{version}.tar.gz
+# 0.55 -> normalize -> 0.550.0
+%define cpan_version 0.55
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Smart return value object
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/J/JE/JESSE/%{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(Devel::StackTrace)
Requires: perl(Devel::StackTrace)
+Provides: perl(Class::ReturnValue) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -40,17 +43,18 @@
(what are the return values)
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
+
# MANUAL BEGIN
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse
inc::Module::Install/' Makefile.PL
# MANUAL END
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -58,6 +62,5 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes
++++++ 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: 1780769193
commit: 07db26c546f9de668cbe28cb156341068448238496af4653f1357bdf15276a8a
url: https://src.opensuse.org/perl/perl-Class-ReturnValue
revision: 07db26c546f9de668cbe28cb156341068448238496af4653f1357bdf15276a8a
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 2026-06-06 20:06:33.000000000 +0200
@@ -0,0 +1 @@
+.osc