Hello community, here is the log from the commit of package perl-Package-Stash for openSUSE:Factory checked in at 2019-01-05 14:40:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Package-Stash (Old) and /work/SRC/openSUSE:Factory/.perl-Package-Stash.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Package-Stash" Sat Jan 5 14:40:56 2019 rev:22 rq:662487 version:0.38 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes 2015-04-15 16:26:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Package-Stash.new.28833/perl-Package-Stash.changes 2019-01-05 14:40:57.332551688 +0100 @@ -1,0 +2,11 @@ +Mon Dec 31 06:25:56 UTC 2018 - Stephan Kulow <co...@suse.com> + +- updated to 0.38 + see /usr/share/doc/packages/perl-Package-Stash/Changes + + 0.38 2018-12-31 03:25:07Z + - avoid new warning in 5.21.x regarding too many arguments for + printf/sprintf (Renée Bäcker) + - canonical repository moved to https://github.com/moose/Package-Stash + +------------------------------------------------------------------- Old: ---- Package-Stash-0.37.tar.gz New: ---- Package-Stash-0.38.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Package-Stash.spec ++++++ --- /var/tmp/diff_new_pack.QB7sQ1/_old 2019-01-05 14:40:57.804551288 +0100 +++ /var/tmp/diff_new_pack.QB7sQ1/_new 2019-01-05 14:40:57.804551288 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Package-Stash # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,20 @@ # 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/ # Name: perl-Package-Stash -Version: 0.37 +Version: 0.38 Release: 0 %define cpan_name Package-Stash -Summary: routines for manipulating stashes -License: Artistic-1.0 or GPL-1.0+ +Summary: Routines for Manipulating Stashes +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Package-Stash/ -Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -64,11 +65,11 @@ %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -77,6 +78,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes CONTRIBUTING README +%license LICENSE %changelog ++++++ Package-Stash-0.37.tar.gz -> Package-Stash-0.38.tar.gz ++++++ ++++ 4182 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1 # bar.patch: #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL #post_build: |- # rm unused.files #post_install: |- # sed on %{name}.files #license: SUSE-NonFree #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module