[libsecret/f21] Use system valgrind headers (#1141474)

Debarshi Ray rishi at fedoraproject.org
Tue Sep 16 11:51:51 UTC 2014


commit 582abad704ac7b0c6e212b2946931f8a7efa7860
Author: Debarshi Ray <debarshir at gnome.org>
Date:   Tue Sep 16 13:48:22 2014 +0200

    Use system valgrind headers (#1141474)

 libsecret.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/libsecret.spec b/libsecret.spec
index c127e53..5eacbad 100644
--- a/libsecret.spec
+++ b/libsecret.spec
@@ -3,7 +3,7 @@
 
 Name:           libsecret
 Version:        0.18
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Library for storing and retrieving passwords and other secrets
 
 License:        LGPLv2+
@@ -19,6 +19,7 @@ BuildRequires:  vala-tools
 BuildRequires:  gtk-doc
 BuildRequires:  libxslt-devel
 BuildRequires:  docbook-style-xsl
+BuildRequires:  valgrind-devel
 
 Provides:       bundled(egglib)
 
@@ -40,6 +41,9 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
+# Use system valgrind headers instead
+rm -rf build/valgrind/
+
 
 %build
 %configure --disable-static
@@ -78,6 +82,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Tue Sep 16 2014 Debarshi Ray <rishi at fedoraproject.org> - 0.18-5
+- Use system valgrind headers (#1141474)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.18-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list