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.
This commit is contained in:
parent
72ae2f30d0
commit
2c043846b0
@ -5,7 +5,7 @@
|
||||
;;
|
||||
|
||||
- armv7*)
|
||||
+ armv[57]*)
|
||||
+ armv[[57]]*)
|
||||
AC_MSG_RESULT([ok (${host_cpu})])
|
||||
ARCH_MAX="arm"
|
||||
;;
|
||||
|
@ -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
|
||||
|
||||
|
@ -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@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@redhat.com> 3.8.1-12
|
||||
- Add valgrind-3.8.1-text-segment.patch
|
||||
- Don't undefine _missing_build_ids_terminate_build.
|
||||
|
Loading…
Reference in New Issue
Block a user