[perl-Carp-Always] 0.11 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jun 22 06:29:42 UTC 2012


commit e9afadeff4d0566971418d25924f9763192d1d81
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 22 08:29:04 2012 +0200

    0.11 bump
    
    Restores compatibility with Carp 1.25.

 .gitignore            |    1 +
 perl-Carp-Always.spec |   11 +++++++++--
 sources               |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 939b12e..2180694 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Carp-Always-0.09.tar.gz
+/Carp-Always-0.11.tar.gz
diff --git a/perl-Carp-Always.spec b/perl-Carp-Always.spec
index a482dcb..e035b79 100644
--- a/perl-Carp-Always.spec
+++ b/perl-Carp-Always.spec
@@ -1,6 +1,6 @@
 Name:           perl-Carp-Always
-Version:        0.09
-Release:        7%{?dist}
+Version:        0.11
+Release:        1%{?dist}
 Summary:        Warn and die in Perl noisily with stack backtraces
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,8 +9,12 @@ Source0:        http://www.cpan.org//authors/id/F/FE/FERREIRA/Carp-Always-%{vers
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time
+BuildRequires:  perl(Carp)
+# Tests
 BuildRequires:  perl(Test::Base)
 BuildRequires:  perl(Test::More)
+# Optional tests
 BuildRequires:  perl(Test::Pod) >= 1.18
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -61,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jun 22 2012 Petr Pisar <ppisar at redhat.com> - 0.11-1
+- 0.11 bump
+
 * Fri Jun 22 2012 Petr Pisar <ppisar at redhat.com> - 0.09-7
 - Perl 5.16 rebuild
 
diff --git a/sources b/sources
index 01e170e..fa64d25 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbe35d97b541240f4fddd3fa3b9da467  Carp-Always-0.09.tar.gz
+8e0ca691b8e4131a587f954f000aae48  Carp-Always-0.11.tar.gz


More information about the scm-commits mailing list