Hello community, here is the log from the commit of package perl-Package-Stash-XS for openSUSE:Factory checked in at 2019-01-05 14:41:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Package-Stash-XS (Old) and /work/SRC/openSUSE:Factory/.perl-Package-Stash-XS.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Package-Stash-XS" Sat Jan 5 14:41:00 2019 rev:15 rq:662488 version:0.29 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Package-Stash-XS/perl-Package-Stash-XS.changes 2013-07-30 14:03:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Package-Stash-XS.new.28833/perl-Package-Stash-XS.changes 2019-01-05 14:41:01.756547932 +0100 @@ -1,0 +2,11 @@ +Mon Dec 31 06:26:11 UTC 2018 - Stephan Kulow <co...@suse.com> + +- updated to 0.29 + see /usr/share/doc/packages/perl-Package-Stash-XS/Changes + + 0.29 2018-12-31 03:26:01Z + - quiet compiler warning (Jacques Germishuys, PR #2) + - canonical repository moved to + https://github.com/moose/Package-Stash=XS + +------------------------------------------------------------------- Old: ---- Package-Stash-XS-0.28.tar.gz New: ---- Package-Stash-XS-0.29.tar.gz cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Package-Stash-XS.spec ++++++ --- /var/tmp/diff_new_pack.oqyAXU/_old 2019-01-05 14:41:02.128547616 +0100 +++ /var/tmp/diff_new_pack.oqyAXU/_new 2019-01-05 14:41:02.128547616 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Package-Stash-XS # -# Copyright (c) 2013 SUSE LINUX Products 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,46 +12,42 @@ # 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-XS -Version: 0.28 +Version: 0.29 Release: 0 %define cpan_name Package-Stash-XS -Summary: faster and more correct implementation of the Package::Stash API -License: Artistic-1.0 or GPL-1.0+ +Summary: Faster and More Correct Implementation of the Package::Stash Api +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Package-Stash-XS/ -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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Requires) -#BuildRequires: perl(Package::Stash) -#BuildRequires: perl(Package::Stash::XS) -#BuildRequires: perl(Test::LeakTrace) -#BuildRequires: perl(Variable::Magic) %{perl_requires} %description -This is a backend for the Package::Stash manpage, which provides the -functionality in a way that's less buggy and much faster. It will be used -by default if it's installed, and should be preferred in all environments -with a compiler. +This is a backend for Package::Stash, which provides the functionality in a +way that's less buggy and much faster. It will be used by default if it's +installed, and should be preferred in all environments with a compiler. %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -60,6 +56,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes CONTRIBUTING README +%license LICENSE %changelog ++++++ Package-Stash-XS-0.28.tar.gz -> Package-Stash-XS-0.29.tar.gz ++++++ ++++ 3833 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