rpms/compiz/F-10 compiz-gtk, 1.2, 1.3 compiz.spec, 1.141, 1.142 sources, 1.41, 1.42

Adel Gadllah drago01 at fedoraproject.org
Sun Dec 7 21:51:30 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/compiz/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23936

Modified Files:
	compiz-gtk compiz.spec sources 
Log Message:
enable obs plugin and improve glx_tfp check


Index: compiz-gtk
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/F-10/compiz-gtk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- compiz-gtk	5 Dec 2008 06:58:14 -0000	1.2
+++ compiz-gtk	7 Dec 2008 21:51:00 -0000	1.3
@@ -1,9 +1,9 @@
 #!/bin/sh
-export LIBGL_ALWAYS_INDIRECT=1
 
 /usr/bin/glx_tfp_test
 
 if [ $? -eq 0 ]; then
+	export LIBGL_ALWAYS_INDIRECT=1
 	gtk-window-decorator &
 	exec compiz --ignore-desktop-hints glib gconf $@
 else


Index: compiz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/F-10/compiz.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- compiz.spec	5 Dec 2008 07:31:17 -0000	1.141
+++ compiz.spec	7 Dec 2008 21:51:00 -0000	1.142
@@ -7,14 +7,14 @@
 
 # List of plugins passed to ./configure.  The order is important
 
-%define		plugins		core,glib,gconf,dbus,png,svg,video,screenshot,decoration,clone,place,fade,minimize,move,resize,switcher,scale,wall
+%define		plugins		core,glib,gconf,dbus,png,svg,video,screenshot,decoration,clone,place,fade,minimize,move,resize,switcher,scale,wall,obs
 
 Name:           compiz
 URL:            http://www.go-compiz.org
 License:        GPLv2+ and LGPLv2+ and MIT
 Group:          User Interface/Desktops
 Version:        0.7.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -366,6 +366,10 @@
 
 
 %changelog
+* Sun Dec 07 2008 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-3
+- Add 'obs' to default plugin list
+- Improve glx_tfp check
+
 * Fri Dec 05 2008 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-2
 - Readd compiz-0.7.6-utility-windows.patch
 - Fix memory leaks


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/F-10/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- sources	5 Dec 2008 06:58:14 -0000	1.41
+++ sources	7 Dec 2008 21:51:00 -0000	1.42
@@ -1,4 +1,4 @@
 d56f2f6456fc89b06e1e0d21cab74f55  desktop-effects-0.7.18.tar.bz2
 7a7766f43797239ca0a4a0881d91f646  kde-desktop-effects-0.0.5.tar.bz2
-f7e0c4d917659d67a957bf391b525495  glx_tfp_test.c
 cb8baed2983dec5184f196346f973ad2  compiz-0.7.8.tar.bz2
+023f543a5b3a4eafa003ca8f846ada1e  glx_tfp_test.c




More information about the fedora-extras-commits mailing list