rpms/compiz/devel compiz-gtk, 1.3, 1.4 compiz.spec, 1.150, 1.151 sources, 1.43, 1.44

Adel Gadllah drago01 at fedoraproject.org
Sun Dec 7 21:49:48 UTC 2008


Author: drago01

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

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/devel/compiz-gtk,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- compiz-gtk	4 Dec 2008 21:03:11 -0000	1.3
+++ compiz-gtk	7 Dec 2008 21:49:16 -0000	1.4
@@ -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/devel/compiz.spec,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- compiz.spec	5 Dec 2008 07:33:13 -0000	1.150
+++ compiz.spec	7 Dec 2008 21:49:16 -0000	1.151
@@ -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:        7%{?dist}
+Release:        8%{?dist}
 
 Summary:        OpenGL window and compositing manager
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -376,6 +376,10 @@
 
 
 %changelog
+* Sun Dec 07 2008 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-8
+- Add 'obs' to default plugin list 
+- Improve glx_tfp check
+
 * Fri Dec 05 2008 Adel Gadllah <adel.gadllah at gmail.com> - 0.7.8-7
 - Readd compiz-0.7.6-utility-windows.patch
 - Fix memory leaks


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/compiz/devel/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources	4 Dec 2008 20:59:54 -0000	1.43
+++ sources	7 Dec 2008 21:49:16 -0000	1.44
@@ -1,4 +1,4 @@
 cb8baed2983dec5184f196346f973ad2  compiz-0.7.8.tar.bz2
 d56f2f6456fc89b06e1e0d21cab74f55  desktop-effects-0.7.18.tar.bz2
 7a7766f43797239ca0a4a0881d91f646  kde-desktop-effects-0.0.5.tar.bz2
-f7e0c4d917659d67a957bf391b525495  glx_tfp_test.c
+023f543a5b3a4eafa003ca8f846ada1e  glx_tfp_test.c




More information about the fedora-extras-commits mailing list