rpms/valgrind/devel valgrind.spec,1.58,1.59

Jakub Jelinek jakub at fedoraproject.org
Sat Feb 7 12:14:08 UTC 2009


Author: jakub

Update of /cvs/pkgs/rpms/valgrind/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28323

Modified Files:
	valgrind.spec 
Log Message:
3.4.0-2


Index: valgrind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/valgrind/devel/valgrind.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- valgrind.spec	7 Feb 2009 11:51:28 -0000	1.58
+++ valgrind.spec	7 Feb 2009 12:13:38 -0000	1.59
@@ -1,7 +1,7 @@
 Summary: Tool for finding memory management bugs in programs
 Name: valgrind
 Version: 3.4.0
-Release: 1
+Release: 2
 Epoch: 1
 Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2
 Patch1: valgrind-3.4.0-cachegrind-improvements.patch
@@ -77,12 +77,6 @@
 %configure GDB=%{_bindir}/gdb
 %endif
 
-# Force a specific set of default suppressions
-echo -n > default.supp
-for file in xfree-4.supp glibc-2.34567-NPTL-helgrind.supp glibc-2.8.supp; do
-    cat $file >> default.supp
-done
-
 make %{?_smp_mflags}
 
 # Ensure there are no unexpected file descriptors open,
@@ -160,7 +154,7 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
-* Sat Feb  7 2009 Jakub Jelinek <jakub at redhat.com> 3.4.0-1
+* Sat Feb  7 2009 Jakub Jelinek <jakub at redhat.com> 3.4.0-2
 - update to 3.4.0
 
 * Wed Apr 16 2008 Jakub Jelinek <jakub at redhat.com> 3.3.0-3




More information about the scm-commits mailing list