[perl-Error] 0.17018 bump

Petr Pisar ppisar at fedoraproject.org
Thu Jun 7 19:09:29 UTC 2012


commit 70ce7f9515b0c35a58fc0f902c6e56852038c942
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jun 7 21:00:56 2012 +0200

    0.17018 bump

 .gitignore      |    1 +
 perl-Error.spec |   23 +++++++++++++++++++----
 sources         |    2 +-
 3 files changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb965ea..56fe6ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Error-0.17016.tar.gz
+/Error-0.17018.tar.gz
diff --git a/perl-Error.spec b/perl-Error.spec
index 74ea01c..8cbd25e 100644
--- a/perl-Error.spec
+++ b/perl-Error.spec
@@ -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 at redhat.com> - 1:0.17018-1
+- 0.17018 bump
+- Specify all dependencies
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.17016-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 889b0db..fdda499 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eedcd3c6970568dd32092b5334328eff  Error-0.17016.tar.gz
+1137a7bbb94c9508a2268c467583207f  Error-0.17018.tar.gz


More information about the scm-commits mailing list