rpms/evolution/devel evolution.spec,1.225,1.226

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 26 18:54:06 UTC 2007


Author: mbarnes

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3682

Modified Files:
	evolution.spec 
Log Message:

* Fri Jan 26 2007 Matthew Barnes <mbarnes at redhat.com> - 2.9.5-4.fc7
- Compile with the -fno-strict-aliasing flag, which will hopefully improve
  reliability until the illegal type-punning is fixed (RH bug #224552).



Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.225
retrieving revision 1.226
diff -u -r1.225 -r1.226
--- evolution.spec	22 Jan 2007 03:37:21 -0000	1.225
+++ evolution.spec	26 Jan 2007 18:54:04 -0000	1.226
@@ -44,7 +44,7 @@
 
 Name: evolution
 Version: 2.9.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group: Applications/Productivity
 Summary: GNOME's next-generation groupware suite
@@ -410,7 +410,7 @@
   %ldap_flags %pilot_flags %krb5_flags %nntp_flags %ssl_flags %exchange_flags \
   --enable-plugins=all
 export tagname=CC
-make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -UGNOME_DISABLE_DEPRECATED"
+make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -UGNOME_DISABLE_DEPRECATED -fno-strict-aliasing"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -725,6 +725,10 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Fri Jan 26 2007 Matthew Barnes <mbarnes at redhat.com> - 2.9.5-4.fc7
+- Compile with the -fno-strict-aliasing flag, which will hopefully improve
+  reliability until the illegal type-punning is fixed (RH bug #224552).
+
 * Sun Jan 21 2007 Matthew Barnes <mbarnes at redhat.com> - 2.9.5-3.fc7
 - Revise evolution-2.7.1-no-gnome-common.patch so that we no longer
   have to run autoconf before building.




More information about the fedora-cvs-commits mailing list