Upstream update.
- Add RELEASE_TESTING=1 to work around upstream trying to discourage us from running pod-tests.
This commit is contained in:
parent
ed48fc6919
commit
0fbdadc3a9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/IPC-Run3-0.046.tar.gz
|
||||
/IPC-Run3-0.048.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-IPC-Run3
|
||||
Version: 0.046
|
||||
Release: 4%{?dist}
|
||||
Version: 0.048
|
||||
Release: 1%{?dist}
|
||||
Summary: Run a subprocess in batch mode
|
||||
License: GPL+ or Artistic or BSD
|
||||
Group: Development/Libraries
|
||||
@ -53,7 +53,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
make test
|
||||
make test RELEASE_TESTING=1
|
||||
|
||||
%files
|
||||
%doc Changes LICENSE README
|
||||
@ -61,6 +61,11 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 31 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.048-1
|
||||
- Upstream update.
|
||||
- Add RELEASE_TESTING=1 to work around upstream trying to discourage
|
||||
us from running pod-tests.
|
||||
|
||||
* Tue Feb 11 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.046-4
|
||||
- Add 0001-test-and-fix-for-RT-52317-Calling-run3-garbles-STDIN.patch (RHBZ#1062267).
|
||||
- Spec-file cosmetics.
|
||||
|
Loading…
Reference in New Issue
Block a user