diff --git a/Error-0.17025.tar.gz b/Error-0.17025.tar.gz deleted file mode 100644 index f530f84..0000000 --- a/Error-0.17025.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c9f474ad3d4fe0cabff6b6be532cb1dd348245986d4a6b600ad921d5cfdefaf -size 32013 diff --git a/Error-0.17026.tar.gz b/Error-0.17026.tar.gz new file mode 100644 index 0000000..4de3afa --- /dev/null +++ b/Error-0.17026.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37590a962cd73ae03470e1ff16459a6cbc5273fc57626b8981dab9c2433155d9 +size 32988 diff --git a/perl-Error.changes b/perl-Error.changes index bc406c9..2e3ecf6 100644 --- a/perl-Error.changes +++ b/perl-Error.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 24 05:20:34 UTC 2018 - coolo@suse.com + +- updated to 0.17026 + see /usr/share/doc/packages/perl-Error/Changes + ------------------------------------------------------------------- Tue Aug 8 05:29:34 UTC 2017 - coolo@suse.com diff --git a/perl-Error.spec b/perl-Error.spec index 006049d..f05809b 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Error # -# Copyright (c) 2017 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 @@ -17,11 +17,11 @@ Name: perl-Error -Version: 0.17025 +Version: 0.17026 Release: 0 %define cpan_name Error Summary: Error/exception handling in an OO-ish way -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Error/ Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz @@ -30,7 +30,8 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.280801 +BuildRequires: perl(Module::Build) >= 0.280000 +BuildRequires: perl(Test::More) >= 0.88 %{perl_requires} %description @@ -58,7 +59,7 @@ should throw errors from a sub-class of 'Error'. %files -f %{name}.files %defattr(-,root,root,755) -%doc ChangeLog examples README scripts +%doc ChangeLog Changes examples README scripts %license LICENSE %changelog