rpms/compiz/devel compiz-gtk,1.7,1.8 compiz.spec,1.160,1.161

Adel Gadllah drago01 at fedoraproject.org
Mon Mar 16 14:05:32 UTC 2009


Author: drago01

Update of /cvs/pkgs/rpms/compiz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15284

Modified Files:
	compiz-gtk compiz.spec 
Log Message:
fix compiz-gtk script, RH #490383


Index: compiz-gtk
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz-gtk,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- compiz-gtk	15 Mar 2009 17:55:21 -0000	1.7
+++ compiz-gtk	16 Mar 2009 14:05:01 -0000	1.8
@@ -11,7 +11,7 @@
 #HAVETFP=`glxinfo | grep texture_from_pixmap -c`
 
 #if ( [ $HAVE3D == "Yes" ] && [ $HAVETFP -gt 2 ] ); then 
-#	runCompiz
+#	runCompiz $@
 #fi
 
 # Try again with indirect rendering
@@ -20,7 +20,7 @@
 HAVETFP=`glxinfo | grep texture_from_pixmap -c`
 
 if ( [ $HAVE3D == "Yes" ] && [ $HAVETFP -gt 2 ] ); then 
-	runCompiz
+	runCompiz $@
 fi
 
 # Fall back to metacity


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/compiz.spec,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- compiz.spec	15 Mar 2009 17:55:22 -0000	1.160
+++ compiz.spec	16 Mar 2009 14:05:01 -0000	1.161
@@ -14,7 +14,7 @@
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.7.8
-Release:        16%{?dist}
+Release:        17%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -388,6 +388,9 @@
 
 
 %changelog
+* Mon Mar 16 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-17
+- Fix compiz-gtk script RH #490383
+
 * Sun Mar 15 2009 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-16
 - Revert to always using indirect rendering
 




More information about the fedora-extras-commits mailing list