rpms/evolution-exchange/devel evolution-exchange.spec,1.23,1.24

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Wed Feb 13 11:05:10 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-exchange/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17545

Modified Files:
	evolution-exchange.spec 
Log Message:

* Mon Feb 11 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.91-1.fc9
- Update to 2.21.91
- Disable strict-aliasing due to GNOME bug #316221 and GCC 4.3.



Index: evolution-exchange.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/evolution-exchange.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- evolution-exchange.spec	13 Feb 2008 01:55:50 -0000	1.23
+++ evolution-exchange.spec	13 Feb 2008 11:04:31 -0000	1.24
@@ -108,7 +108,8 @@
 	-DEDS_DISABLE_DEPRECATED=1 \
 	-Wdeclaration-after-statement \
 	-Werror-implicit-function-declaration \
-	-Werror"
+	-Werror \
+	-Wno-strict-aliasing"
 %endif
 
 # Regenerate configure to pick up acinclude.m4 changes.
@@ -154,6 +155,7 @@
 %changelog
 * Mon Feb 11 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.91-1.fc9
 - Update to 2.21.91
+- Disable strict-aliasing due to GNOME bug #316221 and GCC 4.3.
 
 * Mon Jan 28 2008 Matthew Barnes <mbarnes at redhat.com> - 2.21.90-1.fc9
 - Update to 2.21.90




More information about the fedora-extras-commits mailing list