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
This commit is contained in:
Stephan Kulow 2015-04-17 05:00:41 +00:00 committed by Git OBS Bridge
parent 95071157fe
commit 2c83b24fdf
5 changed files with 40 additions and 7 deletions

View File

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

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

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

20
cpanspec.yml Normal file
View File

@ -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

View File

@ -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 <shlomif@shlomifish.org> (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 Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Error # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,19 +17,20 @@
Name: perl-Error Name: perl-Error
Version: 0.17022 Version: 0.17023
Release: 0 Release: 0
%define cpan_name Error %define cpan_name Error
Summary: Error/exception handling in an OO-ish way Summary: Error/exception handling in an OO-ish way
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Error/ 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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.39 BuildRequires: perl(Module::Build) >= 0.280801
%{perl_requires} %{perl_requires}
%description %description