3.11.0-26 - touch more empty exp file.

This commit is contained in:
Mark Wielaard 2016-07-22 18:01:37 +02:00
parent 23303a6785
commit 177b83dcaa

View File

@ -3,7 +3,7 @@
Summary: Tool for finding memory management bugs in programs
Name: %{?scl_prefix}valgrind
Version: 3.11.0
Release: 25%{?dist}
Release: 26%{?dist}
Epoch: 1
License: GPLv2+
URL: http://www.valgrind.org/
@ -329,6 +329,8 @@ touch none/tests/ppoll_alarm.stderr.exp
touch none/tests/ppoll_alarm.stdout.exp
touch none/tests/pselect_alarm.stderr.exp
touch none/tests/pselect_alarm.stdout.exp
touch none/tests/pselect_sigmask_null.stderr.exp
touch none/tests/pselect_sigmask_null.stdout.exp
%patch24 -p1
@ -553,7 +555,7 @@ echo ===============END TESTING===============
%endif
%changelog
* Fri Jul 22 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-25
* Fri Jul 22 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-26
- Only build valgrind-openmpi when not creating a software collection.
- No support for multilib on secondary arches when creating scl.
- Touch up empty .exp files.