SHA256
1
0
forked from pool/perl-Error

Accepting request 515112 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/515112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error?expand=0&rev=30
This commit is contained in:
Pedro Monreal Gonzalez 2017-08-08 08:06:23 +00:00 committed by Git OBS Bridge
parent 983a1d1999
commit 09ca7e7c50
4 changed files with 21 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:074db7c783a67b0667eca64a4f6a0c3de94998afc92c01d6453163eb04b9150d
size 31269

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 8 05:29:34 UTC 2017 - coolo@suse.com
- updated to 0.17025
see /usr/share/doc/packages/perl-Error/ChangeLog
Aug 07 2017 <shlomif@shlomifish.org> (Shlomi Fish)
Error.pm #0.17025
- Fix 'use Error::Simple' overriding the $VERSION
- https://rt.cpan.org/Public/Bug/Display.html?id=122713
- Thanks to Matthew Horsfall for the report.
-------------------------------------------------------------------
Sun Jun 7 08:30:50 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Error
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,14 +17,14 @@
Name: perl-Error
Version: 0.17024
Version: 0.17025
Release: 0
%define cpan_name Error
Summary: Error/exception handling in an OO-ish way
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Error/
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -58,6 +58,7 @@ should throw errors from a sub-class of 'Error'.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog examples LICENSE README scripts
%doc ChangeLog examples README scripts
%license LICENSE
%changelog