diff --git a/perl-Capture-Tiny.spec b/perl-Capture-Tiny.spec index 83a80e7..d1f1001 100644 --- a/perl-Capture-Tiny.spec +++ b/perl-Capture-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Capture-Tiny Version: 0.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Capture STDOUT and STDERR from Perl, XS or external programs License: ASL 2.0 Group: Development/Libraries @@ -57,6 +57,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Jun 03 2015 Jitka Plesnikova - 0.30-2 +- Perl 5.22 rebuild + * Mon May 18 2015 Petr Ĺ abata - 0.30-1 - 0.30 bump - Windows fixes only