[perl-Capture-Tiny] 0.16 bump

Petr Šabata psabata at fedoraproject.org
Mon Feb 13 12:52:58 UTC 2012


commit 54a9e32fc6172215263a1d480f1b14da306e46f3
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Feb 13 13:49:29 2012 +0100

    0.16 bump

 .gitignore             |    1 +
 perl-Capture-Tiny.spec |   11 +++++++----
 sources                |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e28112d..17761de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ Capture-Tiny-0.08.tar.gz
 /Capture-Tiny-0.12.tar.gz
 /Capture-Tiny-0.13.tar.gz
 /Capture-Tiny-0.15.tar.gz
+/Capture-Tiny-0.16.tar.gz
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 903c4f0..7ba70b7 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,6 +1,6 @@
 Name:           perl-Capture-Tiny
-Version:        0.15
-Release:        2%{?dist}
+Version:        0.16
+Release:        1%{?dist}
 Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -17,7 +17,7 @@ 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))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Capture::Tiny provides a simple, portable way to capture anything sent to
@@ -31,7 +31,7 @@ in any particular situation and just use this one.
 %setup -q -n Capture-Tiny-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=perl
+perl Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags}
 
 %install
@@ -49,6 +49,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 13 2012 Petr Šabata <contyk at redhat.com> - 0.16-1
+- 0.16 bump
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index e0c6449..aff321c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e9a7b8f0ad8134759599a78585d26a6  Capture-Tiny-0.15.tar.gz
+3404b614cfe5bbbedb805cc3d4dace4c  Capture-Tiny-0.16.tar.gz


More information about the scm-commits mailing list