0.27 bump

- META changes only
This commit is contained in:
Petr Šabata 2014-11-12 14:42:30 +01:00
parent e8ec77f09f
commit d525de3b6c
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 0.27-1
- 0.27 bump
- META changes only
* Tue Nov 04 2014 Petr Šabata <contyk@redhat.com> - 0.26-1
- 0.26 bump
- Test suite enhancements only

View File

@ -1 +1 @@
bff4602137a8c59dae2808dbcda5135b Capture-Tiny-0.26.tar.gz
63ee233f1dfaa75c5233839407b87ae3 Capture-Tiny-0.27.tar.gz