[perl-Capture-Tiny] 0.12 bump

Petr Pisar ppisar at fedoraproject.org
Fri Dec 2 14:32:39 UTC 2011


commit 08a4a3b5d29e08a8d9fb2c152417cea19c35d2c2
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Dec 2 15:32:28 2011 +0100

    0.12 bump

 .gitignore             |    1 +
 perl-Capture-Tiny.spec |    9 +++++++--
 sources                |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d651b22..ba64bb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Capture-Tiny-0.08.tar.gz
 /Capture-Tiny-0.09.tar.gz
 /Capture-Tiny-0.10.tar.gz
 /Capture-Tiny-0.11.tar.gz
+/Capture-Tiny-0.12.tar.gz
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 55520eb..56c9c25 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-Capture-Tiny
-Version:        0.11
-Release:        2%{?dist}
+Version:        0.12
+Release:        1%{?dist}
 Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -10,11 +10,13 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
 BuildRequires:  perl(Test::More) >= 0.62
 # Tests only:
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(Scalar::Util)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -47,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 02 2011 Petr Pisar <ppisar at redhat.com> - 0.12-1
+- 0.12 bump
+
 * Wed Jun 15 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.11-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index ffe65a2..57e0fff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-afbd9be69e4691ba8316545d216abdc8  Capture-Tiny-0.11.tar.gz
+a7578d54a3c1e14a7a862c11bdc7db65  Capture-Tiny-0.12.tar.gz



More information about the perl-devel mailing list