From 10058aafd57f9bb0845010392c813c83478d9fbf95bd470b20750b2d341b1e86 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 20 May 2011 20:11:09 +0000 Subject: [PATCH] Accepting request 70449 from home:StefanBruens:branches:devel:tools - revert removal for gcc-32bit requirement, breaks valgrinding 32bit code on 64bit archs This has been removed 2010/Oct/21. The missing dependency is detected by configure ("checking for 32 bit build support... no") but this is not fatal when only running 64bit on 64bit archs. OBS-URL: https://build.opensuse.org/request/show/70449 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=27 --- valgrind.changes | 6 ++++++ valgrind.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/valgrind.changes b/valgrind.changes index df77268..089cc27 100644 --- a/valgrind.changes +++ b/valgrind.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 17 11:46:04 UTC 2011 - stefan.bruens@rwth-aachen.de + +- revert removal for gcc-32bit requirement, breaks valgrinding + 32bit code on 64bit archs + ------------------------------------------------------------------- Mon Apr 11 13:11:43 CEST 2011 - dmueller@suse.de diff --git a/valgrind.spec b/valgrind.spec index a13be77..166cccd 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -20,7 +20,7 @@ Name: valgrind BuildRequires: docbook-xsl-stylesheets docbook_4 gcc-c++ glibc-devel-32bit libxslt xorg-x11-devel %ifarch x86_64 ppc64 -BuildRequires: glibc-devel-32bit +BuildRequires: glibc-devel-32bit gcc-32bit %endif Url: http://valgrind.org/ License: GPLv2+