[perl-Capture-Tiny] 0.27 bump

Petr Šabata psabata at fedoraproject.org
Wed Nov 12 13:42:37 UTC 2014


commit d525de3b6cb4c9941543369fe090244ada93ecb9
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Nov 12 14:42:30 2014 +0100

    0.27 bump
    
    - META changes only

 .gitignore             |    1 +
 perl-Capture-Tiny.spec |    8 ++++++--
 sources                |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f72be4..d60d78c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ Capture-Tiny-0.08.tar.gz
 /Capture-Tiny-0.24.tar.gz
 /Capture-Tiny-0.25.tar.gz
 /Capture-Tiny-0.26.tar.gz
+/Capture-Tiny-0.27.tar.gz
diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec
index 3fd9f95..35fe730 100644
--- a/perl-Capture-Tiny.spec
+++ b/perl-Capture-Tiny.spec
@@ -1,5 +1,5 @@
 Name:           perl-Capture-Tiny
-Version:        0.26
+Version:        0.27
 Release:        1%{?dist}
 Summary:        Capture STDOUT and STDERR from Perl, XS or external programs
 License:        ASL 2.0
@@ -53,7 +53,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} +
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -65,6 +65,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Nov 12 2014 Petr Šabata <contyk at redhat.com> - 0.27-1
+- 0.27 bump
+- META changes only
+
 * Tue Nov 04 2014 Petr Šabata <contyk at redhat.com> - 0.26-1
 - 0.26 bump
 - Test suite enhancements only
diff --git a/sources b/sources
index ae73fc7..76b7fb8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bff4602137a8c59dae2808dbcda5135b  Capture-Tiny-0.26.tar.gz
+63ee233f1dfaa75c5233839407b87ae3  Capture-Tiny-0.27.tar.gz



More information about the perl-devel mailing list