Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Class-Accessor-Lite for
openSUSE:Factory checked in at 2026-06-08 14:18:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Accessor-Lite"
Mon Jun 8 14:18:17 2026 rev:8 rq:1357696 version:0.80.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite/perl-Class-Accessor-Lite.changes
2017-10-03 23:18:31.411960572 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new.2375/perl-Class-Accessor-Lite.changes
2026-06-08 14:24:31.375073773 +0200
@@ -1,0 +2,5 @@
+Sat Jun 6 17:46:38 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-Accessor-Lite.spec ++++++
--- /var/tmp/diff_new_pack.6CAadY/_old 2026-06-08 14:24:32.107104129 +0200
+++ /var/tmp/diff_new_pack.6CAadY/_new 2026-06-08 14:24:32.111104294 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Accessor-Lite
#
-# 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,24 +12,28 @@
# 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-Accessor-Lite
Name: perl-Class-Accessor-Lite
-Version: 0.08
+Version: 0.80.0
Release: 0
-%define cpan_name Class-Accessor-Lite
-Summary: Minimalistic Variant of Class::Accessor
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Class-Accessor-Lite/
-Source0:
https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+# 0.08 -> normalize -> 0.80.0
+%define cpan_version 0.08
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Minimalistic variant of Class::Accessor
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/%{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(ExtUtils::MakeMaker) >= 6.36
+Provides: perl(Class::Accessor::Lite) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -38,17 +42,18 @@
@ISA.
%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
@@ -56,6 +61,5 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README
++++++ 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: 1780768008
commit: 70a7c2e6966f22337223d809dde12743e44d7fba544be61c09ab83ee3485195c
url: https://src.opensuse.org/perl/perl-Class-Accessor-Lite
revision: 70a7c2e6966f22337223d809dde12743e44d7fba544be61c09ab83ee3485195c
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 19:46:48.000000000 +0200
@@ -0,0 +1 @@
+.osc