Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Software-License for openSUSE:Factory checked in at 2021-08-10 10:27:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Software-License (Old) and /work/SRC/openSUSE:Factory/.perl-Software-License.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Software-License" Tue Aug 10 10:27:47 2021 rev:15 rq:911145 version:0.104001 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Software-License/perl-Software-License.changes 2019-09-25 08:15:47.562488628 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Software-License.new.1899/perl-Software-License.changes 2021-08-10 10:28:31.089715775 +0200 @@ -1,0 +2,21 @@ +Tue Aug 3 03:09:02 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.104001 + see /usr/share/doc/packages/perl-Software-License/Changes + + 0.104001 2021-08-02 09:33:25-04:00 America/New_York + - add "program" and "Program" arguments; this allows text generation + like "CoolClient is license..." instead of "This software is..." + (thanks, Van de Bugger) + + 0.104000 2021-06-25 21:56:24-04:00 America/New_York (TRIAL RELEASE) + - documentation tweaks about non-core licenses and the use of + guess_license_from_pod + + 0.103015 2021-06-25 21:54:19-04:00 America/New_York (TRIAL RELEASE) + - update the text of Artistic License 1.0 to match upstream source + - when using Apache 2.0, replace year and copyright holder + - improve guessing at CC0 + - update author contact info + +------------------------------------------------------------------- Old: ---- Software-License-0.103014.tar.gz New: ---- Software-License-0.104001.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Software-License.spec ++++++ --- /var/tmp/diff_new_pack.RkpaPD/_old 2021-08-10 10:28:31.581714514 +0200 +++ /var/tmp/diff_new_pack.RkpaPD/_new 2021-08-10 10:28:31.585714504 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Software-License # -# Copyright (c) 2019 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 @@ -16,21 +16,20 @@ # +%define cpan_name Software-License Name: perl-Software-License -Version: 0.103014 +Version: 0.104001 Release: 0 -%define cpan_name Software-License -Summary: Packages That Provide Templated Software Licenses +Summary: Packages that provide templated software licenses License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +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(Data::Section) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Module::Load) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Text::Template) @@ -46,11 +45,11 @@ packages that provide templated software licenses %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -61,7 +60,6 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE ++++++ Software-License-0.103014.tar.gz -> Software-License-0.104001.tar.gz ++++++ ++++ 2702 lines of diff (skipped)