Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Perl-Version for openSUSE:Factory checked in at 2024-03-08 18:08:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Perl-Version (Old) and /work/SRC/openSUSE:Factory/.perl-Perl-Version.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Perl-Version" Fri Mar 8 18:08:47 2024 rev:10 rq:1156056 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Perl-Version/perl-Perl-Version.changes 2014-03-19 08:02:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Perl-Version.new.1770/perl-Perl-Version.changes 2024-03-08 18:08:48.541296505 +0100 @@ -1,0 +2,6 @@ +Sat Jan 6 03:08:10 UTC 2024 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.016 + see /usr/share/doc/packages/perl-Perl-Version/Changes + +------------------------------------------------------------------- Old: ---- Perl-Version-1.013.tar.gz New: ---- Perl-Version-1.016.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Perl-Version.spec ++++++ --- /var/tmp/diff_new_pack.Lwpwcb/_old 2024-03-08 18:08:49.065316193 +0100 +++ /var/tmp/diff_new_pack.Lwpwcb/_new 2024-03-08 18:08:49.065316193 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Perl-Version # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,26 @@ # 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 Perl-Version Name: perl-Perl-Version -Version: 1.013 +Version: 1.16.0 Release: 0 -%define cpan_name Perl-Version +%define cpan_version 1.016 +License: Artistic-2.0 Summary: Parse and manipulate Perl version strings -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Perl-Version/ -Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{cpan_version}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Slurp::Tiny) -Requires: perl(File::Slurp::Tiny) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 +BuildRequires: perl(Test::More) >= 1 +Provides: perl(Perl::Version) = %{version} +%define __perllib_provides /bin/true %{perl_requires} %description @@ -91,15 +92,16 @@ same length when stringifying the version. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{cpan_version} + +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} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -107,6 +109,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes examples Notes.txt README +%doc Changes examples Notes.txt +%license LICENSE ++++++ Perl-Version-1.013.tar.gz -> Perl-Version-1.016.tar.gz ++++++ ++++ 1745 lines of diff (skipped)