From 95071157feb58e3faf0a9ab52cf7dba1b2cc9521b3847764e110a437b6e3b2bc Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 9 Feb 2014 14:43:20 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error?expand=0&rev=24 --- Error-0.17021.tar.gz | 3 --- Error-0.17022.tar.gz | 3 +++ perl-Error.changes | 7 +++++++ perl-Error.spec | 13 +++---------- 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 Error-0.17021.tar.gz create mode 100644 Error-0.17022.tar.gz diff --git a/Error-0.17021.tar.gz b/Error-0.17021.tar.gz deleted file mode 100644 index cda3ba7..0000000 --- a/Error-0.17021.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c81c1b4cdf38ae089f1cd4ae5999e1ea15bbba3d259085acf829fb9874e760d -size 22400 diff --git a/Error-0.17022.tar.gz b/Error-0.17022.tar.gz new file mode 100644 index 0000000..c70848c --- /dev/null +++ b/Error-0.17022.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab74f04fb3af7088cefc2f6f96800ee52d34b82928bbb35ca51a0e5b5f9f7ef +size 31045 diff --git a/perl-Error.changes b/perl-Error.changes index 978f424..32ed4e5 100644 --- a/perl-Error.changes +++ b/perl-Error.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com + +- updated to 0.17022 + - Add "use warnings;" to everything (CPANTS Kwalitee). + - Add a separate LICENSE file (CPANTS Kwalitee). + ------------------------------------------------------------------- Fri Oct 4 09:14:23 UTC 2013 - coolo@suse.com diff --git a/perl-Error.spec b/perl-Error.spec index 67fc306..99a1cf2 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Error # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: perl-Error -Version: 0.17021 +Version: 0.17022 Release: 0 %define cpan_name Error Summary: Error/exception handling in an OO-ish way @@ -30,13 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build) >= 0.39 -#BuildRequires: perl(Error) -#BuildRequires: perl(Error::Simple) -#BuildRequires: perl(File::Find::Object) -#BuildRequires: perl(IO::All) -#BuildRequires: perl(MyDie) -#BuildRequires: perl(Test::Run::Builder) -#BuildRequires: perl(Test::Run::CmdLine::Iface) %{perl_requires} %description @@ -64,6 +57,6 @@ should throw errors from a sub-class of 'Error'. %files -f %{name}.files %defattr(-,root,root,755) -%doc ChangeLog examples README scripts +%doc ChangeLog examples LICENSE README scripts %changelog