update to 1.1104
This commit is contained in:
parent
da8e82d9a8
commit
43a9cadb51
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
IO-CaptureOutput-1.1102.tar.gz
|
IO-CaptureOutput-1.1102.tar.gz
|
||||||
|
/IO-CaptureOutput-1.1104.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-IO-CaptureOutput
|
Name: perl-IO-CaptureOutput
|
||||||
Version: 1.1102
|
Version: 1.1104
|
||||||
Release: 13%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Capture STDOUT/STDERR from sub-processes and XS/C modules
|
Summary: Capture STDOUT/STDERR from sub-processes and XS/C modules
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -15,7 +15,7 @@ BuildRequires: perl(Carp)
|
|||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(File::Temp) >= 0.16
|
BuildRequires: perl(File::Temp) >= 0.16
|
||||||
# Tests:
|
# Tests:
|
||||||
BuildRequires: perl(File::Spec) >= 3.27
|
# BuildRequires: perl(File::Spec) >= 3.27
|
||||||
BuildRequires: perl(IO::File)
|
BuildRequires: perl(IO::File)
|
||||||
BuildRequires: perl(Test::More) >= 0.62
|
BuildRequires: perl(Test::More) >= 0.62
|
||||||
# Optional test:
|
# Optional test:
|
||||||
@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 27 2015 Tom Callaway <spot@fedoraproject.org> - 1.1104-1
|
||||||
|
- update to 1.1104
|
||||||
|
|
||||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.1102-13
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.1102-13
|
||||||
- Perl 5.20 rebuild
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user