diff --git a/compiz-gtk b/compiz-gtk index ac492d4..f6496da 100644 --- a/compiz-gtk +++ b/compiz-gtk @@ -2,7 +2,7 @@ function runCompiz() { gtk-window-decorator & - exec compiz --ignore-desktop-hints glib gconf gnomecompat$@ + exec compiz --ignore-desktop-hints glib gconf gnomecompat $@ } DIRECT=`glxinfo | grep "direct rendering: " | head -n 1 | cut -d " " -f 3` diff --git a/compiz.spec b/compiz.spec index 63e52ff..3eb957d 100644 --- a/compiz.spec +++ b/compiz.spec @@ -14,7 +14,7 @@ URL: http://www.go-compiz.org License: GPLv2+ and LGPLv2+ and MIT Group: User Interface/Desktops Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OpenGL window and compositing manager BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -356,6 +356,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jun 8 2009 Matthias Clasen - 0.8.2-3 +- Fix handling of --replace in compiz-gtk, _again_ + * Tue May 26 2009 Adel Gadllah - 0.8.2-2 - Add commands plugin - Fix build