commit compiz for openSUSE:Factory
Hello community, here is the log from the commit of package compiz for openSUSE:Factory checked in at Wed Mar 31 19:54:38 CEST 2010. -------- --- compiz/compiz.changes 2010-03-22 14:21:42.000000000 +0100 +++ /mounts/work_src_done/STABLE/compiz/compiz.changes 2010-03-30 15:42:43.000000000 +0200 @@ -1,0 +2,13 @@ +Tue Mar 30 11:29:13 UTC 2010 - dimstar@opensuse.org + +- Update to version 0.8.6: + + Maintenance release. + + Various focus and window placement fixes. + + Fixed handling of windows that have a (server-drawn) border. + + Fixed handling of window icons that have a colour depth of 1 + bit. + + Added KDE 4.4 support to KDE4 window decorator. +- Drop patches compiz-kde44.patch and compiz-gtk2.19.7.patch. +- Rebase kde-auto-comp.diff + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- compiz-0.8.4.tar.bz2 compiz-gtk2.19.7.patch compiz-kde44.patch New: ---- compiz-0.8.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ compiz.spec ++++++ --- /var/tmp/diff_new_pack.ZFoJDY/_old 2010-03-31 19:53:45.000000000 +0200 +++ /var/tmp/diff_new_pack.ZFoJDY/_new 2010-03-31 19:53:45.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package compiz (Version 0.8.4) +# spec file for package compiz (Version 0.8.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -74,8 +74,8 @@ %if 0%{suse_version} <= 01100 Enhances: xgl >= git_070104 %endif -Version: 0.8.4 -Release: 4 +Version: 0.8.6 +Release: 1 Summary: OpenGL window and compositing manager # To be nuked: MesaLib, patch60 $mesagl Source: compiz-%version.tar.bz2 @@ -92,10 +92,6 @@ Patch3: bug-474862-allow-moving-focus-to-fs-window.diff # PATCH-FIX-UPSTREAM kde-auto-comp.diff dreveman@novell.com -- unknown Patch4: kde-auto-comp.diff -# PATCH-FIX-UPSTREAM compiz-kde44.patch dimstar@opensuse.org -- Taken from upstream git commit 04c6a4. -Patch5: compiz-kde44.patch -# PATCH-FIx-UPSTREAM compiz-gtk2.19.7.patch dimstar@opensuse.org -- Fix build with newer gtk. Taken from upstream git. -Patch6: compiz-gtk2.19.7.patch Requires: compiz-branding = %{version} Requires: compiz-decorator = %{version} Provides: windowmanager @@ -262,11 +258,8 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 -%patch5 -p1 -%patch6 -p1 %build -./autogen.sh %configure \ --disable-static \ --with-pic \ ++++++ bug-474862-allow-moving-focus-to-fs-window.diff ++++++ --- /var/tmp/diff_new_pack.ZFoJDY/_old 2010-03-31 19:53:45.000000000 +0200 +++ /var/tmp/diff_new_pack.ZFoJDY/_new 2010-03-31 19:53:45.000000000 +0200 @@ -1,16 +1,12 @@ -Index: compiz-0.8.4/src/screen.c +Index: compiz-0.8.6/src/screen.c =================================================================== ---- compiz-0.8.4.orig/src/screen.c -+++ compiz-0.8.4/src/screen.c -@@ -2639,8 +2639,9 @@ focusDefaultWindow (CompScreen *s) +--- compiz-0.8.6.orig/src/screen.c ++++ compiz-0.8.6/src/screen.c +@@ -2646,6 +2646,7 @@ focusDefaultWindow (CompScreen *s) + + if (w->type & (CompWindowTypeNormalMask | + CompWindowTypeDialogMask | ++ CompWindowTypeFullscreenMask | + CompWindowTypeModalDialogMask)) { - if (focus) - { -- if (w->type & (CompWindowTypeNormalMask | -- CompWindowTypeDialogMask | -+ if (w->type & (CompWindowTypeFullscreenMask | -+ CompWindowTypeNormalMask | -+ CompWindowTypeDialogMask | - CompWindowTypeModalDialogMask)) - { - if (compareWindowActiveness (focus, w) < 0) + if (compareWindowActiveness (focus, w) < 0) ++++++ compiz-0.8.4.tar.bz2 -> compiz-0.8.6.tar.bz2 ++++++ ++++ 70883 lines of diff (skipped) ++++++ kde-auto-comp.diff ++++++ --- /var/tmp/diff_new_pack.ZFoJDY/_old 2010-03-31 19:53:45.000000000 +0200 +++ /var/tmp/diff_new_pack.ZFoJDY/_new 2010-03-31 19:53:45.000000000 +0200 @@ -1,7 +1,7 @@ -Index: compiz-0.8.4/kde/window-decorator-kde4/decorator.cpp +Index: compiz-0.8.6/kde/window-decorator-kde4/decorator.cpp =================================================================== ---- compiz-0.8.4.orig/kde/window-decorator-kde4/decorator.cpp -+++ compiz-0.8.4/kde/window-decorator-kde4/decorator.cpp +--- compiz-0.8.6.orig/kde/window-decorator-kde4/decorator.cpp ++++ compiz-0.8.6/kde/window-decorator-kde4/decorator.cpp @@ -83,6 +83,15 @@ KWD::PluginManager::PluginManager (KShar "kwin3_oxygen" : "kwin3_plastik"; } @@ -18,9 +18,9 @@ KWD::Decorator::Decorator () : KApplication (), -@@ -160,8 +169,16 @@ KWD::Decorator::Decorator () : - CopyFromParent, - CWOverrideRedirect, &attr); +@@ -164,8 +173,16 @@ KWD::Decorator::Decorator () : + XChangeProperty (QX11Info::display(), mCompositeWindow, Atoms::enlightmentDesktop, + XA_CARDINAL, 32, PropModeReplace, (unsigned char *) &data, 1); + redirectError = 0; + int (*oldErrorHandler) (Display *, XErrorEvent *) = @@ -36,10 +36,10 @@ XMapWindow (QX11Info::display(), mCompositeWindow); } -Index: compiz-0.8.4/kde/window-decorator/decorator.cpp +Index: compiz-0.8.6/kde/window-decorator/decorator.cpp =================================================================== ---- compiz-0.8.4.orig/kde/window-decorator/decorator.cpp -+++ compiz-0.8.4/kde/window-decorator/decorator.cpp +--- compiz-0.8.6.orig/kde/window-decorator/decorator.cpp ++++ compiz-0.8.6/kde/window-decorator/decorator.cpp @@ -188,6 +188,16 @@ dbusHandleMessage (DBusConnection *conne return result; } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de