[clementine] DBUILD_WERROR=OFF

Rex Dieter rdieter at fedoraproject.org
Sun Jan 13 07:15:21 UTC 2013


commit 755be225b544fbd49f2e3565d8e4746d1b91b625
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Jan 13 01:15:45 2013 -0600

    DBUILD_WERROR=OFF

 clementine.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/clementine.spec b/clementine.spec
index 9196bd4..6784089 100644
--- a/clementine.spec
+++ b/clementine.spec
@@ -1,6 +1,6 @@
 Name:           clementine
 Version:        1.0.1
-Release:        14%{?dist}
+Release:        15%{?dist}
 Summary:        A music player and library organizer
 
 Group:          Applications/Multimedia
@@ -97,6 +97,7 @@ done
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
     %{cmake} \
+        -DBUILD_WERROR:BOOL=OFF \
         -DUSE_SYSTEM_QTSINGLEAPPLICATION=1 \
         -DUSE_SYSTEM_PROJECTM=1 \
         -DUSE_SYSTEM_QXT=1 \
@@ -145,6 +146,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/scalable/apps/application-x-clementine.svg
 
 %changelog
+* Sun Jan 13 2013 Rex Dieter <rdieter at fedoraproject.org> 1.0.1-15
+- -DBUILD_WERROR=OFF
+
 * Mon Jan 07 2013 Adrian Reber <adrian at lisas.de> 1.0.1-14
 - rebuild (libcdio)
 


More information about the scm-commits mailing list