Accepting request 249609 from home:Andreas_Schwab:Factory
- glibc-2.19.patch: removed - Fix file list OBS-URL: https://build.opensuse.org/request/show/249609 OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=121
This commit is contained in:
committed by
Git OBS Bridge
parent
c6e998efa8
commit
b8473f99fd
@@ -1,18 +0,0 @@
|
|||||||
Index: valgrind-3.9.0/configure.ac
|
|
||||||
===================================================================
|
|
||||||
--- valgrind-3.9.0.orig/configure.ac
|
|
||||||
+++ valgrind-3.9.0/configure.ac
|
|
||||||
@@ -939,6 +939,13 @@ case "${GLIBC_VERSION}" in
|
|
||||||
DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
|
|
||||||
DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
|
|
||||||
;;
|
|
||||||
+ 2.19)
|
|
||||||
+ AC_MSG_RESULT(2.19 family)
|
|
||||||
+ AC_DEFINE([GLIBC_2_19], 1, [Define to 1 if you're using glibc 2.19.x])
|
|
||||||
+ DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
|
|
||||||
+ DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
|
|
||||||
+ DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
|
|
||||||
+ ;;
|
|
||||||
darwin)
|
|
||||||
AC_MSG_RESULT(Darwin)
|
|
||||||
AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin])
|
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 16 15:39:34 UTC 2014 - schwab@suse.de
|
||||||
|
|
||||||
|
- glibc-2.19.patch: removed
|
||||||
|
- Fix file list
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 16 15:27:20 UTC 2014 - dmueller@suse.com
|
Tue Sep 16 15:27:20 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
@@ -40,7 +40,6 @@ Source0: http://valgrind.org/downloads/%{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
|
# 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
|
Patch1: jit-register-unregister.diff
|
||||||
Patch2: armv6-support.diff
|
Patch2: armv6-support.diff
|
||||||
Patch5: glibc-2.19.patch
|
|
||||||
# during building the major version of glibc is built into the suppression file
|
# during building the major version of glibc is built into the suppression file
|
||||||
%define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut -d. -f1)
|
%define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut -d. -f1)
|
||||||
%define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut -d. -f2)
|
%define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut -d. -f2)
|
||||||
@@ -137,7 +136,6 @@ Authors:
|
|||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
%patch5 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
@@ -194,9 +192,9 @@ cp -a README* NEWS AUTHORS COPYING COPYING.DOCS $RPM_BUILD_ROOT/%_defaultdocdir/
|
|||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
%_libdir/valgrind/*-ppc32-linux
|
%_libdir/valgrind/*-ppc32-linux
|
||||||
%endif
|
%endif
|
||||||
#%ifarch ppc64
|
%ifarch ppc64
|
||||||
#%_libdir/valgrind/*-ppc64-linux
|
%_libdir/valgrind/*-ppc64be-linux
|
||||||
#%endif
|
%endif
|
||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
%_libdir/valgrind/*-ppc64le-linux
|
%_libdir/valgrind/*-ppc64le-linux
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user