[entangle] Disable -Werror flag

Daniel P. Berrange berrange at fedoraproject.org
Wed Apr 4 09:30:56 UTC 2012


commit 423f340728fa939157b44bfec39a8f228a3d0d40
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Apr 4 10:30:17 2012 +0100

    Disable -Werror flag

 entangle.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/entangle.spec b/entangle.spec
index 5ce00ff..564b361 100644
--- a/entangle.spec
+++ b/entangle.spec
@@ -36,7 +36,7 @@ and 'hands off' shooting directly from the controlling computer.
 
 %build
 
-%configure
+%configure --disable-werror
 make %{?_smp_mflags}
 
 %install
@@ -94,6 +94,8 @@ glib-compile-schemas /usr/share/glib-2.0/schemas ||:
 %changelog
 * Tue Apr  3 2012 Daniel P Berrange <berrange at redhat.com> - 0.3.2-1
 - Update to 0.3.2 release
+- Add BR on intltool
+- Disable -Werror
 
 * Tue Apr 03 2012 Kalev Lember <kalevlember at gmail.com> - 0.3.1-2
 - Rebuilt for libgexiv2 soname bump


More information about the scm-commits mailing list