0.17018 bump

This commit is contained in:
Petr Písař 2012-06-07 21:00:56 +02:00
parent b72f8e955f
commit 70ce7f9515
3 changed files with 21 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Error-0.17016.tar.gz
/Error-0.17018.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Error
Version: 0.17016
Release: 7%{?dist}
Version: 0.17018
Release: 1%{?dist}
Epoch: 1
Summary: Error/exception handling in an OO-ish way
License: GPL+ or Artistic
@ -9,10 +9,21 @@ URL: http://search.cpan.org/dist/Error/
Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(File::Spec)
BuildRequires: perl(lib)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
# Run-requires:
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(Scalar::Util)
# Tests:
BuildRequires: perl(base)
BuildRequires: perl(Test::More)
# Optional tests:
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Carp)
%description
The Error package provides two interfaces. Firstly Error provides a
@ -48,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Jun 07 2012 Petr Pisar <ppisar@redhat.com> - 1:0.17018-1
- 0.17018 bump
- Specify all dependencies
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17016-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
eedcd3c6970568dd32092b5334328eff Error-0.17016.tar.gz
1137a7bbb94c9508a2268c467583207f Error-0.17018.tar.gz