[valgrind] 3.8.0-3

Jakub Jelinek jakub at fedoraproject.org
Wed Aug 15 16:34:37 UTC 2012


commit 70985ab9358a5be1f2dce87bcc3af8481d3492b3
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Wed Aug 15 18:34:24 2012 +0200

    3.8.0-3

 valgrind.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/valgrind.spec b/valgrind.spec
index 75a6f65..49791b9 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -1,7 +1,7 @@
 Summary: Tool for finding memory management bugs in programs
 Name: valgrind
 Version: 3.8.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2
 URL: http://www.valgrind.org/
@@ -179,7 +179,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/valgrind/*.supp.in
 # To avoid multilib clashes in between i?86 and x86_64,
 # tweak installed <valgrind/config.h> a little bit.
 for i in HAVE_PTHREAD_CREATE_GLIBC_2_0 \
-%if 0%{?rhel} <= 5
+%if 0%{?rhel} == 5
          HAVE_BUILTIN_ATOMIC HAVE_BUILTIN_ATOMIC_CXX \
 %endif
          ; do
@@ -219,6 +219,9 @@ echo ===============END TESTING===============
 %endif
 
 %changelog
+* Wed Aug 15 2012 Jakub Jelinek <jakub at redhat.com> 3.8.0-3
+- fix up last change
+
 * Wed Aug 15 2012 Jakub Jelinek <jakub at redhat.com> 3.8.0-2
 - tweak up <valgrind/config.h> to allow simultaneous installation
   of valgrind-devel.{i686,x86_64} (#848146)


More information about the scm-commits mailing list