rpms/nautilus/devel nautilus.spec,1.259,1.260

Tomas Bzatek tbzatek at fedoraproject.org
Thu Feb 19 13:20:56 UTC 2009


Author: tbzatek

Update of /cvs/extras/rpms/nautilus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8755

Modified Files:
	nautilus.spec 
Log Message:
* Thu Feb 19 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.25.91-2
- Workaround for broken gcc optimization (#486088)



Index: nautilus.spec
===================================================================
RCS file: /cvs/extras/rpms/nautilus/devel/nautilus.spec,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- nautilus.spec	16 Feb 2009 17:01:43 -0000	1.259
+++ nautilus.spec	19 Feb 2009 13:20:25 -0000	1.260
@@ -16,7 +16,7 @@
 Name:		nautilus
 Summary:        File manager for GNOME
 Version: 	2.25.91
-Release:	1%{?dist}
+Release:	2%{?dist}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 Source: 	http://download.gnome.org/sources/%{name}/2.25/%{name}-%{version}.tar.bz2
@@ -135,7 +135,9 @@
 gtkdocize
 autoreconf -i -f
 
-CFLAGS="$RPM_OPT_FLAGS -g -DUGLY_HACK_TO_DETECT_KDE -DNAUTILUS_OMIT_SELF_CHECK" %configure --disable-more-warnings --disable-update-mimedb
+# -fno-tree-vrp is needed to avoid gcc-4.4.0 optimization failure
+# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39233
+CFLAGS="$RPM_OPT_FLAGS -g -DUGLY_HACK_TO_DETECT_KDE -DNAUTILUS_OMIT_SELF_CHECK -fno-tree-vrp" %configure --disable-more-warnings --disable-update-mimedb
 
 # drop unneeded direct library deps with --as-needed
 # libtool doesn't make this easy, so we do it the hard way
@@ -259,6 +261,9 @@
 
 
 %changelog
+* Thu Feb 19 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.25.91-2
+- Workaround for broken gcc optimization (#486088)
+
 * Mon Feb 16 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.25.91-1
 - Update to 2.25.91
 




More information about the fedora-extras-commits mailing list