From 2c83b24fdf3c0cf55926cda653bb597a994f1a934b29084adfd05bb2c07ccf2f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 17 Apr 2015 05:00:41 +0000 Subject: [PATCH] Accepting request 297481 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/297481 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Error?expand=0&rev=26 --- Error-0.17022.tar.gz | 3 --- Error-0.17023.tar.gz | 3 +++ cpanspec.yml | 20 ++++++++++++++++++++ perl-Error.changes | 12 ++++++++++++ perl-Error.spec | 9 +++++---- 5 files changed, 40 insertions(+), 7 deletions(-) delete mode 100644 Error-0.17022.tar.gz create mode 100644 Error-0.17023.tar.gz create mode 100644 cpanspec.yml diff --git a/Error-0.17022.tar.gz b/Error-0.17022.tar.gz deleted file mode 100644 index c70848c..0000000 --- a/Error-0.17022.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cab74f04fb3af7088cefc2f6f96800ee52d34b82928bbb35ca51a0e5b5f9f7ef -size 31045 diff --git a/Error-0.17023.tar.gz b/Error-0.17023.tar.gz new file mode 100644 index 0000000..38dfcc4 --- /dev/null +++ b/Error-0.17023.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af48e19077d8837c6377d8a9ba2ce473c100caf5eeb7b53606c3f78a0e8b5d37 +size 31038 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Error.changes b/perl-Error.changes index 32ed4e5..4f30277 100644 --- a/perl-Error.changes +++ b/perl-Error.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 16 21:43:52 UTC 2015 - coolo@suse.com + +- updated to 0.17023 + see /usr/share/doc/packages/perl-Error/ChangeLog + + Feb 12 2015 (Shlomi Fish) + + Error.pm #0.17023 + - Minimal version of Module-Build reduced to 0.280801 + - https://rt.cpan.org/Public/Bug/Display.html?id=102062 + ------------------------------------------------------------------- Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com diff --git a/perl-Error.spec b/perl-Error.spec index 99a1cf2..3af6505 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Error # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,19 +17,20 @@ Name: perl-Error -Version: 0.17022 +Version: 0.17023 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/ -Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.39 +BuildRequires: perl(Module::Build) >= 0.280801 %{perl_requires} %description