Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Class-Tiny for openSUSE:Factory checked in at 2025-06-04 20:27:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Class-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Class-Tiny.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Tiny" Wed Jun 4 20:27:10 2025 rev:10 rq:1282368 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Class-Tiny/perl-Class-Tiny.changes 2020-09-09 17:50:55.194620484 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Class-Tiny.new.16005/perl-Class-Tiny.changes 2025-06-04 20:27:11.249587557 +0200 @@ -1,0 +2,6 @@ +Tue Jun 3 14:05:31 UTC 2025 - Tina Müller <tina.muel...@suse.com> + +- Normalize CPAN version + See https://github.com/openSUSE/cpanspec/issues/47 for details + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Class-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.E5olEy/_old 2025-06-04 20:27:11.813610924 +0200 +++ /var/tmp/diff_new_pack.E5olEy/_new 2025-06-04 20:27:11.817611090 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Tiny # -# Copyright (c) 2020 SUSE LLC +# 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,21 +16,24 @@ # +%define cpan_name Class-Tiny Name: perl-Class-Tiny -Version: 1.008 +Version: 1.8.0 Release: 0 -%define cpan_name Class-Tiny -Summary: Minimalist class construction +# 1.008 -> normalize -> 1.8.0 +%define cpan_version 1.008 License: Apache-2.0 -Group: Development/Libraries/Perl +Summary: Minimalist class construction URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.96 +Provides: perl(Class::Tiny) = %{version} +Provides: perl(Class::Tiny::Object) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -65,11 +68,11 @@ Devel::GlobalDestruction. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -80,7 +83,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING.mkdn README %license LICENSE