- add s390x port (FATE#310036)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=18
This commit is contained in:
Dirk Mueller 2010-10-13 12:10:18 +00:00 committed by Git OBS Bridge
parent a3155bc151
commit e6032aae9a
3 changed files with 348847 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,8 @@
-------------------------------------------------------------------
Wed Oct 13 13:42:05 CEST 2010 - dmueller@suse.de
- add s390x port (FATE#310036)
- update to 3.6.0 snapshot:
- Valgrind runs much faster when the --smc-check=all option is given.

View File

@ -34,9 +34,10 @@ Source0: %{name}-%{version}.tar.bz2
# svn di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff
Patch1: jit-register-unregister.diff
Patch2: deprecated.diff
Patch3: valgrind-3.5.90.svn11391-s390x-port.diff
Provides: callgrind = %version
Obsoletes: callgrind < %version
ExclusiveArch: %ix86 x86_64 ppc ppc64
ExclusiveArch: %ix86 x86_64 ppc ppc64 s390x
%description
Valgrind checks all memory operations in an application, like read,
@ -117,6 +118,9 @@ Authors:
cd VEX
cd ..
%patch1
%ifarch s390x
%patch3
%endif
# probably no longer needed, kept around already for a long time (2010-10-12)
#%patch2