0.16 bump
This commit is contained in:
parent
9aa95cd526
commit
54a9e32fc6
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user