Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-CHI for openSUSE:Factory checked in at 2021-10-23 23:14:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-CHI (Old) and /work/SRC/openSUSE:Factory/.perl-CHI.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-CHI" Sat Oct 23 23:14:05 2021 rev:17 rq:926966 version:0.61 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-CHI/perl-CHI.changes 2015-09-24 06:15:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-CHI.new.1890/perl-CHI.changes 2021-10-23 23:14:16.088989655 +0200 @@ -1,0 +2,6 @@ +Thu Oct 14 03:06:05 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.61 + see /usr/share/doc/packages/perl-CHI/Changes + +------------------------------------------------------------------- Old: ---- CHI-0.60.tar.gz New: ---- CHI-0.61.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-CHI.spec ++++++ --- /var/tmp/diff_new_pack.wdDHCd/_old 2021-10-23 23:14:16.472989842 +0200 +++ /var/tmp/diff_new_pack.wdDHCd/_new 2021-10-23 23:14:16.476989844 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-CHI # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,23 @@ # 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 CHI Name: perl-CHI -Version: 0.60 +Version: 0.61 Release: 0 -%define cpan_name CHI Summary: Unified cache handling interface -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/CHI/ -Source0: http://www.cpan.org/authors/id/J/JS/JSWARTZ/%{cpan_name}-%{version}.tar.gz +License: Artistic-1.0 OR GPL-1.0-or-later +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/A/AS/ASB/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Cache::FileCache) BuildRequires: perl(Carp::Assert) >= 0.20 BuildRequires: perl(Class::Load) BuildRequires: perl(Data::UUID) @@ -39,6 +38,7 @@ BuildRequires: perl(JSON::MaybeXS) >= 1.003003 BuildRequires: perl(List::MoreUtils) >= 0.13 BuildRequires: perl(Log::Any) >= 0.08 +BuildRequires: perl(Module::Mask) BuildRequires: perl(Moo) >= 1.003 BuildRequires: perl(MooX::Types::MooseLike) >= 0.23 BuildRequires: perl(MooX::Types::MooseLike::Base) @@ -85,15 +85,14 @@ limitations in the Cache::Cache implementation. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +%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 @@ -101,7 +100,7 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes +%license LICENSE %changelog ++++++ CHI-0.60.tar.gz -> CHI-0.61.tar.gz ++++++ ++++ 4031 lines of diff (skipped)