rpms/emerald/devel emerald.spec,1.14,1.15

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Mon Jan 7 16:07:09 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/emerald/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27154

Modified Files:
	emerald.spec 
Log Message:
fix build with gcc 4.3


Index: emerald.spec
===================================================================
RCS file: /cvs/pkgs/rpms/emerald/devel/emerald.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- emerald.spec	8 Oct 2007 15:35:24 -0000	1.14
+++ emerald.spec	7 Jan 2008 16:06:23 -0000	1.15
@@ -3,11 +3,12 @@
 License:        GPLv2
 Group:          User Interface/Desktops
 Version:        0.5.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        Themeable window decorator and compositing manager for Compiz Fusion
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source0:        http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2
+Patch0: 	 gcc43-buildfix.patch
 
 # libdrm is not available on these arches
 ExcludeArch:    s390 s390x
@@ -40,6 +41,9 @@
 
 %prep
 %setup -q
+#fix gcc43 build 
+#http://bugs.opencompositing.org/show_bug.cgi?id=724
+%patch0 -p1 -b .gcc43
 # Should only have one Exec line in a desktop file...
 perl -pi -e 's|Exec=emerald-theme-manager -i|###|g' misc/emerald-theme-manager.desktop
 # Death to rpaths...
@@ -110,6 +114,9 @@
 %{_libdir}/libemeraldengine.so
 
 %changelog
+* Fri Jan 04 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.5.2-3
+- Fix gcc43 build
+
 * Mon Oct 08 2007 Jarod Wilson <jwilson at redhat.com> 0.5.2-2
 - Disable ppc64 build (no compiz-devel.ppc64)
 




More information about the fedora-extras-commits mailing list