From 355f643c34a29446992b8c4e4fd49da43668491c Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 27 Jul 2018 20:23:24 +0200 Subject: [PATCH] 3.13.0-23 - Remove valgrind-3.13.0-arm-disable-vfp-test.patch --- valgrind-3.13.0-arm-disable-vfp-test.patch | 23 ---------------------- valgrind.spec | 11 +++++------ 2 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 valgrind-3.13.0-arm-disable-vfp-test.patch diff --git a/valgrind-3.13.0-arm-disable-vfp-test.patch b/valgrind-3.13.0-arm-disable-vfp-test.patch deleted file mode 100644 index e15deed..0000000 --- a/valgrind-3.13.0-arm-disable-vfp-test.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -ur valgrind-3.13.0.orig/none/tests/arm/Makefile.am valgrind-3.13.0/none/tests/arm/Makefile.am ---- valgrind-3.13.0.orig/none/tests/arm/Makefile.am 2018-07-12 22:14:06.943404097 +0200 -+++ valgrind-3.13.0/none/tests/arm/Makefile.am 2018-07-12 22:15:24.496724854 +0200 -@@ -40,7 +40,6 @@ - v8memory_a \ - v8memory_t \ - vcvt_fixed_float_VFP \ -- vfp \ - vfpv4_fma - - AM_CFLAGS += @FLAG_M32@ -diff -ur valgrind-3.13.0.orig/none/tests/arm/Makefile.in valgrind-3.13.0/none/tests/arm/Makefile.in ---- valgrind-3.13.0.orig/none/tests/arm/Makefile.in 2018-07-12 22:14:06.948403990 +0200 -+++ valgrind-3.13.0/none/tests/arm/Makefile.in 2018-07-12 22:15:53.625091368 +0200 -@@ -125,7 +125,7 @@ - v6intARM$(EXEEXT) v6intThumb$(EXEEXT) v6media$(EXEEXT) \ - v8crypto_a$(EXEEXT) v8crypto_t$(EXEEXT) v8fpsimd_a$(EXEEXT) \ - v8fpsimd_t$(EXEEXT) v8memory_a$(EXEEXT) v8memory_t$(EXEEXT) \ -- vcvt_fixed_float_VFP$(EXEEXT) vfp$(EXEEXT) vfpv4_fma$(EXEEXT) -+ vcvt_fixed_float_VFP$(EXEEXT) vfpv4_fma$(EXEEXT) - subdir = none/tests/arm - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - am__aclocal_m4_deps = $(top_srcdir)/configure.ac diff --git a/valgrind.spec b/valgrind.spec index 628aaca..adcd1e4 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -3,7 +3,7 @@ Summary: Tool for finding memory management bugs in programs Name: %{?scl_prefix}valgrind Version: 3.13.0 -Release: 22%{?dist} +Release: 23%{?dist} Epoch: 1 License: GPLv2+ URL: http://www.valgrind.org/ @@ -185,11 +185,8 @@ Patch22: valgrind-3.13.0-arm64-ptrace.patch # Accept read-only PT_LOAD segments and .rodata created by ld -z separate-code. Patch23: valgrind-3.13.0-ld-separate-code.patch -# KDE#396452 none/test/arm/vfp.c doesn't build with binutils 2.31 gas -Patch24: valgrind-3.13.0-arm-disable-vfp-test.patch - # KDE#396887 arch_prctl should return EINVAL on unknown option -Patch25: valgrind-3.13.0-arch_prctl.patch +Patch24: valgrind-3.13.0-arch_prctl.patch %if %{build_multilib} # Ensure glibc{,-devel} is installed for both multilib arches @@ -335,7 +332,6 @@ Valgrind User Manual for details. %patch22 -p1 %patch23 -p1 %patch24 -p1 -%patch25 -p1 %build CC=gcc @@ -558,6 +554,9 @@ echo ===============END TESTING=============== %endif %changelog +* Fri Jul 27 2018 Mark Wielaard - 3.13.0-23 +- Remove valgrind-3.13.0-arm-disable-vfp-test.patch + * Thu Jul 26 2018 Mark Wielaard - 3.13.0-22 - Add valgrind-3.13.0-arch_prctl.patch (#1608824)