Hello community, here is the log from the commit of package perl-Moose for openSUSE:Factory checked in at 2019-11-26 17:01:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Moose (Old) and /work/SRC/openSUSE:Factory/.perl-Moose.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Moose" Tue Nov 26 17:01:59 2019 rev:42 rq:750843 version:2.2012 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes 2018-05-19 15:43:38.412050621 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Moose.new.26869/perl-Moose.changes 2019-11-26 17:02:26.872046684 +0100 @@ -1,0 +2,13 @@ +Mon Nov 25 11:58:17 UTC 2019 - <[email protected]> + +- updated to 2.2012 + see /usr/share/doc/packages/perl-Moose/Changes + + 2.2012 2019-11-22 + + [TESTS] + + - adjust test of missing package to accomodate new diagnostic message in + perl 5.31.6 (RT#130929) + +------------------------------------------------------------------- Old: ---- Moose-2.2011.tar.gz New: ---- Moose-2.2012.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Moose.spec ++++++ --- /var/tmp/diff_new_pack.dvY6nI/_old 2019-11-26 17:02:27.448046494 +0100 +++ /var/tmp/diff_new_pack.dvY6nI/_new 2019-11-26 17:02:27.452046493 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Moose # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,19 @@ # 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-Moose -Version: 2.2011 +Version: 2.2012 Release: 0 -#Upstream: Artistic-1.0 or GPL-1.0+ +#Upstream: Artistic-1.0 or GPL-1.0-or-later %define cpan_name Moose -Summary: Postmodern Object System for Perl 5 +Summary: Postmodern object system for Perl 5 License: GPL-1.0-or-later OR Artistic-1.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Moose/ +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 @@ -104,14 +104,14 @@ %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %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 ++++++ Moose-2.2011.tar.gz -> Moose-2.2012.tar.gz ++++++ ++++ 19099 lines of diff (skipped)
