Accepting request 725711 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/725711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error?expand=0&rev=36
This commit is contained in:
Pedro Monreal Gonzalez 2019-08-25 08:42:52 +00:00 committed by Git OBS Bridge
parent afc198e4db
commit 9465d6317f
4 changed files with 17 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07b2ac8275dfa04144745a6c1900a596280f862b97d22bab0c5ce02682ebd3be
size 33260

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 24 05:07:58 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.17028
see /usr/share/doc/packages/perl-Error/Changes
0.17028 2019-08-23
- Moved the VCS repo to https://github.com/shlomif/perl-error.pm
- No other significant changes.
-------------------------------------------------------------------
Thu Nov 8 06:19:56 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Error
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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,10 +17,10 @@
Name: perl-Error
Version: 0.17027
Version: 0.17028
Release: 0
%define cpan_name Error
Summary: Error
Summary: Error/exception handling in an OO-ish way
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
@ -59,7 +59,7 @@ perl Build.PL installdirs=vendor
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog Changes examples README scripts
%doc ChangeLog Changes examples README
%license LICENSE
%changelog