Upstream update.

- Add RELEASE_TESTING=1 to work around upstream trying to discourage
  us from running pod-tests.
This commit is contained in:
Ralf Corsépius 2014-03-31 08:28:03 +02:00
parent ed48fc6919
commit 0fbdadc3a9
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/IPC-Run3-0.046.tar.gz
/IPC-Run3-0.048.tar.gz

View File

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

View File

@ -1 +1 @@
c1c8f5605cae097e6fc118f7f1437dfd IPC-Run3-0.046.tar.gz
5a8cec571c51a118b265cf6e24e55761 IPC-Run3-0.048.tar.gz