rpms/evolution-brutus/devel evolution-brutus.spec,1.11,1.12

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Tue Apr 15 03:28:27 UTC 2008


Author: kevin

Update of /cvs/extras/rpms/evolution-brutus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27576

Modified Files:
	evolution-brutus.spec 
Log Message:
Temporary hack to add -fno-strict-aliasing in CFLAGS because of glib2 issue (#434008)



Index: evolution-brutus.spec
===================================================================
RCS file: /cvs/extras/rpms/evolution-brutus/devel/evolution-brutus.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- evolution-brutus.spec	13 Apr 2008 14:14:22 -0000	1.11
+++ evolution-brutus.spec	15 Apr 2008 03:27:49 -0000	1.12
@@ -5,7 +5,7 @@
 
 Name:		evolution-brutus
 Version:	1.2.11
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Brutus based Exchange connector for Novell Evolution 2.4 and later
 
 License:	GPLv2+
@@ -73,9 +73,11 @@
 	--enable-brutus-target=fedora	\
 	--enable-brutus-dist=yes	\
 	--enable-brutus-debug=no 	\
-	--enable-brutus-devel=yes
-make %{?_smp_mflags}
-
+	--enable-brutus-devel=yes       \
+        --enable-compile-warnings=no
+# this is a hack to temporarily add '-fno-strict-aliasing' CFLAG until such time as glib2 is fixed
+# package should really have an --disable-werror type flag
+make %{?_smp_mflags} CFLAGS="$(grep -e '^CFLAGS = '  Makefile|sed -e 's/^CFLAGS = /-fno-strict-aliasing /')"
 
 %install 
 rm -rf %{buildroot}
@@ -118,6 +120,9 @@
 
 
 %changelog
+* Mon Apr 14 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.2.11-2
+- Temporary hack to add -fno-strict-aliasing in CFLAGS because of glib2 issue (#434008)
+
 * Sun Apr 13 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.2.11-1
 - Update to 1.2.11 for compatibility with new eds version in F-9
 - Add BuildRequires: ImageMagick-devel, db4-devel




More information about the scm-commits mailing list