packages: valgrind/valgrind-debuginfo.patch, valgrind/valgrind.spec - up to...

atler atler at pld-linux.org
Thu Oct 21 14:13:31 CEST 2010


Author: atler                        Date: Thu Oct 21 12:13:31 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to final 3.6.0 (includes support for build-id)

---- Files affected:
packages/valgrind:
   valgrind-debuginfo.patch (1.1 -> 1.2) , valgrind.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: packages/valgrind/valgrind-debuginfo.patch
diff -u packages/valgrind/valgrind-debuginfo.patch:1.1 packages/valgrind/valgrind-debuginfo.patch:1.2
--- packages/valgrind/valgrind-debuginfo.patch:1.1	Sat Apr 21 14:40:36 2007
+++ packages/valgrind/valgrind-debuginfo.patch	Thu Oct 21 14:13:26 2010
@@ -1,14 +1,13 @@
-diff -ruN valgrind-3.2.3./coregrind/m_debuginfo/readelf.c valgrind-3.2.3/coregrind/m_debuginfo/readelf.c
---- valgrind-3.2.3./coregrind/m_debuginfo/readelf.c	2007-01-13 00:19:50.000000000 +0100
-+++ valgrind-3.2.3/coregrind/m_debuginfo/readelf.c	2007-04-21 14:34:39.564762671 +0200
-@@ -790,7 +790,9 @@
-       VG_(sprintf)(debugpath, "%s/.debug/%s", objdir, debugname);
-       if ((addr = open_debug_file(debugpath, crc, size)) == 0) {
-          VG_(sprintf)(debugpath, "/usr/lib/debug%s/%s", objdir, debugname);
--         addr = open_debug_file(debugpath, crc, size);
-+         if ((addr = open_debug_file(debugpath, crc, size)) == 0) {
-+            addr = open_debug_file(debugname, crc, size);
-+	 }
+--- 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 @@
+          VG_(sprintf)(debugpath, "%s/.debug/%s", objdir, debugname);
+          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);
++	    }
+          }
        }
-    }
  

================================================================
Index: packages/valgrind/valgrind.spec
diff -u packages/valgrind/valgrind.spec:1.76 packages/valgrind/valgrind.spec:1.77
--- packages/valgrind/valgrind.spec:1.76	Fri Oct 15 17:46:10 2010
+++ packages/valgrind/valgrind.spec	Thu Oct 21 14:13:26 2010
@@ -1,16 +1,13 @@
 # $Revision$, $Date$
-#
-%define		_rel	test2
-#
 Summary:	An open-source memory debugger
 Summary(pl.UTF-8):	Otwarty odpluskwiacz pamięci
 Name:		valgrind
 Version:	3.6.0
-Release:	0.%{_rel}.1
+Release:	1
 License:	GPL
 Group:		Development/Tools
-Source0:	http://valgrind.org/downloads/%{name}-%{version}-%{_rel}.tar.bz2
-# Source0-md5:	49b94fcba8d653da21601f0ad87c014e
+Source0:	http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
+# Source0-md5:	b289c5f4ab8e39741602445f1dd09b34
 Patch0:		%{name}-debuginfo.patch
 URL:		http://valgrind.org/
 BuildRequires:	autoconf
@@ -44,8 +41,8 @@
 pracować.
 
 %prep
-%setup -q -n %{name}-%{version}-%{_rel}
-%patch0 -p1
+%setup -q
+%patch0
 
 sed -i -e 's:^CFLAGS="-Wno-long-long":CFLAGS="$CFLAGS -Wno-long-long":' configure.in
 
@@ -95,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2010/10/21 12:13:26  atler
+- up to final 3.6.0 (includes support for build-id)
+
 Revision 1.76  2010/10/15 15:46:10  atler
 - up to 3.6.0-test2
 - readd docs
================================================================

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



More information about the pld-cvs-commit mailing list