[perl-Capture-Tiny] 0.23 bump

Petr Šabata psabata at fedoraproject.org
Thu Oct 24 09:56:17 UTC 2013


commit a98c0e912a33508d1727e8c8ce1532fb81328679
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Oct 24 18:56:19 2013 +0900

    0.23 bump

 .gitignore             |    1 +
 perl-Capture-Tiny.spec |   10 +++++++---
 sources                |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c49153..d9f94b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Capture-Tiny-0.08.tar.gz
 /Capture-Tiny-0.20.tar.gz
 /Capture-Tiny-0.21.tar.gz
 /Capture-Tiny-0.22.tar.gz
+/Capture-Tiny-0.23.tar.gz
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 3cfaf8d..ed30cf5 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-Capture-Tiny
-Version:        0.22
-Release:        4%{?dist}
+Version:        0.23
+Release:        1%{?dist}
 Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/Capture-Tiny/
 Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time:
@@ -20,6 +20,7 @@ BuildRequires:  perl(IO::Handle)
 # PerlIO is optional
 BuildRequires:  perl(Scalar::Util)
 # Tests only:
+BuildRequires:  perl(Config)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(IO::File)
@@ -62,6 +63,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Oct 24 2013 Petr Šabata <contyk at redhat.com> - 0.23-1
+- 0.23 bump
+
 * Thu Sep 05 2013 Petr Šabata <contyk at redhat.com> - 0.22-4
 - Avoid circular dependencies when bootstrapping (#1004376)
 
diff --git a/sources b/sources
index 5aa55cc..178f4c1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f270ee3682aabf10747592f6c05ef7ba  Capture-Tiny-0.22.tar.gz
+7c6f63671802d004c0df5dbcba93e5b4  Capture-Tiny-0.23.tar.gz



More information about the perl-devel mailing list