diff --git a/gcr.spec b/gcr.spec index 8b6576b..3c2bfcb 100644 --- a/gcr.spec +++ b/gcr.spec @@ -1,6 +1,6 @@ Name: gcr Version: 3.13.91 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for bits of crypto UI and parsing Group: Development/Libraries @@ -23,6 +23,7 @@ BuildRequires: vala-devel BuildRequires: vala-tools BuildRequires: libxslt BuildRequires: docbook-style-xsl +BuildRequires: valgrind-devel Conflicts: gnome-keyring < 3.3.0 @@ -45,6 +46,8 @@ The gcr-devel package includes the header files for the gcr library. %prep %setup -q +# Use system valgrind headers instead +rm -rf build/valgrind/ %build %configure --enable-introspection @@ -126,6 +129,9 @@ fi %changelog +* Sun Sep 14 2014 Kalev Lember - 3.13.91-2 +- Use system valgrind headers (#1141474) + * Thu Sep 11 2014 Kalev Lember - 3.13.91-1 - Update to 3.13.91