0.16 bump

This commit is contained in:
Petr Šabata 2012-02-13 13:49:29 +01:00
parent 9aa95cd526
commit 54a9e32fc6
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ Capture-Tiny-0.08.tar.gz
/Capture-Tiny-0.12.tar.gz
/Capture-Tiny-0.13.tar.gz
/Capture-Tiny-0.15.tar.gz
/Capture-Tiny-0.16.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Capture-Tiny
Version: 0.15
Release: 2%{?dist}
Version: 0.16
Release: 1%{?dist}
Summary: Capture STDOUT and STDERR from Perl, XS or external programs
License: ASL 2.0
Group: Development/Libraries
@ -17,7 +17,7 @@ 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))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
Capture::Tiny provides a simple, portable way to capture anything sent to
@ -31,7 +31,7 @@ in any particular situation and just use this one.
%setup -q -n Capture-Tiny-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=perl
perl Makefile.PL INSTALLDIRS=perl
make %{?_smp_mflags}
%install
@ -49,6 +49,9 @@ make test
%{_mandir}/man3/*
%changelog
* Mon Feb 13 2012 Petr Šabata <contyk@redhat.com> - 0.16-1
- 0.16 bump
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
7e9a7b8f0ad8134759599a78585d26a6 Capture-Tiny-0.15.tar.gz
3404b614cfe5bbbedb805cc3d4dace4c Capture-Tiny-0.16.tar.gz