[gammu/f14/master] * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.26.1-4 - Remove -Werror* from

Orcan Ogetbil oget at fedoraproject.org
Sat Jul 31 21:10:35 UTC 2010


commit d04f8c7b1c7c4b98d38e9b4514fc0cadd36487a4
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Jul 31 17:10:31 2010 -0400

    * Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.26.1-4
    - Remove -Werror* from build flags. Needs real fix.

 gammu.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gammu.spec b/gammu.spec
index 28dd270..d6b7294 100644
--- a/gammu.spec
+++ b/gammu.spec
@@ -2,7 +2,7 @@
 
 Name:		gammu
 Version:        1.26.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Command Line utility to work with mobile phones
 
 Group:          Applications/System
@@ -79,6 +79,10 @@ developing applications that use %{name}
 #sed -i 's|${INSTALL_LIB_DIR}|%{_libdir}|' CMakeLists.txt libgammu/CMakeLists.txt \
 #				smsd/CMakeLists.txt gammu/CMakeLists.txt
 
+# These flags make the compilation fail on F-14. We remove them for now to finish
+# python-2.7 rebuilds. Maintainer, please fix.
+sed -i -e '/-Werror/d' CMakeLists.txt
+
 %build
 mkdir build
 pushd build
@@ -159,6 +163,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 31 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.26.1-4
+- Remove -Werror* from build flags. Needs real fix.
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.26.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list