[valgrind] rhbz 947440 Fix quoting in valgrind valgrind-3.8.1-enable-armv5.patch and remove arm configure hunk

Mark Wielaard mjw at fedoraproject.org
Tue Apr 2 16:39:10 UTC 2013


commit 2c043846b02c3b2aeec57bc931996b7f7c4d6bee
Author: Mark Wielaard <mjw at redhat.com>
Date:   Tue Apr 2 17:44:20 2013 +0200

    rhbz 947440 Fix quoting in valgrind valgrind-3.8.1-enable-armv5.patch
    and remove arm configure hunk from valgrind-3.8.1-text-segment.patch.

 valgrind-3.8.1-enable-armv5.patch |    2 +-
 valgrind-3.8.1-text-segment.patch |    9 ---------
 valgrind.spec                     |    6 +++++-
 3 files changed, 6 insertions(+), 11 deletions(-)
---
diff --git a/valgrind-3.8.1-enable-armv5.patch b/valgrind-3.8.1-enable-armv5.patch
index 2bc23b6..18f463c 100644
--- a/valgrind-3.8.1-enable-armv5.patch
+++ b/valgrind-3.8.1-enable-armv5.patch
@@ -5,7 +5,7 @@
          ;;
  
 -     armv7*)
-+     armv[57]*)
++     armv[[57]]*)
  	AC_MSG_RESULT([ok (${host_cpu})])
  	ARCH_MAX="arm"
  	;;
diff --git a/valgrind-3.8.1-text-segment.patch b/valgrind-3.8.1-text-segment.patch
index 7e60899..0273459 100644
--- a/valgrind-3.8.1-text-segment.patch
+++ b/valgrind-3.8.1-text-segment.patch
@@ -228,15 +228,6 @@ diff -ur valgrind-3.8.1.orig/configure valgrind-3.8.1/configure
  DWARF4_FALSE
  DWARF4_TRUE
  FLAG_UNLIMITED_INLINE_UNIT_GROWTH
-@@ -5328,7 +5328,7 @@
-         ARCH_MAX="s390x"
-         ;;
- 
--     armv[57]*)
-+     armv57*)
- 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (${host_cpu})" >&5
- $as_echo "ok (${host_cpu})" >&6; }
- 	ARCH_MAX="arm"
 @@ -7913,16 +7913,25 @@
  CFLAGS=$safe_CFLAGS
  
diff --git a/valgrind.spec b/valgrind.spec
index e4ba3d4..a4a99ee 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.8.1
-Release: 12%{?dist}
+Release: 13%{?dist}
 Epoch: 1
 License: GPLv2
 URL: http://www.valgrind.org/
@@ -435,6 +435,10 @@ echo ===============END TESTING===============
 %endif
 
 %changelog
+* Tue Apr 02 2013 Mark Wielaard <mjw at redhat.com> 3.8.1-13
+- Fix quoting in valgrind valgrind-3.8.1-enable-armv5.patch and
+  remove arm configure hunk from valgrind-3.8.1-text-segment.patch #947440
+
 * Wed Mar 20 2013 Mark Wielaard <mjw at redhat.com> 3.8.1-12
 - Add valgrind-3.8.1-text-segment.patch
 - Don't undefine _missing_build_ids_terminate_build.


More information about the scm-commits mailing list