Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory
checked in at Thu Jul 7 14:14:12 CEST 2011.



--------
--- valgrind/valgrind.changes   2011-06-22 20:54:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/valgrind/valgrind.changes      2011-07-05 
15:10:02.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul  5 13:09:46 UTC 2011 - [email protected]
+
+- Support Linux kernel 3.x
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  valgrind-3.6.1-kernel3.patch

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

Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.NL6DbN/_old  2011-07-07 14:11:19.000000000 +0200
+++ /var/tmp/diff_new_pack.NL6DbN/_new  2011-07-07 14:11:19.000000000 +0200
@@ -28,7 +28,7 @@
 Summary:        Memory Management Debugger
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Version:        3.6.1
-Release:        7
+Release:        9
 Source0:        %{name}-%{version}.tar.bz2
 # 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
@@ -51,6 +51,8 @@
 Patch42:        vg_bug270851_r2130.patch
 Patch43:        vg_bug270856_r2136.patch
 Patch44:        vg_bug270851_r2148.patch
+Patch45:        valgrind-3.6.1-kernel3.patch
+
 %if %suse_version <= 1100
 Provides:       valgrind-devel = %version
 %endif
@@ -164,6 +166,7 @@
 %patch42
 %patch43
 %patch44
+%patch45 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++++++ valgrind-3.6.1-kernel3.patch ++++++
Index: valgrind-3.6.1/configure.in
===================================================================
--- valgrind-3.6.1.orig/configure.in
+++ valgrind-3.6.1/configure.in
@@ -220,7 +220,7 @@ case "${host_os}" in
         kernel=`uname -r`
 
         case "${kernel}" in
-             2.6.*) 
+             2.6.*|3.*)
                    AC_MSG_RESULT([2.6 family (${kernel})])
                    AC_DEFINE([KERNEL_2_6], 1, [Define to 1 if you're using 
Linux 2.6.x])
                    ;;

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to