3.14.0-2 Disable full regtests on fedora.

This commit is contained in:
Mark Wielaard 2018-11-20 22:44:23 +01:00
parent e159773b43
commit 1ed6e396be

View File

@ -3,7 +3,7 @@
Summary: Tool for finding memory management bugs in programs Summary: Tool for finding memory management bugs in programs
Name: %{?scl_prefix}valgrind Name: %{?scl_prefix}valgrind
Version: 3.14.0 Version: 3.14.0
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
License: GPLv2+ License: GPLv2+
URL: http://www.valgrind.org/ URL: http://www.valgrind.org/
@ -74,7 +74,8 @@ Group: Development/Debuggers
%global run_full_regtest 0 %global run_full_regtest 0
%else %else
%if 0%{?fedora} %if 0%{?fedora}
%global run_full_regtest 1 # Current rawhide gdb just crashes
%global run_full_regtest 0
%endif %endif
%if 0%{?rhel} %if 0%{?rhel}
%global run_full_regtest (%rhel >= 7) %global run_full_regtest (%rhel >= 7)
@ -489,13 +490,13 @@ fi
%endif %endif
%changelog %changelog
* Tue Nov 20 2018 Mark Wielaard <mjw@fedoraproject.org> * Tue Nov 20 2018 Mark Wielaard <mjw@fedoraproject.org> - 3.14.0-2
- Add valgrind-3.14.0-s390x-fix-reg-alloc-vr-vs-fpr.patch. - Add valgrind-3.14.0-s390x-fix-reg-alloc-vr-vs-fpr.patch.
- Add valgrind-3.14.0-s390x-sign-extend-lochi.patch. - Add valgrind-3.14.0-s390x-sign-extend-lochi.patch.
- Add valgrind-3.14.0-s390x-vec-reg-vgdb.patch. - Add valgrind-3.14.0-s390x-vec-reg-vgdb.patch.
- Add valgrind-3.14.0-s390x-vec-float-point-code.patch - Add valgrind-3.14.0-s390x-vec-float-point-code.patch
and valgrind-3.14.0-s390x-vec-float-point-tests.patch and valgrind-3.14.0-s390x-vec-float-point-tests.patch
- Only run full regtests on x86_64 on fedora or latest rhel. - Disable full regtests on fedora everywhere.
* Tue Oct 9 2018 Mark Wielaard <mjw@fedoraproject.org> - 3.14.0-1 * Tue Oct 9 2018 Mark Wielaard <mjw@fedoraproject.org> - 3.14.0-1
- valgrind 3.14.0 final. - valgrind 3.14.0 final.