diff --git a/Error-0.17026.tar.gz b/Error-0.17026.tar.gz deleted file mode 100644 index 4de3afa..0000000 --- a/Error-0.17026.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37590a962cd73ae03470e1ff16459a6cbc5273fc57626b8981dab9c2433155d9 -size 32988 diff --git a/Error-0.17027.tar.gz b/Error-0.17027.tar.gz new file mode 100644 index 0000000..293c3c4 --- /dev/null +++ b/Error-0.17027.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b2ac8275dfa04144745a6c1900a596280f862b97d22bab0c5ce02682ebd3be +size 33260 diff --git a/perl-Error.changes b/perl-Error.changes index 2e3ecf6..8c9dd8c 100644 --- a/perl-Error.changes +++ b/perl-Error.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 8 06:19:56 UTC 2018 - Stephan Kulow + +- updated to 0.17027 + see /usr/share/doc/packages/perl-Error/Changes + + 0.17027 2018-10-28 + - Documentation and examples enhancements. + - https://bitbucket.org/shlomif/perl-error.pm/pull-requests/1/october-prc-some-minor-mostly-doc-changes/diff + - Thanks to https://metacpan.org/author/JMERELO . + ------------------------------------------------------------------- Thu May 24 05:20:34 UTC 2018 - coolo@suse.com diff --git a/perl-Error.spec b/perl-Error.spec index f05809b..f5c4ebe 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -12,18 +12,18 @@ # 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-Error -Version: 0.17026 +Version: 0.17027 Release: 0 %define cpan_name Error -Summary: Error/exception handling in an OO-ish way +Summary: Error License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Error/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -47,7 +47,7 @@ should throw errors from a sub-class of 'Error'. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +perl Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check