Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Specio for openSUSE:Factory checked in at 2021-02-22 14:22:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Specio (Old) and /work/SRC/openSUSE:Factory/.perl-Specio.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Specio" Mon Feb 22 14:22:35 2021 rev:9 rq:872805 version:0.47 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Specio/perl-Specio.changes 2020-10-24 15:14:11.216006797 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Specio.new.2378/perl-Specio.changes 2021-02-22 14:22:35.723563210 +0100 @@ -1,0 +2,18 @@ +Tue Feb 16 10:24:24 UTC 2021 - Dirk Stoecker <[email protected]> + +- updated to 0.47 + see /usr/share/doc/packages/perl-Specio/Changes + + 0.47 2021-01-29 + + - Change Specio constraint object's stringification overloading to return the + type name rather than the default Perl object stringification, which gives + you something like + "Specio::Constraint::Parameterized=HASH(0x564d258efb48)". Anonymous are + special cased to return something you can print. + + - All types now overload the `eq` comparison operator. Moose expects types to + be comparable in this manner when doing role summation. This fixes a bug + reported by Martin Gruner. GH #18. + +------------------------------------------------------------------- Old: ---- Specio-0.46.tar.gz New: ---- Specio-0.47.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Specio.spec ++++++ --- /var/tmp/diff_new_pack.zFIBLm/_old 2021-02-22 14:22:36.227563702 +0100 +++ /var/tmp/diff_new_pack.zFIBLm/_new 2021-02-22 14:22:36.231563706 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Specio # -# Copyright (c) 2020 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,18 +16,16 @@ # +%define cpan_name Specio Name: perl-Specio -Version: 0.46 +Version: 0.47 Release: 0 -%define cpan_name Specio Summary: Type constraints and coercions for Perl License: Artistic-2.0 -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Devel::StackTrace) @@ -79,11 +77,12 @@ with this module. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -94,8 +93,7 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO.md +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO.md %license LICENSE %changelog ++++++ Specio-0.46.tar.gz -> Specio-0.47.tar.gz ++++++ ++++ 5056 lines of diff (skipped) ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.zFIBLm/_old 2021-02-22 14:22:36.331563804 +0100 +++ /var/tmp/diff_new_pack.zFIBLm/_new 2021-02-22 14:22:36.331563804 +0100 @@ -26,3 +26,4 @@ #custom_test: |- #startserver && make test #ignore_requires: Bizarre::Module +skip_doc: precious.toml|azure-pipelines.yml
