0.12 bump
This commit is contained in:
parent
13a534d41b
commit
08a4a3b5d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,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
|
||||
/Capture-Tiny-0.12.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Capture-Tiny
|
||||
Version: 0.11
|
||||
Release: 2%{?dist}
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
@ -10,11 +10,13 @@ BuildArch: noarch
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
|
||||
BuildRequires: perl(Test::More) >= 0.62
|
||||
# Tests only:
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%description
|
||||
@ -47,6 +49,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 0.12-1
|
||||
- 0.12 bump
|
||||
|
||||
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.11-2
|
||||
- Perl mass rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user