Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2012-10-05 13:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valgrind (Old)
 and      /work/SRC/openSUSE:Factory/.valgrind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valgrind", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes        2012-09-23 
17:31:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2012-10-06 
18:44:43.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct  4 11:36:36 UTC 2012 - [email protected]
+
+- raise seglimit to make it more useful for some apps
+
+-------------------------------------------------------------------

New:
----
  raise-segnames-limit.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.tQLLSK/_old  2012-10-06 18:44:44.000000000 +0200
+++ /var/tmp/diff_new_pack.tQLLSK/_new  2012-10-06 18:44:44.000000000 +0200
@@ -39,6 +39,7 @@
 # svn  di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 
svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH > 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
+Patch2:         raise-segnames-limit.diff
 # 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 @@
 cd VEX
 cd ..
 %patch1
+%patch2
 
 %build
 %ifarch %arm

++++++ raise-segnames-limit.diff ++++++
--- coregrind/m_aspacemgr/aspacemgr-linux.c
+++ coregrind/m_aspacemgr/aspacemgr-linux.c
@@ -268,7 +268,7 @@
 #define VG_N_SEGMENTS 5000
 
 /* Max number of segment file names we can track. */
-#define VG_N_SEGNAMES 1000
+#define VG_N_SEGNAMES 4000
 
 /* Max length of a segment file name. */
 #define VG_MAX_SEGNAMELEN 1000
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to