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 - 0.27-1 +- 0.27 bump +- META changes only + * Tue Nov 04 2014 Petr Šabata - 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