[perl-Carp] 1.32 bump

Petr Pisar ppisar at fedoraproject.org
Tue Sep 10 08:03:30 UTC 2013


commit f0c79e27ecfd09587e4e7ac12b148da6da3a3f21
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 10 10:01:51 2013 +0200

    1.32 bump

 .gitignore     |    1 +
 perl-Carp.spec |   10 ++++++++--
 sources        |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1584dcd..0bfeddd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Carp-1.22.tar.gz
 /Carp-1.25.tar.gz
 /Carp-1.26.tar.gz
+/Carp-1.32.tar.gz
diff --git a/perl-Carp.spec b/perl-Carp.spec
index 84c9062..ad13094 100644
--- a/perl-Carp.spec
+++ b/perl-Carp.spec
@@ -1,6 +1,6 @@
 Name:           perl-Carp
-Version:        1.26
-Release:        245%{?dist}
+Version:        1.32
+Release:        1%{?dist}
 Summary:        Alternative warn and die for modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,8 +14,11 @@ BuildRequires:  perl(strict)
 # Run-time:
 BuildRequires:  perl(Exporter)
 # Tests:
+BuildRequires:  perl(B)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(IPC::Open3)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(parent)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
@@ -52,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 10 2013 Petr Pisar <ppisar at redhat.com> - 1.32-1
+- 1.32 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.26-245
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index cc51bb8..5a0cb3a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-86229a6f0dc44e0730f96c1909bb346d  Carp-1.26.tar.gz
+5444092be474f23cda4c3d7ef8bf8c33  Carp-1.32.tar.gz



More information about the perl-devel mailing list