0.21 bump
This commit is contained in:
parent
842f3c8e32
commit
314aa2df7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ Capture-Tiny-0.08.tar.gz
|
||||
/Capture-Tiny-0.18.tar.gz
|
||||
/Capture-Tiny-0.19.tar.gz
|
||||
/Capture-Tiny-0.20.tar.gz
|
||||
/Capture-Tiny-0.21.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.20
|
||||
Version: 0.21
|
||||
Release: 1%{?dist}
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
License: ASL 2.0
|
||||
@ -8,19 +8,20 @@ URL: http://search.cpan.org/dist/Capture-Tiny/
|
||||
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(Test::More) >= 0.62
|
||||
# Tests only:
|
||||
BuildRequires: perl(lib)
|
||||
# Run-time:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
# Optional
|
||||
# Tests only:
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(IO::File)
|
||||
BuildRequires: perl(Test::More) >= 0.62
|
||||
# Optional tests:
|
||||
BuildRequires: perl(Inline)
|
||||
BuildRequires: perl(Inline::C)
|
||||
BuildRequires: perl(Parse::RecDescent)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -53,6 +54,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 16 2012 Petr Pisar <ppisar@redhat.com> - 0.21-1
|
||||
- 0.21 bump
|
||||
|
||||
* Thu Oct 04 2012 Petr Šabata <contyk@redhat.com> - 0.20-1
|
||||
- 0.20 bump
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user