0.12 bump

This commit is contained in:
Petr Písař 2011-12-02 15:32:28 +01:00
parent 13a534d41b
commit 08a4a3b5d2
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
afbd9be69e4691ba8316545d216abdc8 Capture-Tiny-0.11.tar.gz
a7578d54a3c1e14a7a862c11bdc7db65 Capture-Tiny-0.12.tar.gz