0.20 bump
This commit is contained in:
parent
819da70435
commit
842f3c8e32
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ Capture-Tiny-0.08.tar.gz
|
||||
/Capture-Tiny-0.17.tar.gz
|
||||
/Capture-Tiny-0.18.tar.gz
|
||||
/Capture-Tiny-0.19.tar.gz
|
||||
/Capture-Tiny-0.20.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.19
|
||||
Version: 0.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
License: ASL 2.0
|
||||
@ -10,6 +10,7 @@ BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(Test::More) >= 0.62
|
||||
# Tests only:
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec)
|
||||
@ -52,6 +53,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 04 2012 Petr Šabata <contyk@redhat.com> - 0.20-1
|
||||
- 0.20 bump
|
||||
|
||||
* Wed Aug 08 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.19-1
|
||||
- 0.19 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user