packages: valgrind/valgrind-debuginfo.patch, valgrind/valgrind.spec, valgri...

arekm arekm at pld-linux.org
Sat Dec 10 16:11:12 CET 2011


Author: arekm                        Date: Sat Dec 10 15:11:12 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 3.7.0

---- Files affected:
packages/valgrind:
   valgrind-debuginfo.patch (1.2 -> 1.3) , valgrind.spec (1.82 -> 1.83) , valgrind-glibc214.patch (1.1 -> NONE)  (REMOVED), valgrind-opge.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/valgrind/valgrind-debuginfo.patch
diff -u packages/valgrind/valgrind-debuginfo.patch:1.2 packages/valgrind/valgrind-debuginfo.patch:1.3
--- packages/valgrind/valgrind-debuginfo.patch:1.2	Thu Oct 21 14:13:26 2010
+++ packages/valgrind/valgrind-debuginfo.patch	Sat Dec 10 16:11:07 2011
@@ -1,13 +1,13 @@
---- coregrind/m_debuginfo/readelf.c.orig	2010-10-18 12:58:07.000000000 +0200
-+++ coregrind/m_debuginfo/readelf.c	2010-10-18 13:00:53.366691751 +0200
-@@ -1080,7 +1080,9 @@
+--- coregrind/m_debuginfo/readelf.c~	2011-10-26 23:24:44.000000000 +0200
++++ coregrind/m_debuginfo/readelf.c	2011-12-10 16:02:00.557983343 +0100
+@@ -1198,7 +1198,9 @@
           VG_(sprintf)(debugpath, "%s/.debug/%s", objdir, debugname);
-          if ((addr = open_debug_file(debugpath, NULL, crc, size)) == 0) {
+          if ((addr = open_debug_file(debugpath, NULL, crc, &size)) == 0) {
              VG_(sprintf)(debugpath, "/usr/lib/debug%s/%s", objdir, debugname);
--            addr = open_debug_file(debugpath, NULL, crc, size);
-+            if ((addr = open_debug_file(debugpath, NULL, crc, size)) == 0) {
-+              addr = open_debug_file(debugname, NULL, crc, size);
-+	    }
+-            addr = open_debug_file(debugpath, NULL, crc, &size);
++            if ((addr = open_debug_file(debugpath, NULL, crc, &size)) == 0) {
++                addr = open_debug_file(debugname, NULL, crc, size);
++            }
           }
        }
  

================================================================
Index: packages/valgrind/valgrind.spec
diff -u packages/valgrind/valgrind.spec:1.82 packages/valgrind/valgrind.spec:1.83
--- packages/valgrind/valgrind.spec:1.82	Fri Aug  5 21:08:19 2011
+++ packages/valgrind/valgrind.spec	Sat Dec 10 16:11:07 2011
@@ -1,17 +1,17 @@
 # $Revision$, $Date$
+# TODO:
+# - fix CC detection in configure, so CC=gcc won't be needed
 Summary:	An open-source memory debugger
 Summary(pl.UTF-8):	Otwarty odpluskwiacz pamięci
 Name:		valgrind
-Version:	3.6.1
-Release:	2
+Version:	3.7.0
+Release:	1
 License:	GPL
 Group:		Development/Tools
 Source0:	http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5:	2c3aa122498baecc9d69194057ca88f5
+# Source0-md5:	a855fda56edf05614f099dca316d1775
 Patch0:		%{name}-debuginfo.patch
 Patch1:		%{name}-native-cpuid.patch
-Patch2:		%{name}-opge.patch
-Patch3:		%{name}-glibc214.patch
 URL:		http://valgrind.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -47,8 +47,6 @@
 %setup -q
 %patch0
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 sed -i -e 's:^CFLAGS="-Wno-long-long":CFLAGS="$CFLAGS -Wno-long-long":' configure.in
 
@@ -60,6 +58,7 @@
 
 ac_cv_path_GDB=/usr/bin/gdb \
 %configure \
+	CC=gcc \
 	--enable-tls \
 %if %{_lib} != "lib"
 	--enable-only64bit \
@@ -92,6 +91,7 @@
 %{_libdir}/%{name}/*.a
 %attr(755,root,root) %{_libdir}/%{name}/*.so
 %{_libdir}/%{name}/*.supp
+%{_libdir}/%{name}/*.xml
 %{_mandir}/man1/*.1*
 %{_pkgconfigdir}/*.pc
 
@@ -101,6 +101,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.83  2011/12/10 15:11:07  arekm
+- up to 3.7.0
+
 Revision 1.82  2011/08/05 19:08:19  charles
 - added -opge.patch (implement DWARF comparison and shift operators)
 - added -glibc214.patch (fix build)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/valgrind/valgrind-debuginfo.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/valgrind/valgrind.spec?r1=1.82&r2=1.83&f=u



More information about the pld-cvs-commit mailing list