0.11 bump
This commit is contained in:
parent
6392da9020
commit
cf847a7aa7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
Capture-Tiny-0.08.tar.gz
|
||||
/Capture-Tiny-0.09.tar.gz
|
||||
/Capture-Tiny-0.10.tar.gz
|
||||
/Capture-Tiny-0.11.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.10
|
||||
Version: 0.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
License: ASL 2.0
|
||||
@ -42,12 +42,15 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
||||
make test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes examples LICENSE perlcritic.rc README Todo
|
||||
%{perl_privlib}/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri May 20 2011 Petr Sabata <psabata@redhat.com> - 0.11-1
|
||||
- 0.11 bump
|
||||
- Removing defattr
|
||||
|
||||
* Wed Feb 09 2011 Petr Pisar <ppisar@redhat.com> - 0.10-1
|
||||
- 0.10 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user