From 09ca7e7c50521251d09ed58a759582bee4bc57dfec6c18d6121562a3107822e1 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 8 Aug 2017 08:06:23 +0000 Subject: [PATCH] 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 --- Error-0.17024.tar.gz | 3 --- Error-0.17025.tar.gz | 3 +++ perl-Error.changes | 13 +++++++++++++ perl-Error.spec | 9 +++++---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 Error-0.17024.tar.gz create mode 100644 Error-0.17025.tar.gz diff --git a/Error-0.17024.tar.gz b/Error-0.17024.tar.gz deleted file mode 100644 index ba633a5..0000000 --- a/Error-0.17024.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:074db7c783a67b0667eca64a4f6a0c3de94998afc92c01d6453163eb04b9150d -size 31269 diff --git a/Error-0.17025.tar.gz b/Error-0.17025.tar.gz new file mode 100644 index 0000000..f530f84 --- /dev/null +++ b/Error-0.17025.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9f474ad3d4fe0cabff6b6be532cb1dd348245986d4a6b600ad921d5cfdefaf +size 32013 diff --git a/perl-Error.changes b/perl-Error.changes index 84f4fc7..bc406c9 100644 --- a/perl-Error.changes +++ b/perl-Error.changes @@ -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 (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 diff --git a/perl-Error.spec b/perl-Error.spec index 1ebaa13..006049d 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -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