rpms/compiz-fusion/devel gcc43-buildfix.patch, NONE, 1.1 compiz-fusion.spec, 1.19, 1.20

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Fri Jan 4 10:33:07 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/compiz-fusion/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15230

Modified Files:
	compiz-fusion.spec 
Added Files:
	gcc43-buildfix.patch 
Log Message:
fix gcc43 build

gcc43-buildfix.patch:

--- NEW FILE gcc43-buildfix.patch ---
diff -upNr compiz-fusion-plugins-main-0.6.0.orign/configure compiz-fusion-plugins-main-0.6.0/configure
--- compiz-fusion-plugins-main-0.6.0.orign/configure	2007-10-15 19:44:02.000000000 +0200
+++ compiz-fusion-plugins-main-0.6.0/configure	2008-01-03 14:29:33.000000000 +0100
@@ -2058,9 +2058,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-cat >>confdefs.h <<_ACEOF
-#define VERSION "$VERSION"
-_ACEOF
+
 
 
 #AC_CONFIG_AUX_DIR(config)


Index: compiz-fusion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz-fusion/devel/compiz-fusion.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- compiz-fusion.spec	30 Dec 2007 13:12:30 -0000	1.19
+++ compiz-fusion.spec	4 Jan 2008 10:32:32 -0000	1.20
@@ -2,7 +2,7 @@
 
 Name: compiz-fusion
 Version: 0.6.0       
-Release: 11%{?dist}
+Release: 12%{?dist}
 Summary: Collection of Compiz Fusion plugins for Compiz      
 
 Group: User Interface/Desktops        
@@ -12,6 +12,7 @@
 Patch0: workarounds-windowtype-fix.patch
 Patch1: workaround-openoffice-fix.patch
 Patch2: workarounds-fullscreenfix.patch
+Patch3: gcc43-buildfix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # libdrm is not available on these arches
@@ -67,6 +68,7 @@
 %patch0 -p1 -b .windowtype-fix
 %patch1 -p1 -b .oo-menu-fix
 %patch2 -p1 -b .flash-fullscreen
+%patch3 -p1 -b .gcc43
 
 %build
 %configure --enable-schemas
@@ -131,6 +133,9 @@
 
 
 %changelog
+* Thu Jan 03 2008 Adel Gadllah <adel.gadllah at gmail.com> 0.6.0-12
+- Fix build with gcc43
+
 * Sun Dec 30 2007 Adel Gadllah <adel.gadllah at gmail.com> 0.6.0-11
 - Fix stupid typo in the patch
 




More information about the fedora-extras-commits mailing list