Hello community, here is the log from the commit of package compiz checked in at Fri Oct 27 18:45:18 CEST 2006. -------- --- compiz/compiz.changes 2006-10-13 17:09:07.000000000 +0200 +++ /mounts/work_src_done/STABLE/compiz/compiz.changes 2006-10-27 17:42:39.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Oct 27 17:34:35 CEST 2006 - dreveman@suse.de + +- Some missing options have been added to compiz.schemas.in. +- A typo that caused the prev_all option in switcher plugin + to not work has been fixed. +- Max texture size and the maximium size that should be used + for windows are now calculated more properly. (188297) +- Support for_NET_WM_STATE_DEMANDS_ATTENTION hint has been + fixed. (197233) +- Support for WM_TAKE_FOCUS hint has been fixed. (213074) +- Default value for active_plugins in compiz.schemas.in has + been fixed. +- Automatic launching of gtk-window-decorator has been fixed. + +------------------------------------------------------------------- Old: ---- compiz-0.2.0.tar.bz2 New: ---- compiz-0.2.2.tar.bz2 compiz-schemas.in.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compiz.spec ++++++ --- /var/tmp/diff_new_pack.EvZ9ku/_old 2006-10-27 18:43:33.000000000 +0200 +++ /var/tmp/diff_new_pack.EvZ9ku/_new 2006-10-27 18:43:33.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package compiz (Version 0.2.0) +# spec file for package compiz (Version 0.2.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,19 +12,19 @@ Name: compiz BuildRequires: control-center2-devel freeglut-devel gcc-c++ gconf2-devel gtk2-devel intltool libdrm-devel librsvg-devel libwnck-devel metacity pango-devel update-desktop-files xorg-x11-compat70-devel xorg-x11-devel Url: http://www.freedesktop.org/Software/compiz -License: X11/MIT, GPL +License: GNU General Public License (GPL) - all versions, Other License(s), see package Group: System/GUI/Other PreReq: %fillup_prereq Requires: libpng libdrm gconf2 gtk2 librsvg libwnck metacity >= 2.15.1 xgl-hardware-list >= 060526 3ddiag Autoreqprov: on -Version: 0.2.0 +Version: 0.2.2 Release: 1 Summary: OpenGL window and compositing manager. BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 ### /bin/ls *.tar.{gz,bz2} 2>/dev/null|perl -ne 'print "Source$n: ".$_; $n++;' Source: Mesa-CVS-20060502.tar.bz2 -Source1: compiz-0.2.0.tar.bz2 +Source1: compiz-0.2.2.tar.bz2 Source2: gnome-xgl-settings-0.7.tar.gz ### /bin/ls *.{diff,patch} | perl -ne 'print "Patch$n: ".$_; $n++;' Patch: Mesa-6.4.1-x86_64-fixes-1.patch @@ -33,8 +33,9 @@ Patch3: compiz-default-gconf-settings.patch Patch4: compiz-broken-Mesa-decl.patch Patch5: compiz-decorator-command.diff -Patch6: gnome-xgl-settings-glade.patch -Patch7: gnome-xgl-settings-compiz-0.2-update.diff +Patch6: compiz-schemas.in.diff +Patch7: gnome-xgl-settings-glade.patch +Patch8: gnome-xgl-settings-compiz-0.2-update.diff %description Compiz is an OpenGL compositing manager that use @@ -71,10 +72,11 @@ %setup -q -n . -D -T -b 0 -b 1 -b 2 patch -d Mesa -p0 < $RPM_SOURCE_DIR/Mesa-6.4.1-x86_64-fixes-1.patch patch -d Mesa -p0 < $RPM_SOURCE_DIR/Mesa-configs.diff -patch -d compiz-0.2.0 -p0 < $RPM_SOURCE_DIR/java-config-notify.diff -patch -d compiz-0.2.0 -p1 < $RPM_SOURCE_DIR/compiz-broken-Mesa-decl.patch -patch -d compiz-0.2.0 -p0 < $RPM_SOURCE_DIR/compiz-default-gconf-settings.patch -patch -d compiz-0.2.0 -p1 < $RPM_SOURCE_DIR/compiz-decorator-command.diff +patch -d compiz-0.2.2 -p0 < $RPM_SOURCE_DIR/java-config-notify.diff +patch -d compiz-0.2.2 -p1 < $RPM_SOURCE_DIR/compiz-broken-Mesa-decl.patch +patch -d compiz-0.2.2 -p0 < $RPM_SOURCE_DIR/compiz-default-gconf-settings.patch +patch -d compiz-0.2.2 -p1 < $RPM_SOURCE_DIR/compiz-decorator-command.diff +patch -d compiz-0.2.2 -p1 < $RPM_SOURCE_DIR/compiz-schemas.in.diff patch -d gnome-xgl-* -p0 < $RPM_SOURCE_DIR/gnome-xgl-settings-glade.patch patch -d gnome-xgl-* -p0 < $RPM_SOURCE_DIR/gnome-xgl-settings-compiz-0.2-update.diff @@ -110,7 +112,7 @@ pushd compiz-* || exit 1 # Need special static libGL (EXT_texture_from_pixmap) for indirect rendering. mesagl="`echo $RPM_BUILD_DIR/Mesa/%_lib/libGL.a`" -./configure --prefix=/usr --libdir=/usr/%_lib --enable-libsvg-cairo --with-gl-libs="$mesagl -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -pthread -ldrm" --sysconfdir=/etc/opt/gnome --with-scale-corner=TopLeft || exit 1 +./configure --prefix=/usr --libdir=/usr/%_lib --enable-libsvg-cairo --with-gl-libs="$mesagl -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -pthread -ldrm" --sysconfdir=/etc/opt/gnome --with-scale-corner=TopLeft --with-default-plugins="decoration,fade,minimize,cube,rotate,zoom,scale,move,resize,place,dbus,switcher,water,screenshot" || exit 1 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make DESTDIR=$RPM_BUILD_ROOT install || exit 1 rm -r $RPM_BUILD_ROOT/usr/share/locale @@ -166,6 +168,18 @@ /opt/gnome/share/gnome/wm-properties/compiz.desktop %changelog -n compiz +* Fri Oct 27 2006 - dreveman@suse.de +- Some missing options have been added to compiz.schemas.in. +- A typo that caused the prev_all option in switcher plugin + to not work has been fixed. +- Max texture size and the maximium size that should be used + for windows are now calculated more properly. (188297) +- Support for_NET_WM_STATE_DEMANDS_ATTENTION hint has been + fixed. (197233) +- Support for WM_TAKE_FOCUS hint has been fixed. (213074) +- Default value for active_plugins in compiz.schemas.in has + been fixed. +- Automatic launching of gtk-window-decorator has been fixed. * Fri Oct 13 2006 - dreveman@suse.de - Update to version 0.2 of compiz. New plugins: dbus, screenshot and plane. Metacity theme support. @@ -486,12 +500,12 @@ * Fri Mar 10 2006 - mhopf@suse.de - CVS update to 2006-03-09 - copmiz update to 0.0.6: -- Fix panel action issue -- Fix issue with switcher and non-selectable window being active -- Minimal session support -- Fade plugin fixes -- Skydome support -- Better window stacking support + - Fix panel action issue + - Fix issue with switcher and non-selectable window being active + - Minimal session support + - Fade plugin fixes + - Skydome support + - Better window stacking support * Wed Mar 01 2006 - dreveman@suse.de - Ligthing support. - Constrain window dimensions to max texture size. ++++++ compiz-0.2.0.tar.bz2 -> compiz-0.2.2.tar.bz2 ++++++ ++++ 25502 lines of diff (skipped) ++++++ compiz-decorator-command.diff ++++++ --- /var/tmp/diff_new_pack.EvZ9ku/_old 2006-10-27 18:43:36.000000000 +0200 +++ /var/tmp/diff_new_pack.EvZ9ku/_new 2006-10-27 18:43:36.000000000 +0200 @@ -1,8 +1,29 @@ -diff --git a/plugins/decoration.c b/plugins/decoration.c -index 0fa4571..1b7ca29 100644 ---- a/plugins/decoration.c -+++ b/plugins/decoration.c -@@ -27,6 +27,7 @@ #include <stdio.h> +diff -ur ../compiz-0.2.1.old/plugins/compiz.schemas.in ./plugins/compiz.schemas.in +--- ../compiz-0.2.1.old/plugins/compiz.schemas.in 2006-10-26 21:50:34.000000000 +0200 ++++ ./plugins/compiz.schemas.in 2006-10-26 21:53:31.000000000 +0200 +@@ -9674,6 +9674,18 @@ + <!-- decoration options --> + + <schema> ++ <key>/schemas/apps/compiz/plugins/decoration/allscreens/options/command</key> ++ <applyto>/apps/compiz/plugins/decoration/allscreens/options/command</applyto> ++ <owner>compiz</owner> ++ <type>string</type> ++ <default>/usr/bin/gtk-window-decorator</default> ++ <locale name="C"> ++ <short>Command</short> ++ <long>Decorator command line that is executed if no decorator is already running</long> ++ </locale> ++ </schema> ++ ++ <schema> + <key>/schemas/apps/compiz/plugins/decoration/info</key> + <applyto>/apps/compiz/plugins/decoration/info</applyto> + <owner>compiz</owner> +diff -ur ../compiz-0.2.1.old/plugins/decoration.c ./plugins/decoration.c +--- ../compiz-0.2.1.old/plugins/decoration.c 2006-10-26 21:50:34.000000000 +0200 ++++ ./plugins/decoration.c 2006-10-26 21:51:01.000000000 +0200 +@@ -27,6 +27,7 @@ #include <stdlib.h> #include <string.h> #include <math.h> @@ -10,7 +31,7 @@ #include <X11/Xatom.h> #include <X11/extensions/shape.h> -@@ -127,7 +128,8 @@ #define DECOR_DISPLAY_OPTION_SHADOW_RADI +@@ -127,7 +128,8 @@ #define DECOR_DISPLAY_OPTION_SHADOW_OPACITY 1 #define DECOR_DISPLAY_OPTION_SHADOW_OFFSET_X 2 #define DECOR_DISPLAY_OPTION_SHADOW_OFFSET_Y 3 @@ -20,7 +41,7 @@ static int displayPrivateIndex; -@@ -217,6 +219,29 @@ decorSetDisplayOption (CompDisplay * +@@ -217,6 +219,29 @@ case DECOR_DISPLAY_OPTION_SHADOW_OFFSET_Y: if (compSetIntOption (o, value)) return TRUE; @@ -50,7 +71,7 @@ default: break; } -@@ -266,6 +291,16 @@ decorDisplayInitOptions (DecorDisplay *d +@@ -266,6 +291,16 @@ o->value.i = DECOR_SHADOW_OFFSET_DEFAULT; o->rest.i.min = DECOR_SHADOW_OFFSET_MIN; o->rest.i.max = DECOR_SHADOW_OFFSET_MAX; @@ -61,7 +82,7 @@ + o->longDesc = N_("Decorator command line that is executed if no " + "decorator is already running"); + o->type = CompOptionTypeString; -+ o->value.s = strdup ("/usr/bin/gtk-window-decorator"); ++ o->value.s = strdup (""); + o->rest.s.string = NULL; + o->rest.s.nString = 0; } ++++++ compiz-default-gconf-settings.patch ++++++ --- /var/tmp/diff_new_pack.EvZ9ku/_old 2006-10-27 18:43:36.000000000 +0200 +++ /var/tmp/diff_new_pack.EvZ9ku/_new 2006-10-27 18:43:36.000000000 +0200 @@ -1,15 +1,6 @@ diff -ur ../compiz-0.2.0.old/plugins/compiz.schemas.in ./plugins/compiz.schemas.in --- ../compiz-0.2.0.old/plugins/compiz.schemas.in 2006-10-13 16:22:53.000000000 +0200 +++ ./plugins/compiz.schemas.in 2006-10-13 16:24:01.000000000 +0200 -@@ -13,7 +13,7 @@ - <owner>compiz</owner> - <type>list</type> - <list_type>string</list_type> -- <default>[gconf,decoration,wobbly,fade,minimize,cube,rotate,zoom,scale,move,resize,place,dbus,switcher,water,screenshot]</default> -+ <default>[gconf,decoration,fade,minimize,cube,rotate,zoom,scale,move,resize,place,dbus,switcher,water,screenshot]</default> - <locale name="C"> - <short>Active Plugins</short> - <long>List of currently active plugins</long> @@ -8209,7 +8209,7 @@ <applyto>/apps/compiz/general/allscreens/options/audible_bell</applyto> <owner>compiz</owner> ++++++ compiz-schemas.in.diff ++++++ diff -ur ../compiz-0.2.2.old/plugins/compiz.schemas.in ./plugins/compiz.schemas.in --- ../compiz-0.2.2.old/plugins/compiz.schemas.in 2006-10-27 02:09:57.000000000 +0200 +++ ./plugins/compiz.schemas.in 2006-10-27 02:10:27.000000000 +0200 @@ -8,7 +8,7 @@ <owner>compiz</owner> <type>list</type> <list_type>string</list_type> - <default>[gconf @DEFAULT_PLUGINS@]</default> + <default>[gconf,@DEFAULT_PLUGINS@]</default> <locale name="C"> <short>Active Plugins</short> <long>List of currently active plugins</long> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de