Hello community, here is the log from the commit of package valgrind for openSUSE:Factory checked in at 2015-02-12 10:20:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/valgrind (Old) and /work/SRC/openSUSE:Factory/.valgrind.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "valgrind" Changes: -------- --- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes 2014-09-28 19:53:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes 2015-02-12 10:20:58.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 9 13:41:38 UTC 2015 - [email protected] + +- glibc-version.patch: Add support for glibc 2.21. + +------------------------------------------------------------------- New: ---- glibc-version.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ valgrind.spec ++++++ --- /var/tmp/diff_new_pack.65eDfJ/_old 2015-02-12 10:20:59.000000000 +0100 +++ /var/tmp/diff_new_pack.65eDfJ/_new 2015-02-12 10:20:59.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package valgrind # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,6 +40,7 @@ # 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: armv6-support.diff +Patch3: glibc-version.patch # 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_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut -d. -f2) @@ -136,6 +137,7 @@ %setup -q -n %{name}-%{version} %patch1 %patch2 +%patch3 -p1 %build %ifarch %arm ++++++ glibc-version.patch ++++++ Index: valgrind-3.10.0/configure.ac =================================================================== --- valgrind-3.10.0.orig/configure.ac +++ valgrind-3.10.0/configure.ac @@ -1018,6 +1018,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.21) + AC_MSG_RESULT(2.21 family) + AC_DEFINE([GLIBC_2_21], 1, [Define to 1 if you're using glibc 2.21.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]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
