Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CPAN-Mini for openSUSE:Factory checked in at 2023-09-13 20:44:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Mini (Old) and /work/SRC/openSUSE:Factory/.perl-CPAN-Mini.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CPAN-Mini" Wed Sep 13 20:44:13 2023 rev:16 rq:1110659 version:1.111017 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CPAN-Mini/perl-CPAN-Mini.changes 2015-04-18 10:40:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CPAN-Mini.new.1766/perl-CPAN-Mini.changes 2023-09-13 20:44:58.870970351 +0200 @@ -1,0 +2,12 @@ +Tue Sep 5 16:44:15 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 1.111017 + see /usr/share/doc/packages/perl-CPAN-Mini/Changes + + 1.111017 2023-09-02 20:43:07-04:00 America/New_York + - packaging updates, including notes on Perl version expected + - improved error handling + - absolutize local mirror location before mirroring + - some doc tweaks + +------------------------------------------------------------------- Old: ---- CPAN-Mini-1.111016.tar.gz New: ---- CPAN-Mini-1.111017.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CPAN-Mini.spec ++++++ --- /var/tmp/diff_new_pack.AvM5vH/_old 2023-09-13 20:44:59.911007326 +0200 +++ /var/tmp/diff_new_pack.AvM5vH/_new 2023-09-13 20:44:59.911007326 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-CPAN-Mini # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 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,24 @@ # 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 CPAN-Mini Name: perl-CPAN-Mini -Version: 1.111016 +Version: 1.111017 Release: 0 -%define cpan_name CPAN-Mini -Summary: Create a Minimal Mirror of Cpan -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/CPAN-Mini/ -Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Create a minimal mirror of CPAN +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Compress::Zlib) >= 1.20 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(File::HomeDir) >= 0.57 BuildRequires: perl(File::Path) >= 2.04 BuildRequires: perl(LWP::UserAgent) >= 5 @@ -48,31 +47,23 @@ of the CPAN on your local disk. It contains only those files needed to install the newest version of every distribution. Those files are: -* * - - 01mailrc.txt.gz - -* * - - 02packages.details.txt.gz - -* * + * 01mailrc.txt.gz - 03modlist.data.gz + * 02packages.details.txt.gz -* * + * 03modlist.data.gz - the last non-developer release of every dist for every author + * the last non-developer release of every dist for every author %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %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 @@ -80,6 +71,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE ++++++ CPAN-Mini-1.111016.tar.gz -> CPAN-Mini-1.111017.tar.gz ++++++ ++++ 2230 lines of diff (skipped)