Accepting request 611779 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/611779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error?expand=0&rev=32
This commit is contained in:
Dirk Stoecker 2018-05-24 09:55:36 +00:00 committed by Git OBS Bridge
parent 09ca7e7c50
commit c1b0c93a8d
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c9f474ad3d4fe0cabff6b6be532cb1dd348245986d4a6b600ad921d5cfdefaf
size 32013

3
Error-0.17026.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37590a962cd73ae03470e1ff16459a6cbc5273fc57626b8981dab9c2433155d9
size 32988

View File

@ -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

View File

@ -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