commit compiz for openSUSE:Factory

2020-04-05 Thread root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2020-04-05 20:56:09

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new.3248 (New)


Package is "compiz"

Sun Apr  5 20:56:09 2020 rev:133 rq:791510 version:0.8.18

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2020-02-28 
15:20:35.529801614 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new.3248/compiz.changes  2020-04-05 
20:56:13.969358221 +0200
@@ -1,0 +2,46 @@
+Sat Apr  4 22:34:57 UTC 2020 - Alexei Sorokin 
+
+- Update to version 0.8.18:
+  * Improve autoconf argument "default-plugins".
+  * Clear metadata/Makefile.am of non-portable code.
+  * Drop the dependency on intltool of metadata, src and mate.
+  * Making show desktop feature more predictable: when a window is
+open always show the desktop.
+  * Add support for XInput2 input events and for actions to bypass
+grabs (for accessibility purposes like zoom in/out for
+visual-impaired).
+  * Xinput2 is not enabled by default because it could trigger
+issues on applications like Chromium or Electron-based
+applications.
+  * Add a configure option to disable XI2 events support.
+  * move: Make an option to let the  mouse wheel scroll windows
+when they are off-screen.
+  * Avoid temporary focus back on the original window when
+switching windows.
+  * Trigger a smooth migration from intltool to gettext.
+  * Improve the build system for a better compatibility (the
+initial ambition was to port it to FreeBSD).
+  * Initial support for setting _NET_WM_STATE_FOCUSED so CSD
+windows can follow focus/backdrop theme differences.
+  * Fix build against marco 1.22.2+.
+  * Update mouse cursor when it gets changed from outside (like
+MATE Appearance).
+  * Add an option to only display apps icons in the Switcher
+plugin.
+  * Add an option to adjust the switcher size in the Switcher
+plugin.
+  * Add an option to make the commands plugin work even while a
+grab is in effect (disabled by default).
+  * place: Avoid flickering when restoring windows.
+  * place: Avoid round-trip restoring windows that don't fit the
+workspace.
+  * Fix placement of vertically maximised windows that are too big
+to fit.
+  * Don't show a start menu entry in MATE since it's already
+handled by mate-tweak.
+  * HiDPI: Fix corners and menu icon.
+  * Update translations.
+- Rebase compiz-suse-defaults.patch.
+- Remove compiz-gwd-marco-1.22.2.patch: fixed upstream.
+
+---

Old:

  compiz-0.8.16.1.tar.xz
  compiz-gwd-marco-1.22.2.patch

New:

  compiz-0.8.18.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.GETnRl/_old  2020-04-05 20:56:14.737359045 +0200
+++ /var/tmp/diff_new_pack.GETnRl/_new  2020-04-05 20:56:14.737359045 +0200
@@ -16,14 +16,13 @@
 #
 
 
-%define _rev96d2abf9f25c4900a3bdc191e2c6033d
+%define _rev198c6cfb64ddfc07eecaf5b1aa183c55
 %define sover   0
 Name:   compiz
-Version:0.8.16.1
+Version:0.8.18
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
-Group:  System/GUI/Other
 URL:https://gitlab.com/compiz/compiz-core
 Source: 
https://gitlab.com/compiz/compiz-core/uploads/%{_rev}/%{name}-%{version}.tar.xz
 Source1:opensuse.png
@@ -35,8 +34,6 @@
 Patch1: %{name}-java-config-notify.diff
 # PATCH-FIX-UPSTREAM bsc#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
 Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
-# PATCH-FIX-UPSTREAM compiz-gwd-marco-1.22.2.patch lukefro...@hushmail.com -- 
Fix build against Marco 1.22.2+.
-Patch3: %{name}-gwd-marco-1.22.2.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gettext
@@ -80,7 +77,6 @@
 Requires:   %{name}-plugins < 0.9
 Requires:   lib%{name}config
 Requires:   pciutils
-Recommends: %{name}-lang
 Suggests:   compicc < 0.9
 Provides:   windowmanager
 # KDE is no longer supported in Compiz.
@@ -98,7 +94,6 @@
 
 %package gnome
 Summary:OpenGL window and compositing manager configuration utilities
-Group:  System/GUI/Other
 Requires:   %{name} = %{version}
 Recommends: %{name}-plugins-main < 0.9
 Suggests:   ccsm < 0.9
@@ -113,7 +108,6 @@
 
 %package plugins
 Summary:OpenGL window and compositing manager default plugins
-Group:  System/GUI/Other
 Recommends: %{name} = %{version}
 Recommends: %{name}-plugins-main < 0.9
 Suggests:   %{name}-plugins-experimental 

commit compiz for openSUSE:Factory

2020-02-28 Thread root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2020-02-28 15:20:23

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new.26092 (New)


Package is "compiz"

Fri Feb 28 15:20:23 2020 rev:132 rq:778240 version:0.8.16.1

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2018-11-26 
10:25:15.009384043 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new.26092/compiz.changes 2020-02-28 
15:20:35.529801614 +0100
@@ -1,0 +2,10 @@
+Sat Feb 22 15:48:43 UTC 2020 - Alexei Sorokin 
+
+- Add compiz-gwd-marco-1.22.2.patch: Fix build against Marco 1.22.2
+  or later (commits cc75be2e, bd67e080, c272018a, d2b57855,
+  004d52d9, 8de1335f, cdfd6818, 18734772, 472eecac, 2431089c,
+  feb113b8, 6520214d, f3ce70af, 6284ac84, c83d3cfb, 8d7516c0,
+  c63bb0a1, e069210f, 43287478, 25d5513a).
+- Drop support for old openSUSE versions.
+
+---

New:

  compiz-gwd-marco-1.22.2.patch



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.ncnG1i/_old  2020-02-28 15:20:36.225803031 +0100
+++ /var/tmp/diff_new_pack.ncnG1i/_new  2020-02-28 15:20:36.229803039 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
 Patch1: %{name}-java-config-notify.diff
 # PATCH-FIX-UPSTREAM bsc#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
 Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
+# PATCH-FIX-UPSTREAM compiz-gwd-marco-1.22.2.patch lukefro...@hushmail.com -- 
Fix build against Marco 1.22.2+.
+Patch3: %{name}-gwd-marco-1.22.2.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gettext
@@ -52,11 +54,13 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libmarco-private)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.14.0
 BuildRequires:  pkgconfig(libstartup-notification-1.0) >= 0.7
+BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(pangocairo)
@@ -83,13 +87,6 @@
 Obsoletes:  %{name}-kde < %{version}
 Obsoletes:  %{name}-kde4 < %{version}
 ExcludeArch:s390 s390x
-%if 0%{?suse_version} >= 1500 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
-BuildRequires:  pkgconfig(gtk+-3.0)
-BuildRequires:  pkgconfig(libwnck-3.0)
-%else
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libwnck-1.0)
-%endif
 
 %description
 Compiz is an OpenGL compositing manager that uses
@@ -105,8 +102,8 @@
 Requires:   %{name} = %{version}
 Recommends: %{name}-plugins-main < 0.9
 Suggests:   ccsm < 0.9
-Supplements:packageand(%{name}:gnome-session)
-Supplements:packageand(%{name}:mate-session-manager)
+Supplements:(%{name} and gnome-session)
+Supplements:(%{name} and mate-session-manager)
 Provides:   %{name}-decorator = 0.8
 Provides:   %{name}-mate = %{version}
 
@@ -138,10 +135,12 @@
 Requires:   pkgconfig(fuse)
 Requires:   pkgconfig(gl)
 Requires:   pkgconfig(glu)
+Requires:   pkgconfig(gtk+-3.0)
 Requires:   pkgconfig(ice)
 Requires:   pkgconfig(libpng)
 Requires:   pkgconfig(librsvg-2.0)
 Requires:   pkgconfig(libstartup-notification-1.0)
+Requires:   pkgconfig(libwnck-3.0)
 Requires:   pkgconfig(libxml-2.0)
 Requires:   pkgconfig(libxslt)
 Requires:   pkgconfig(pangocairo)
@@ -156,13 +155,6 @@
 Requires:   pkgconfig(xrandr)
 Requires:   pkgconfig(xrender)
 Recommends: pkgconfig(libmarco-private)
-%if 0%{?suse_version} >= 1500 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
-Requires:   pkgconfig(gtk+-3.0)
-Requires:   pkgconfig(libwnck-3.0)
-%else
-Requires:   pkgconfig(gtk+-2.0)
-Requires:   pkgconfig(libwnck-1.0)
-%endif
 
 %description devel
 Compiz is an OpenGL compositing manager that uses
@@ -176,8 +168,8 @@
 Requires:   %{name} = %{version}
 Requires(pre):  /bin/ln
 Requires(pre):  /bin/rm
-Supplements:packageand(%{name}:branding-openSUSE)
-Conflicts:  otherproviders(%{name}-branding)
+Supplements:(%{name} and branding-openSUSE)
+Conflicts:  %{name}-branding
 Provides:   %{name}-branding = %{version}
 
 %description branding-openSUSE
@@ -192,8 

commit compiz for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2018-11-26 10:23:30

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new.19453 (New)


Package is "compiz"

Mon Nov 26 10:23:30 2018 rev:131 rq:649973 version:0.8.16.1

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2017-05-03 
15:56:40.700561005 +0200
+++ /work/SRC/openSUSE:Factory/.compiz.new.19453/compiz.changes 2018-11-26 
10:25:15.009384043 +0100
@@ -1,0 +2,18 @@
+Sat Nov 17 23:13:30 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.8.16.1:
+  * Bump core abi version.
+  * Fix windows crawling when unfullscreened.
+
+---
+Sun Nov 11 18:15:12 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.8.16:
+  * Fix cutoff tooltips.
+  * Fix window display delays.
+  * Support for gtk frame extents.
+  * Introduce at-spi support for ezoom.
+  * Maintenance updates and fixes.
+  * Update translations.
+
+---

Old:

  compiz-0.8.14.tar.xz

New:

  compiz-0.8.16.1.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.83qrf5/_old  2018-11-26 10:25:20.993377012 +0100
+++ /var/tmp/diff_new_pack.83qrf5/_new  2018-11-26 10:25:20.993377012 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define _rev96d2abf9f25c4900a3bdc191e2c6033d
 %define sover   0
 Name:   compiz
-Version:0.8.14
+Version:0.8.16.1
 Release:0
 Summary:OpenGL window and compositing manager
-License:GPL-2.0+ and LGPL-2.1+ and MIT
+License:GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:  System/GUI/Other
-Url:https://github.com/compiz-reloaded/compiz
-Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+URL:https://gitlab.com/compiz/compiz-core
+Source: 
https://gitlab.com/compiz/compiz-core/uploads/%{_rev}/%{name}-%{version}.tar.xz
 Source1:opensuse.png
 Source2:sle.png
 Source3:baselibs.conf
@@ -82,7 +83,7 @@
 Obsoletes:  %{name}-kde < %{version}
 Obsoletes:  %{name}-kde4 < %{version}
 ExcludeArch:s390 s390x
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} >= 1500 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libwnck-3.0)
 %else
@@ -155,7 +156,7 @@
 Requires:   pkgconfig(xrandr)
 Requires:   pkgconfig(xrender)
 Recommends: pkgconfig(libmarco-private)
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} >= 1500 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
 Requires:   pkgconfig(gtk+-3.0)
 Requires:   pkgconfig(libwnck-3.0)
 %else
@@ -234,10 +235,10 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-cp -f %{SOURCE1} opensuse.png
-cp -f %{SOURCE2} sle.png
+cp -a %{SOURCE1} opensuse.png
+cp -a %{SOURCE2} sle.png
 
-%if 0%{?suse_version} <= 1320 && !(0%{?sle_version} > 120100 && 
0%{?is_opensuse})
+%if 0%{?suse_version} < 1500 && !(0%{?sle_version} > 120100 && 
0%{?is_opensuse})
 # Workaround /usr/@DATADIRNAME@/locale/.
 rm -r m4/
 %endif
@@ -247,7 +248,7 @@
 %configure \
   --disable-static \
   --enable-marco   \
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+%if 0%{?suse_version} >= 1500 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
   --with-gtk=3.0   \
 %else
   --with-gtk=2.0   \
@@ -266,13 +267,17 @@
 
 %post
 /sbin/ldconfig
+%if 0%{?suse_version} < 1500
 %desktop_database_post
 %icon_theme_cache_post
+%endif
 
 %postun
 /sbin/ldconfig
+%if 0%{?suse_version} < 1500
 %desktop_database_postun
 %icon_theme_cache_postun
+%endif
 
 %post branding-openSUSE
 ln -sf opensuse.png %{_datadir}/%{name}/cube-image.png
@@ -298,19 +303,21 @@
 rm -f %{_datadir}/%{name}/cube-image.png || :
 fi
 
+%if 0%{?suse_version} < 1500
 %post gnome
 %glib2_gsettings_schema_post
 
 %postun gnome
 

commit compiz for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2017-05-03 15:56:39

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Wed May  3 15:56:39 2017 rev:130 rq:492297 version:0.8.14

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2017-04-24 
09:48:16.576264126 +0200
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2017-05-03 
15:56:40.700561005 +0200
@@ -15,0 +16,2 @@
+- Workaround /usr/@DATADIRNAME@/locale/ on openSUSE Leap 42.1 and
+  older.
@@ -16,0 +19,2 @@
+- Only switch gtk-window-decorator to Gtk3 on openSUSE Leap 42.3
+  and newer.



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.erYAlX/_old  2017-05-03 15:56:41.940385974 +0200
+++ /var/tmp/diff_new_pack.erYAlX/_new  2017-05-03 15:56:41.944385409 +0200
@@ -51,12 +51,11 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(libmarco-private)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.14.0
 BuildRequires:  pkgconfig(libstartup-notification-1.0) >= 0.7
-BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(pangocairo)
@@ -83,8 +82,12 @@
 Obsoletes:  %{name}-kde < %{version}
 Obsoletes:  %{name}-kde4 < %{version}
 ExcludeArch:s390 s390x
-%if 0%{?suse_version} > 1310
-BuildRequires:  pkgconfig(libmarco-private)
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(libwnck-3.0)
+%else
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libwnck-1.0)
 %endif
 
 %description
@@ -134,12 +137,10 @@
 Requires:   pkgconfig(fuse)
 Requires:   pkgconfig(gl)
 Requires:   pkgconfig(glu)
-Requires:   pkgconfig(gtk+-3.0)
 Requires:   pkgconfig(ice)
 Requires:   pkgconfig(libpng)
 Requires:   pkgconfig(librsvg-2.0)
 Requires:   pkgconfig(libstartup-notification-1.0)
-Requires:   pkgconfig(libwnck-3.0)
 Requires:   pkgconfig(libxml-2.0)
 Requires:   pkgconfig(libxslt)
 Requires:   pkgconfig(pangocairo)
@@ -154,6 +155,13 @@
 Requires:   pkgconfig(xrandr)
 Requires:   pkgconfig(xrender)
 Recommends: pkgconfig(libmarco-private)
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+Requires:   pkgconfig(gtk+-3.0)
+Requires:   pkgconfig(libwnck-3.0)
+%else
+Requires:   pkgconfig(gtk+-2.0)
+Requires:   pkgconfig(libwnck-1.0)
+%endif
 
 %description devel
 Compiz is an OpenGL compositing manager that uses
@@ -229,15 +237,22 @@
 cp -f %{SOURCE1} opensuse.png
 cp -f %{SOURCE2} sle.png
 
+%if 0%{?suse_version} <= 1320 && !(0%{?sle_version} > 120100 && 
0%{?is_opensuse})
+# Workaround /usr/@DATADIRNAME@/locale/.
+rm -r m4/
+%endif
+
 %build
 NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static \
-  --with-gtk=3.0   \
-%if 0%{?suse_version} > 1310
   --enable-marco   \
+%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120300 && 
0%{?is_opensuse})
+  --with-gtk=3.0   \
+%else
+  --with-gtk=2.0   \
 %endif
-  
--with-default-plugins=core,ccp,decoration,dbus,commands,ezoom,fade,minimize,mousepoll,move,neg,place,png,regex,resize,session,snap,switcher,vpswitch,wall,workarounds,matecompat
+  
--with-default-plugins=core,ccp,decoration,dbus,commands,ezoom,fade,minimize,mousepoll,move,place,png,regex,resize,session,snap,switcher,vpswitch,wall,workarounds,matecompat
 make %{?_smp_mflags} V=1
 
 %install






commit compiz for openSUSE:Factory

2017-04-24 Thread root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2017-04-24 09:48:15

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Mon Apr 24 09:48:15 2017 rev:129 rq:489084 version:0.8.14

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2017-03-24 
02:23:12.470877797 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2017-04-24 
09:48:16.576264126 +0200
@@ -1,0 +2,17 @@
+Tue Apr 18 11:10:04 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.8.14:
+  * Handle _NET_WM_MOVERESIZE ClientMessages.
+Fixes the whisker menu resize bug.
+  * Improve horizontal and vertical maximizing.
+  * Remove the "Number of Desktops" option.
+  * Fix a crash when displaying special characters in gtk-window-decorator.
+  * Set rotate and wall default flip bindings to None.
+Fixes a problem where edges of screen are unclickable by default.
+  * Fix potential for skydome silently failing to render.
+  * Don't fallback for exceeding max texture size.
+  * Improve --button-layout behavior for gtk-window-decorator.
+  * Update translations.
+- Rebase compiz-suse-defaults.patch.
+
+---

Old:

  compiz-0.8.12.3.tar.xz

New:

  compiz-0.8.14.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.sKSQh0/_old  2017-04-24 09:48:17.412145902 +0200
+++ /var/tmp/diff_new_pack.sKSQh0/_new  2017-04-24 09:48:17.416145336 +0200
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.12.3
+Version:0.8.14
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
@@ -27,7 +27,7 @@
 Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:opensuse.png
 Source2:sle.png
-Source6:baselibs.conf
+Source3:baselibs.conf
 # PATCH-FEATURE-OPENSUSE compiz-suse-defaults.patch dims...@opensuse.org -- 
Compiz default settings for openSUSE.
 Patch0: %{name}-suse-defaults.patch
 # PATCH-FIX-UPSTREAM compiz-java-config-notify.diff dreve...@novell.com -- 
Java config notify workaround.
@@ -134,12 +134,12 @@
 Requires:   pkgconfig(fuse)
 Requires:   pkgconfig(gl)
 Requires:   pkgconfig(glu)
-Requires:   pkgconfig(gtk+-2.0)
+Requires:   pkgconfig(gtk+-3.0)
 Requires:   pkgconfig(ice)
 Requires:   pkgconfig(libpng)
 Requires:   pkgconfig(librsvg-2.0)
 Requires:   pkgconfig(libstartup-notification-1.0)
-Requires:   pkgconfig(libwnck-1.0)
+Requires:   pkgconfig(libwnck-3.0)
 Requires:   pkgconfig(libxml-2.0)
 Requires:   pkgconfig(libxslt)
 Requires:   pkgconfig(pangocairo)
@@ -368,8 +368,6 @@
 %{_datadir}/%{name}/*svg.*
 %{_libdir}/%{name}/*switcher.*
 %{_datadir}/%{name}/*switcher.*
-%{_libdir}/%{name}/*video.*
-%{_datadir}/%{name}/*video.*
 %{_libdir}/%{name}/*wall.*
 %{_datadir}/%{name}/*wall.*
 %{_libdir}/%{name}/*water.*

++ compiz-0.8.12.3.tar.xz -> compiz-0.8.14.tar.xz ++
 333856 lines of diff (skipped)

++ compiz-suse-defaults.patch ++
--- /var/tmp/diff_new_pack.sKSQh0/_old  2017-04-24 09:48:18.851942263 +0200
+++ /var/tmp/diff_new_pack.sKSQh0/_new  2017-04-24 09:48:18.851942263 +0200
@@ -1,6 +1,6 @@
 --- a/metadata/core.xml.in.in
 +++ b/metadata/core.xml.in.in
-@@ -16,7 +16,7 @@
+@@ -17,7 +17,7 @@

<_short>Audible Bell
<_long>Audible system beep
@@ -9,7 +9,7 @@


<_short>Ignore Hints When Maximized
-@@ -50,7 +50,7 @@
+@@ -51,7 +51,7 @@

<_short>Ping Delay
<_long>Interval between ping messages
@@ -18,18 +18,9 @@
1000
3

-@@ -235,7 +235,7 @@
-   
-   <_short>Lighting
-   <_long>Use diffuse light when screen is transformed
--  true
-+  false
-   
-   
-   <_short>Detect Refresh Rate
 --- a/metadata/cube.xml.in
 +++ b/metadata/cube.xml.in
-@@ -110,7 +110,7 @@
+@@ -114,7 +114,7 @@
string
file;image;

@@ -38,7 +29,7 @@



-@@ -124,7 +124,7 @@
+@@ -128,7 +128,7 @@

<_short>Skydome
<_long>Render skydome
@@ -47,7 +38,7 @@



commit compiz for openSUSE:Factory

2017-03-23 Thread root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2017-03-24 02:23:08

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Fri Mar 24 02:23:08 2017 rev:128 rq:482052 version:0.8.12.3

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2016-04-12 
19:37:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2017-03-24 
02:23:12.470877797 +0100
@@ -1,0 +2,5 @@
+Wed Mar 22 21:40:49 UTC 2017 - sor.ale...@meowr.ru
+
+- Switch gtk-window-decorator to Gtk3 after Marco.
+
+---



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.QtlQDs/_old  2017-03-24 02:23:13.414744245 +0100
+++ /var/tmp/diff_new_pack.QtlQDs/_new  2017-03-24 02:23:13.414744245 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,7 +42,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
 BuildRequires:  libxslt-tools
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo) >= 1.0
 BuildRequires:  pkgconfig(cairo-xlib-xrender)
@@ -51,12 +51,12 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.10.0
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.14.0
 BuildRequires:  pkgconfig(libstartup-notification-1.0) >= 0.7
-BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(pangocairo)
@@ -99,9 +99,6 @@
 Summary:OpenGL window and compositing manager configuration utilities
 Group:  System/GUI/Other
 Requires:   %{name} = %{version}
-Requires:   3ddiag
-Requires:   Mesa-demo-x
-Requires:   pciutils
 Recommends: %{name}-plugins-main < 0.9
 Suggests:   ccsm < 0.9
 Supplements:packageand(%{name}:gnome-session)
@@ -131,7 +128,7 @@
 Requires:   %{name}-plugins = %{version}
 Requires:   libjpeg-devel
 Requires:   libxslt-tools
-Requires:   pkg-config
+Requires:   pkgconfig
 Requires:   pkgconfig(cairo) >= 1.0
 Requires:   pkgconfig(cairo-xlib-xrender)
 Requires:   pkgconfig(fuse)
@@ -236,18 +233,18 @@
 NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static \
-  --with-gtk=2.0   \
+  --with-gtk=3.0   \
 %if 0%{?suse_version} > 1310
   --enable-marco   \
 %endif
   
--with-default-plugins=core,ccp,decoration,dbus,commands,ezoom,fade,minimize,mousepoll,move,neg,place,png,regex,resize,session,snap,switcher,vpswitch,wall,workarounds,matecompat
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install
 
-install -Dm 0644 opensuse.png %{buildroot}%{_datadir}/%{name}/opensuse.png
-install -Dm 0644 sle.png %{buildroot}%{_datadir}/%{name}/sle.png
+install -Dpm 0644 opensuse.png %{buildroot}%{_datadir}/%{name}/opensuse.png
+install -Dpm 0644 sle.png %{buildroot}%{_datadir}/%{name}/sle.png
 
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}






commit compiz for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2016-04-12 19:37:30

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2016-03-26 
17:25:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2016-04-12 
19:37:32.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr 10 21:20:23 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.12.3:
+  * Drop glib-gettext dependency.
+This fixes usage of autogen.sh with newer glib.
+  * Change default Blue filter to Gaussian.
+  * Fix broken appearance on HiDPI with GTK+ 3.10+ (if scaling is on).
+For now scaling is just disabled completely.
+  * Fix for some cases when cursor settings were ignored by
+applications.
+
+---

Old:

  compiz-0.8.12.2.tar.xz

New:

  compiz-0.8.12.3.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.G6jBZl/_old  2016-04-12 19:37:33.0 +0200
+++ /var/tmp/diff_new_pack.G6jBZl/_new  2016-04-12 19:37:33.0 +0200
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.12.2
+Version:0.8.12.3
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
@@ -36,6 +36,7 @@
 Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  gettext
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
@@ -66,6 +67,7 @@
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender) >= 0.9.3

++ compiz-0.8.12.2.tar.xz -> compiz-0.8.12.3.tar.xz ++
 21502 lines of diff (skipped)






commit compiz for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2016-03-26 15:28:46

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2016-03-18 
21:42:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2016-03-26 
17:25:07.0 +0100
@@ -1,0 +2,8 @@
+Thu Mar 24 11:55:13 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.12.2:
+  * Include forgotten compiz-start.desktop.in into the tarball,
+needed for --enable-menu-entries.
+- Solve libcompizconfig dependency loop.
+
+---

Old:

  compiz-0.8.12.1.tar.xz

New:

  compiz-0.8.12.2.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.6zC1nh/_old  2016-03-26 17:25:08.0 +0100
+++ /var/tmp/diff_new_pack.6zC1nh/_new  2016-03-26 17:25:08.0 +0100
@@ -18,13 +18,13 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.12.1
+Version:0.8.12.2
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  System/GUI/Other
-Url:https://github.com/raveit65/compiz
-Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/compiz
+Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:opensuse.png
 Source2:sle.png
 Source6:baselibs.conf
@@ -114,10 +114,10 @@
 %package plugins
 Summary:OpenGL window and compositing manager default plugins
 Group:  System/GUI/Other
-Requires:   %{name} = %{version}
+Recommends: %{name} = %{version}
 Recommends: %{name}-plugins-main < 0.9
+Suggests:   %{name}-plugins-experimental < 0.9
 Suggests:   %{name}-plugins-extra < 0.9
-Suggests:   %{name}-plugins-unsupported < 0.9
 
 %description plugins
 This package contains the default Compiz compositing manager
@@ -126,8 +126,6 @@
 %package devel
 Summary:Development files for Compiz
 Group:  Development/Languages/C and C++
-Requires:   %{name} = %{version}
-Requires:   %{name}-gnome
 Requires:   %{name}-plugins = %{version}
 Requires:   libjpeg-devel
 Requires:   libxslt-tools
@@ -139,7 +137,6 @@
 Requires:   pkgconfig(glu)
 Requires:   pkgconfig(gtk+-2.0)
 Requires:   pkgconfig(ice)
-Requires:   pkgconfig(libcompizconfig) < 0.9
 Requires:   pkgconfig(libpng)
 Requires:   pkgconfig(librsvg-2.0)
 Requires:   pkgconfig(libstartup-notification-1.0)
@@ -320,6 +317,8 @@
 
 %files plugins
 %defattr(-,root,root)
+%dir %{_libdir}/%{name}/
+%dir %{_datadir}/%{name}/
 %{_libdir}/%{name}/*annotate.*
 %{_datadir}/%{name}/*annotate.*
 %{_libdir}/%{name}/*blur.*
@@ -396,7 +395,7 @@
 %files gnome
 %defattr(-,root,root)
 %{_bindir}/gtk-window-decorator
-%{_datadir}/glib-2.0/schemas/*.gschema.xml
+%{_datadir}/glib-2.0/schemas/*gwd.gschema.xml
 
 %files -n libdecoration%{sover}
 %defattr(-,root,root)

++ compiz-0.8.12.1.tar.xz -> compiz-0.8.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compiz-0.8.12.1/NEWS new/compiz-0.8.12.2/NEWS
--- old/compiz-0.8.12.1/NEWS2016-03-17 15:49:42.0 +0100
+++ new/compiz-0.8.12.2/NEWS2016-03-24 12:41:49.0 +0100
@@ -1,3 +1,10 @@
+Release 0.8.12.2 (2016-03-24 Sorokin Alexei )
+==
+COMPIZ-RELOADED
+
+Include forgotten compiz-start.desktop.in into the tarball,
+needed for --enable-menu-entries.
+
 Release 0.8.12.1 (2016-03-17 Sorokin Alexei )
 ==
 COMPIZ-RELOADED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compiz-0.8.12.1/configure 
new/compiz-0.8.12.2/configure
--- old/compiz-0.8.12.1/configure   2016-03-17 16:31:33.0 +0100
+++ new/compiz-0.8.12.2/configure   2016-03-24 12:47:29.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for compiz 0.8.12.1.
+# Generated by GNU Autoconf 2.69 for compiz 0.8.12.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='compiz'
 PACKAGE_TARNAME='compiz'
-PACKAGE_VERSION='0.8.12.1'

commit compiz for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2016-03-18 21:42:47

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2016-02-26 
00:28:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2016-03-18 
21:42:49.0 +0100
@@ -1,0 +2,11 @@
+Wed Mar 17 15:07:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.12.1:
+  * Increase maximum Mipmap LOD for Blur plugin.
+  * Probably fix "white glitches" that happen on resize in
+gtk-window-decorator.
+  * Fix right click near top edge of maximised windows in
+gtk-window-decorator.
+  * Fix a X11 Drawable leakage in gtk-window-decorator.
+
+---

Old:

  compiz-0.8.12.tar.xz

New:

  compiz-0.8.12.1.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.hFmJJr/_old  2016-03-18 21:42:50.0 +0100
+++ /var/tmp/diff_new_pack.hFmJJr/_new  2016-03-18 21:42:50.0 +0100
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.12
+Version:0.8.12.1
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
@@ -34,9 +34,12 @@
 Patch1: %{name}-java-config-notify.diff
 # PATCH-FIX-UPSTREAM bsc#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
 Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
+BuildRequires:  libtool
 BuildRequires:  libxslt-tools
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
@@ -231,6 +234,7 @@
 cp -f %{SOURCE2} sle.png
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static \
   --with-gtk=2.0   \
@@ -295,7 +299,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING* NEWS
+%doc COPYING* NEWS README.md
 %{_bindir}/%{name}
 %{_bindir}/%{name}-decorator
 %{_datadir}/applications/%{name}.desktop

++ compiz-0.8.12.tar.xz -> compiz-0.8.12.1.tar.xz ++
 27666 lines of diff (skipped)






commit compiz for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2016-02-25 22:02:48

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2015-12-23 
08:49:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2016-02-26 
00:28:10.0 +0100
@@ -1,0 +2,28 @@
+Sat Feb 13 09:25:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.12:
+  * Move mate-window-decorator.py into gtk-window-decorator.
+  * Add an optional libcompizconfig build dependency that makes it
+so gtk-window-decorator can honour MATE or GNOME Flashback
+cursor theme settings, and also read shadow settings without
+D-Bus plugin from CCSM.
+  * annotate plugin changes:
+- Implement shape drawing.
+- Fix shape drawing code to always call cairo_save before
+  drawing and cairo_restore after drawing.
+- Implement centered shape drawing with a toggle keybinding.
+- Unify stroke and line width options.
+- Fix longstanding damage bugs.
+- Use stroke colour for freedraw mode.
+- Improve transparent colours rendering.
+- Change default stroke width to 3.0.
+  * Move plugin-matecompat image to ccsm project.
+  * Add Desktop Wall plugin from compiz-plugins-main project.
+  * Fix Desktop Wall settings of arrow and gradient thumbs colors.
+  * Fix gtk-window-decorator crash when a window is hanged.
+- Require compiz-plugins and libcompizconfig.
+- Merge compiz-fusion-plugins-main-defaults.patch from
+  compiz-plugins-main into compiz-suse-defaults.patch.
+- Enable D-Bus plugin by default.
+
+---

Old:

  compiz-0.8.10.tar.xz

New:

  compiz-0.8.12.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.4u6qY6/_old  2016-02-26 00:28:11.0 +0100
+++ /var/tmp/diff_new_pack.4u6qY6/_new  2016-02-26 00:28:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.10
+Version:0.8.12
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
@@ -35,14 +35,14 @@
 # PATCH-FIX-UPSTREAM bsc#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
 Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  intltool
 BuildRequires:  libjpeg-devel
 BuildRequires:  libxslt-tools
-BuildRequires:  mate-common
 BuildRequires:  pkg-config
-BuildRequires:  python3
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo) >= 1.0
 BuildRequires:  pkgconfig(cairo-xlib-xrender)
+BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(fuse)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
@@ -68,15 +68,16 @@
 BuildRequires:  pkgconfig(xrender) >= 0.9.3
 Requires:   %{name}-branding < 0.9
 Requires:   %{name}-decorator < 0.9
+Requires:   %{name}-plugins < 0.9
+Requires:   lib%{name}config
 Requires:   pciutils
-Recommends: %{name}-plugins < 0.9
 Recommends: %{name}-lang
 Suggests:   compicc < 0.9
 Provides:   windowmanager
 # KDE is no longer supported in Compiz.
 Obsoletes:  %{name}-kde < %{version}
 Obsoletes:  %{name}-kde4 < %{version}
-ExclusiveArch:  %ix86 x86_64 %arm aarch64 ppc ppc64 ia64
+ExcludeArch:s390 s390x
 %if 0%{?suse_version} > 1310
 BuildRequires:  pkgconfig(libmarco-private)
 %endif
@@ -96,7 +97,6 @@
 Requires:   3ddiag
 Requires:   Mesa-demo-x
 Requires:   pciutils
-Requires:   python3-gobject
 Recommends: %{name}-plugins-main < 0.9
 Suggests:   ccsm < 0.9
 Supplements:packageand(%{name}:gnome-session)
@@ -128,7 +128,6 @@
 Requires:   %{name}-plugins = %{version}
 Requires:   libjpeg-devel
 Requires:   libxslt-tools
-Requires:   mate-common
 Requires:   pkg-config
 Requires:   pkgconfig(cairo) >= 1.0
 Requires:   pkgconfig(cairo-xlib-xrender)
@@ -137,6 +136,7 @@
 Requires:   pkgconfig(glu)
 Requires:   pkgconfig(gtk+-2.0)
 Requires:   pkgconfig(ice)
+Requires:   pkgconfig(libcompizconfig) < 0.9
 Requires:   pkgconfig(libpng)
 Requires:   pkgconfig(librsvg-2.0)
 Requires:   

commit compiz for openSUSE:Factory

2015-12-22 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2015-12-23 08:49:46

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2015-12-16 
17:43:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2015-12-23 
08:49:47.0 +0100
@@ -1,0 +2,17 @@
+Thu Dec 17 23:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.8.10:
+  * Add mate-window-decorator: Marco native settings monitor for
+gtk-window-decorator.
+  * Add all relevant checks from compiz-manager.
+  * Remove scripts, modify desktop menu entries and disable by
+default.
+  * gtk-window-decorator: Make it possible to build with Gtk3.
+  * Add a compiz-decorator script that tries to detect the best
+suitable decorator.
+- Remove compiz-add-manager-checks.patch: merged upstream.
+- Remove compiz-decorator, gnome-window-decorator, compiz.desktop
+  from sources: added upstream.
+- Rebase compiz-suse-defaults.patch.
+
+---

Old:

  compiz-0.8.9.tar.gz
  compiz-add-manager-checks.patch
  compiz-decorator.sh
  compiz.desktop
  gnome-window-decorator.py

New:

  compiz-0.8.10.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.H9nTcl/_old  2015-12-23 08:49:48.0 +0100
+++ /var/tmp/diff_new_pack.H9nTcl/_new  2015-12-23 08:49:48.0 +0100
@@ -18,18 +18,15 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.9
+Version:0.8.10
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  System/GUI/Other
 Url:https://github.com/raveit65/compiz
-Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:opensuse.png
 Source2:sle.png
-Source3:%{name}-decorator.sh
-Source4:gnome-window-decorator.py
-Source5:%{name}.desktop
 Source6:baselibs.conf
 # PATCH-FEATURE-OPENSUSE compiz-suse-defaults.patch dims...@opensuse.org -- 
Compiz default settings for openSUSE.
 Patch0: %{name}-suse-defaults.patch
@@ -37,8 +34,6 @@
 Patch1: %{name}-java-config-notify.diff
 # PATCH-FIX-UPSTREAM bsc#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
 Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
-# PATCH-FEATURE-OPENSUSE compiz-add-manager-checks.patch -- Add all relevant 
checks from compiz-manager.
-Patch3: %{name}-add-manager-checks.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
 BuildRequires:  libxslt-tools
@@ -232,12 +227,8 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 cp -f %{SOURCE1} opensuse.png
 cp -f %{SOURCE2} sle.png
-cp -f %{SOURCE3} compiz-decorator
-cp -f %{SOURCE4} gnome-window-decorator
-cp -f %{SOURCE5} %{name}.desktop
 
 # Do not install helper scripts, we already have one.
 sed -i 's/^\(SUBDIRS =.* \)scripts\(.*\)$/\1\2/' Makefile.am
@@ -246,6 +237,11 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static \
+  --with-gtk=2.0   \
+%if 0%{?suse_version} > 1310
+  --with-marco \
+  --enable-mwd \
+%endif
   
--with-default-plugins=core,ccp,decoration,commands,ezoom,fade,minimize,mousepoll,move,neg,place,png,regex,resize,session,snap,switcher,vpswitch,wall,workarounds,matecompat
 make %{?_smp_mflags}
 
@@ -254,12 +250,6 @@
 
 install -Dm 0644 opensuse.png %{buildroot}%{_datadir}/%{name}/opensuse.png
 install -Dm 0644 sle.png %{buildroot}%{_datadir}/%{name}/sle.png
-install -Dm 0755 %{name}-decorator %{buildroot}%{_bindir}/%{name}-decorator
-install -Dm 0755 gnome-window-decorator 
%{buildroot}%{_bindir}/gnome-window-decorator
-
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/mate/wm-properties/%{name}.desktop
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/gnome/wm-properties/%{name}.desktop
 
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
@@ -369,11 +359,9 @@
 %files gnome
 %defattr(-,root,root)
 %{_bindir}/gtk-window-decorator
-%{_bindir}/gnome-window-decorator
-%dir %{_datadir}/mate/
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/*/wm-properties/
-%{_datadir}/*/wm-properties/%{name}.desktop
+%if 0%{?suse_version} > 1310
+%{_bindir}/mate-window-decorator
+%endif
 
 %files -n libdecoration%{sover}
 

commit compiz for openSUSE:Factory

2015-12-16 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2015-12-16 17:42:47

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2015-11-28 
15:19:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2015-12-16 
17:43:30.0 +0100
@@ -1,0 +2,22 @@
+Sat Dec 12 10:02:46 UTC 2015 - sor.ale...@meowr.ru
+
+- Bring compiz-decorator back: Compiz must handle Emerald-only
+  installations.
+- Set back compiz-decorator as a default decorator in
+  compiz-suse-defaults.patch.
+- Fix crashes in gnome-window-decorator.
+- Force compiz-gnome bigger priority than compiz-emerald if 
+  MATE or GNOME session is installed by supplements.
+- Simplify compiz-decorator: no need to fallback if decorator is
+  missing as it can't be (requirement).
+- Do not change default resize mode in compiz-suse-defaults.patch.
+- Do not even suggest Marco in compiz-gnome: gtk-window-decorator
+  only need a library for supporing Metacity decorations.
+- Remove bug-449168-avoid-independent-output-painting.diff:
+  considered harmful.
+- Modify compiz-add-manager-checks.patch: do not start Compiz
+  without --replace when other WM is running.
+- Do not generate MATE Control Centre keybindings after all:
+  support is removed from upstream.
+
+---

Old:

  bug-449168-avoid-independent-output-painting.diff

New:

  compiz-decorator.sh



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.GQSRzv/_old  2015-12-16 17:43:32.0 +0100
+++ /var/tmp/diff_new_pack.GQSRzv/_new  2015-12-16 17:43:32.0 +0100
@@ -27,26 +27,24 @@
 Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:opensuse.png
 Source2:sle.png
-Source3:gnome-window-decorator.py
-Source4:%{name}.desktop
-Source5:baselibs.conf
+Source3:%{name}-decorator.sh
+Source4:gnome-window-decorator.py
+Source5:%{name}.desktop
+Source6:baselibs.conf
 # PATCH-FEATURE-OPENSUSE compiz-suse-defaults.patch dims...@opensuse.org -- 
Compiz default settings for openSUSE.
 Patch0: %{name}-suse-defaults.patch
 # PATCH-FIX-UPSTREAM compiz-java-config-notify.diff dreve...@novell.com -- 
Java config notify workaround.
 Patch1: %{name}-java-config-notify.diff
-# PATCH-FIX-UPSTREAM boo#449168 dreve...@novell.com -- Avoid independent 
output painting.
-Patch2: bug-449168-avoid-independent-output-painting.diff
-# PATCH-FIX-UPSTREAM boo#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
-Patch3: bug-474862-allow-moving-focus-to-fs-window.diff
+# PATCH-FIX-UPSTREAM bsc#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
+Patch2: bug-474862-allow-moving-focus-to-fs-window.diff
 # PATCH-FEATURE-OPENSUSE compiz-add-manager-checks.patch -- Add all relevant 
checks from compiz-manager.
-Patch4: %{name}-add-manager-checks.patch
+Patch3: %{name}-add-manager-checks.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
 BuildRequires:  libxslt-tools
 BuildRequires:  mate-common
-# To get GNOME Control Centre keybindings.
-BuildRequires:  metacity
 BuildRequires:  pkg-config
+BuildRequires:  python3
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo) >= 1.0
 BuildRequires:  pkgconfig(cairo-xlib-xrender)
@@ -54,7 +52,7 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.8.0
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.10.0
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.14.0
@@ -77,6 +75,7 @@
 Requires:   %{name}-decorator < 0.9
 Requires:   pciutils
 Recommends: %{name}-plugins < 0.9
+Recommends: %{name}-lang
 Suggests:   compicc < 0.9
 Provides:   windowmanager
 # KDE is no longer supported in Compiz.
@@ -84,8 +83,6 @@
 Obsoletes:  %{name}-kde4 < %{version}
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 ppc ppc64 ia64
 %if 0%{?suse_version} > 1310
-# To get MATE Control Centre keybindings.
-BuildRequires:  marco
 BuildRequires:  pkgconfig(libmarco-private)
 %endif
 
@@ -107,11 +104,10 @@
 Requires:   python3-gobject
 Recommends: %{name}-plugins-main < 0.9
 Suggests:   ccsm < 0.9
+Supplements:packageand(%{name}:gnome-session)
+Supplements:packageand(%{name}:mate-session-manager)
 Provides:   

commit compiz for openSUSE:Factory

2015-11-28 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2015-11-28 15:19:29

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2015-11-26 
17:03:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2015-11-28 
15:19:33.0 +0100
@@ -1,0 +2,18 @@
+Thu Nov 25 07:52:46 UTC 2015 - sor.ale...@meowr.ru
+
+- Rename compiz-default-settings.diff to
+  compiz-suse-defaults.patch.
+- Rename mate-window-decorator to gnome-window-decorator to point
+  out it's not DE-centric.
+- Adjust gnome-window-decorator so it will start accepting custom
+  options properly (transparently as gtk-window-decorator does).
+- Remove compiz-decorator: automatical decorator detection lost its
+  meaning with the KDE decorator loss.
+- Set gnome-window-decorator as a default decorator in
+  compiz-suse-defaults.patch.
+- Modify compiz-suse-defaults.patch to center windows by default.
+- Do not default Expo plugin: can be annoying.
+- Drop compiz-unmanaged-window-position.patch: was fixed upstream,
+  reverse applying is a mistake.
+
+---

Old:

  compiz-decorator.sh
  compiz-default-settings.diff
  compiz-unmanaged-window-position.patch
  mate-window-decorator.py

New:

  compiz-suse-defaults.patch
  gnome-window-decorator.py



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.oRkGTJ/_old  2015-11-28 15:19:34.0 +0100
+++ /var/tmp/diff_new_pack.oRkGTJ/_new  2015-11-28 15:19:34.0 +0100
@@ -27,27 +27,24 @@
 Source: 
https://github.com/raveit65/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:opensuse.png
 Source2:sle.png
-Source3:mate-window-decorator.py
-Source4:%{name}-decorator.sh
-Source5:%{name}.desktop
-Source6:baselibs.conf
+Source3:gnome-window-decorator.py
+Source4:%{name}.desktop
+Source5:baselibs.conf
+# PATCH-FEATURE-OPENSUSE compiz-suse-defaults.patch dims...@opensuse.org -- 
Compiz default settings for openSUSE.
+Patch0: %{name}-suse-defaults.patch
 # PATCH-FIX-UPSTREAM compiz-java-config-notify.diff dreve...@novell.com -- 
Java config notify workaround.
-Patch0: %{name}-java-config-notify.diff
-# PATCH-FEATURE-OPENSUSE compiz-default-settings.diff dims...@opensuse.org -- 
Compiz default settings for openSUSE.
-Patch1: %{name}-default-settings.diff
+Patch1: %{name}-java-config-notify.diff
 # PATCH-FIX-UPSTREAM boo#449168 dreve...@novell.com -- Avoid independent 
output painting.
 Patch2: bug-449168-avoid-independent-output-painting.diff
 # PATCH-FIX-UPSTREAM boo#474862 dreve...@novell.com -- Allow moving focus to 
fs window.
 Patch3: bug-474862-allow-moving-focus-to-fs-window.diff
-# PATCH-FIX-UPSTREAM compiz-unmanaged-window-position.patch 
dims...@opensuse.org -- Fix gravity of unmanaged windows (clock applet for 
example).
-Patch4: %{name}-unmanaged-window-position.patch
-# PATCH-FEATURE-OPENSUSE compiz-add-manager-checks.patch amara...@ubuntu.com 
-- Add all relevant checks from compiz-manager.
-Patch5: %{name}-add-manager-checks.patch
+# PATCH-FEATURE-OPENSUSE compiz-add-manager-checks.patch -- Add all relevant 
checks from compiz-manager.
+Patch4: %{name}-add-manager-checks.patch
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg-devel
 BuildRequires:  libxslt-tools
 BuildRequires:  mate-common
-# To get keybindings.
+# To get GNOME Control Centre keybindings.
 BuildRequires:  metacity
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
@@ -87,7 +84,7 @@
 Obsoletes:  %{name}-kde4 < %{version}
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 ppc ppc64 ia64
 %if 0%{?suse_version} > 1310
-# To get keybindings.
+# To get MATE Control Centre keybindings.
 BuildRequires:  marco
 BuildRequires:  pkgconfig(libmarco-private)
 %endif
@@ -240,13 +237,11 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1 -R
-%patch5 -p1
+%patch4 -p1
 cp -f %{SOURCE1} opensuse.png
 cp -f %{SOURCE2} sle.png
-cp -f %{SOURCE3} mate-window-decorator
-cp -f %{SOURCE4} %{name}-decorator
-cp -f %{SOURCE5} %{name}.desktop
+cp -f %{SOURCE3} gnome-window-decorator
+cp -f %{SOURCE4} %{name}.desktop
 
 # Do not install helper scripts, we already have one.
 sed -i 's/^\(SUBDIRS =.* \)scripts\(.*\)$/\1\2/' Makefile.am
@@ -255,7 +250,7 @@
 NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static \
-  

commit compiz for openSUSE:Factory

2015-11-26 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2015-11-26 17:03:55

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2014-10-29 
21:11:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2015-11-26 
17:03:57.0 +0100
@@ -1,0 +2,38 @@
+Fri Nov 20 08:32:20 UTC 2015 - sor.ale...@meowr.ru
+
+- Add compiz-add-manager-checks.patch: add all relevant checks
+  from compiz-manager; and pciutils dependency.
+- Get from Ubuntu packages a script to generate MATE Control Centre
+  keybinding XML's.
+
+---
+Mon Nov  9 11:48:58 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.8.9.
+- Update dependencies and license.
+- Split libdecoration0.
+- Split plugins from compiz to compiz-plugins, make compiz
+  recommend compiz-plugins and compiz-plugins to recommend
+  compiz-plugins-main.
+- compiz-gnome to recommend compiz-plugins-main and suggest ccsm.
+- compiz-gnome doesn't have to depend on GNOME Control Centre and
+  gnome-desktop2.
+- Rebase compiz-default-settings.diff.
+- Remove dummy compiz-kde4 package.
+- Do not recommend compiz-emerald.
+- Merely suggest compicc instead of recommending.
+- Drop kde-compiz.desktop and startkde-compiz: no longer used.
+- Remove compiz-kde-4.9.patch, kde-auto-comp.diff,
+  compiz-0.8.8-non-abstract-KWD-Window.patch,
+  compiz-global_Region_define.patch: KDE-related.
+- Restore standalone locales, place in compiz-lang.
+- Change compiz-devel group to "Development/Languages/C and C++".
+- Tickle default enabled plugins.
+- Move matecompat and svg plugins from compiz-gnome to compiz.
+- Adjust compiz-decorator script for MATE.
+- Add mate-window-decorator wrapper that adjusts gwd settings with
+  Marco or Metacity ones.
+- Drop support of old openSUSE.
+- Add baselibs.conf.
+
+---

Old:

  compiz-0.8.8-non-abstract-KWD-Window.patch
  compiz-0.8.8.tar.bz2
  compiz-decorator
  compiz-global_Region_define.patch
  compiz-kde-4.9.patch
  kde-auto-comp.diff
  kde-compiz.desktop
  startkde-compiz

New:

  baselibs.conf
  compiz-0.8.9.tar.gz
  compiz-add-manager-checks.patch
  compiz-decorator.sh
  compiz.desktop
  mate-window-decorator.py



Other differences:
--
++ compiz.spec ++
 754 lines (skipped)
 between /work/SRC/openSUSE:Factory/compiz/compiz.spec
 and /work/SRC/openSUSE:Factory/.compiz.new/compiz.spec

++ baselibs.conf ++
libdecoration0
++ compiz-add-manager-checks.patch ++
Add all relevant checks from compiz-manager.

Authors:
Travis Watkins 
Sorokin Alexei 

---
--- a/include/compiz-core.h
+++ b/include/compiz-core.h
@@ -1126,6 +1126,9 @@ logMessage (const char   *componentName,
 const char *
 logLevelToString (CompLogLevel level);
 
+void
+launchFallbackWM (void);
+
 int
 compCheckForError (Display *dpy);
 
--- a/src/main.c
+++ b/src/main.c
@@ -159,6 +159,30 @@ logLevelToString (CompLogLevel level)
 return "Unknown";
 }
 
+void
+launchFallbackWM (void)
+{
+char *fallback = NULL;
+
+if (strcmp (getenv ("XDG_CURRENT_DESKTOP"), "MATE") == 0)
+   fallback = "marco";
+else if (strcmp (getenv ("XDG_CURRENT_DESKTOP"), "GNOME") == 0 || strcmp 
(getenv ("XDG_CURRENT_DESKTOP"), "GNOME") == 0)
+   fallback = "metacity";
+else if (access ("/usr/bin/xfwm4", F_OK) == 0)
+   fallback = "xfwm4";
+else if (access ("/usr/bin/icewm", F_OK) == 0)
+   fallback = "icewm";
+
+printf ("\nLaunching fallback window manager\n");
+if (fallback != NULL)
+   execlp (fallback, fallback, "--replace", (char *)NULL);
+else
+   execlp ("xterm", "xterm", (char *)NULL);
+
+/* we should never get here but if we do just exit */
+exit (EXIT_FAILURE);
+}
+
 static void
 signalHandler (int sig)
 {
@@ -168,6 +192,9 @@ signalHandler (int sig)
 case SIGCHLD:
waitpid (-1, , WNOHANG | WUNTRACED);
break;
+case SIGSEGV:
+   launchFallbackWM ();
+   break;
 case SIGHUP:
restartSignal = TRUE;
break;
@@ -270,6 +297,7 @@ main (int argc, char **argv)
 signal (SIGCHLD, signalHandler);
 signal (SIGINT, signalHandler);
 signal (SIGTERM, signalHandler);
+signal (SIGSEGV, signalHandler);
 
 emptyRegion.rects = 
 emptyRegion.numRects = 0;
@@ -288,6 +316,13 @@ main (int argc, char **argv)
 
 memset (, 0, sizeof (ctx));
 
+/* if no options are passed run with defaults */
+if (argc == 1)
+{
+   

commit compiz for openSUSE:Factory

2014-10-29 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2014-10-29 21:10:22

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is compiz

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2014-08-13 
17:08:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2014-10-29 
21:11:20.0 +0100
@@ -0,0 +1,5 @@
+---
+Mon Oct 20 14:00:15 UTC 2014 - dmuel...@suse.com
+
+- enable build for %arm and aarch64 
+



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.CZgJ1J/_old  2014-10-29 21:11:21.0 +0100
+++ /var/tmp/diff_new_pack.CZgJ1J/_new  2014-10-29 21:11:21.0 +0100
@@ -102,7 +102,7 @@
 Requires:   compiz-decorator = %{version}
 Provides:   windowmanager
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 ppc ppc64 ia64
+ExclusiveArch:  %ix86 x86_64 ppc ppc64 ia64 %arm aarch64
 %define gnome_prefix %(pkg-config --variable=prefix gnome-desktop-2.0)
 %if %gnome_prefix == /usr
 %define gnome_etc /etc



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit compiz for openSUSE:Factory

2014-08-13 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2014-08-13 17:08:16

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is compiz

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2013-07-23 
12:30:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2014-08-13 
17:08:25.0 +0200
@@ -0,0 +1,6 @@
+--
+Thu Aug 14 12:00:00 UTC 2014 - k...@gmx.de
+
+- disable metacity; fix compile error due to private function changes
+- remove unused compiz-gtk_widget_visible.patch
+

Old:

  compiz-gtk_widget_visible.patch



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.S1t7Q8/_old  2014-08-13 17:08:27.0 +0200
+++ /var/tmp/diff_new_pack.S1t7Q8/_new  2014-08-13 17:08:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,6 @@
 Release:0
 Url:http://www.compiz.org
 Requires(pre):  %fillup_prereq
-%if 0%{?suse_version} = 01100
-Enhances:   xgl = git_070104
-%endif
 Summary:OpenGL window and compositing manager
 License:HPND and GPL-2.0+
 Group:  System/GUI/Other
@@ -31,15 +28,8 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
-#BuildRequires:gtk-devel
 BuildRequires:  intltool
 BuildRequires:  libgnome-desktop-2-devel
-BuildRequires:  pkgconfig(gconf-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
-%if 0%{?suse_version}  01120
-BuildRequires:  kdebase3-devel
-BuildRequires:  kdelibs3-devel
-%endif
 BuildRequires:  librsvg-devel
 BuildRequires:  libwnck2-devel
 BuildRequires:  libxslt-devel
@@ -50,9 +40,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(pango)
-%if %_repository == SUSE_Linux_10.1 || %_repository == SLE_10
+%if %_repository == SLE_10
 BuildRequires:  xorg-x11-compat70-devel
 %endif
 BuildRequires:  gnome-control-center-devel
@@ -70,13 +62,16 @@
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  kwin
 BuildRequires:  libkde4-devel
+%else
+Recommends: compiz-emerald
 %endif
+Recommends: compiz-plugins-main
 #BuildRequires:  libgnome-window-settings-devel
 BuildRequires:  libgnomeui-devel
 # KWin has, since 4.11 version, dropped support for Compiz in KDecoration
 # For details see http://lists.kde.org/?l=kwinm=136335502805911w=2 and 
commit c146941 in kde-workspace
 %if 0%{?suse_version}  1230
-Obsoletes:  compiz-kde4
+#Obsoletes:  compiz-kde4
 %endif
 # To be nuked: MesaLib, patch60 $mesagl
 Source: compiz-%{version}.tar.bz2
@@ -95,8 +90,6 @@
 Patch3: bug-474862-allow-moving-focus-to-fs-window.diff
 # PATCH-FIX-UPSTREAM kde-auto-comp.diff dreve...@novell.com -- unknown
 Patch4: kde-auto-comp.diff
-# PATCH-FIX-UPSTREAM compiz-gtk_widget_visible.patch dims...@opensuse.org -- 
Patch reverting to gtk_vidget_visible for openSUSE  11.2 (too old gtk).
-Patch5: compiz-gtk_widget_visible.patch
 # PATCH-FIX-UPSTREAM compiz-unmanaged-window-position.patch 
dims...@opensuse.org -- Fix gravity of unmanaged windows (clock applet for 
example)
 Patch6: compiz-unmanaged-window-position.patch
 # PATCH-FIX-UPSTREAM compiz-global_Region_define.patch 
kai-uwe.behrm...@opensuse.org -- Fix compiler irritation about X11 ::Region 
versus KDecorationDefines::Region
@@ -174,33 +167,28 @@
 compositing manager.
 %endif
 
-%if 0%{?suse_version}  1310
 %package kde4
 Summary:OpenGL window and compositing managerdecorator for kde4
 License:HPND and GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Requires:   %{name} = %{version}
-%if 0%{?suse_version}  1130
-BuildRequires:  kdebase4-workspace-devel
-%endif
-%if 0%{?suse_version} = 01030
-BuildRequires:  control-center2-devel
-%endif
-%if 0%{?suse_version} = 01120
+%if 0%{?suse_version}  1130  0%{?suse_version}  1310
 BuildRequires:  kdebase4-session
+BuildRequires:  kdebase4-workspace-devel
 Requires:   kde4-kwin
 Requires:   kdebase4-session
-Recommends: icc_examin
-Recommends: kolor-manager
 Recommends: simple-ccsm-kde4
-Provides:   compiz-decorator = %{version}
 

commit compiz for openSUSE:Factory

2013-07-23 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2013-07-23 12:30:25

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is compiz

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2013-03-05 
10:04:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2013-07-23 
12:30:27.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 10 01:40:39 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Drop kde4 package for 13.1, KWin has dropped support for compiz
+  with 4.11 release.
+- Spec cleanup
+
+---



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.hBuycV/_old  2013-07-23 12:30:28.0 +0200
+++ /var/tmp/diff_new_pack.hBuycV/_new  2013-07-23 12:30:28.0 +0200
@@ -20,8 +20,8 @@
 Version:0.8.8
 Release:0
 Url:http://www.compiz.org
-PreReq: %fillup_prereq
-%if 0%{suse_version} = 01100
+Requires(pre):  %fillup_prereq
+%if 0%{?suse_version} = 01100
 Enhances:   xgl = git_070104
 %endif
 Summary:OpenGL window and compositing manager
@@ -31,39 +31,32 @@
 BuildRequires:  freeglut-devel
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  libgnome-desktop-2-devel
 #BuildRequires:gtk-devel
 BuildRequires:  intltool
-%if 0%{suse_version}  01120
+BuildRequires:  libgnome-desktop-2-devel
+BuildRequires:  pkgconfig(gconf-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+%if 0%{?suse_version}  01120
 BuildRequires:  kdebase3-devel
 BuildRequires:  kdelibs3-devel
 %endif
-%kde4_runtime_requires
 BuildRequires:  librsvg-devel
-BuildRequires:  libwnck-devel
-%if 0%{suse_version}  01140
-BuildRequires:  dbus-1-glib-devel
 BuildRequires:  libwnck2-devel
-%endif
 BuildRequires:  libxslt-devel
 BuildRequires:  metacity
-BuildRequires:  pango-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(pango)
 %if %_repository == SUSE_Linux_10.1 || %_repository == SLE_10
 BuildRequires:  xorg-x11-compat70-devel
 %endif
-%if 0%{suse_version} = 01021
-BuildRequires:  metacity-devel
-%endif
-%if 0%{suse_version}  01030
 BuildRequires:  gnome-control-center-devel
-%endif
+BuildRequires:  metacity-devel
 
 #
 # KDE4 Extension disabled for openSUSE 11.2, due to incompatibility
@@ -72,7 +65,7 @@
 # our package for a proper / tested backport at this time.
 # Disabled by dims...@opensuse.org
 #
-%if 0%{suse_version} == 01030 || 0%{suse_version}  1120
+%if 0%{?suse_version}  1310
 BuildRequires:  kde4-kwin
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  kwin
@@ -80,8 +73,13 @@
 %endif
 #BuildRequires:  libgnome-window-settings-devel
 BuildRequires:  libgnomeui-devel
+# KWin has, since 4.11 version, dropped support for Compiz in KDecoration
+# For details see http://lists.kde.org/?l=kwinm=136335502805911w=2 and 
commit c146941 in kde-workspace
+%if 0%{?suse_version}  1230
+Obsoletes:  compiz-kde4
+%endif
 # To be nuked: MesaLib, patch60 $mesagl
-Source: compiz-%version.tar.bz2
+Source: compiz-%{version}.tar.bz2
 Source1:opensuse.png
 Source2:sle.png
 Source3:compiz-decorator
@@ -105,6 +103,7 @@
 Patch7: compiz-global_Region_define.patch
 # PATCH-FIX-OPENSUSE r...@suse.de -- kde-4.9 buildfix taken from gentoo
 Patch8: compiz-kde-4.9.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch9: compiz-0.8.8-non-abstract-KWD-Window.patch
 Requires:   compiz-branding = %{version}
 Requires:   compiz-decorator = %{version}
@@ -136,26 +135,26 @@
 Summary:OpenGL window and compositing manager configuration utilities
 License:GPL-2.0+ and HPND
 Group:  System/GUI/GNOME
-Requires:   %name = %version
+Requires:   %{name} = %{version}
 Requires:   3ddiag
-%if 0%{suse_version}  01220
+%if 0%{?suse_version}  01220
 Requires:   freeglut
 %else
 Requires:   Mesa-demo-x
 %endif
 Requires:   gnome-desktop2
 Requires:   pciutils
-%if 0%{suse_version} = 01100
+%if 0%{?suse_version} = 01100
 Requires:   xgl-hardware-list = 060526
 %endif
 Requires:   metacity = 2.15.1
-%if 0%{suse_version}  01030
+%if 0%{?suse_version}  01030
 Requires:   gnome-control-center
 %endif
-%if 0%{suse_version} = 01030
+%if 0%{?suse_version} = 01030
 Requires:   

commit compiz for openSUSE:Factory

2013-03-05 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2013-03-05 10:04:42

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is compiz, Maintainer is lzw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2013-01-20 
07:46:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2013-03-05 
10:04:43.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 26 20:47:51 CET 2013 - sbra...@suse.cz
+
+- Added support for translation-update-upstream.
+
+---



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.vv90I7/_old  2013-03-05 10:04:45.0 +0100
+++ /var/tmp/diff_new_pack.vv90I7/_new  2013-03-05 10:04:45.0 +0100
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   compiz
 Version:0.8.8
 Release:0
@@ -53,6 +52,7 @@
 BuildRequires:  pango-devel
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkg-config
+BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 %if %_repository == SUSE_Linux_10.1 || %_repository == SLE_10
@@ -280,6 +280,7 @@
 
 %prep
 %setup -q
+translation-update-upstream
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit compiz for openSUSE:Factory

2013-01-19 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2013-01-20 07:46:07

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is compiz, Maintainer is lzw...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2012-11-18 
20:25:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2013-01-20 
07:46:08.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 18 20:10:27 CET 2013 - mhruse...@suse.cz
+
+- fixing build in Factory
+  compiz-0.8.8-non-abstract-KWD-Window.patch
+
+---

New:

  compiz-0.8.8-non-abstract-KWD-Window.patch



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.8gH0DD/_old  2013-01-20 07:46:10.0 +0100
+++ /var/tmp/diff_new_pack.8gH0DD/_new  2013-01-20 07:46:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compiz
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:   compiz
 Version:0.8.8
 Release:0
@@ -104,6 +105,7 @@
 Patch7: compiz-global_Region_define.patch
 # PATCH-FIX-OPENSUSE r...@suse.de -- kde-4.9 buildfix taken from gentoo
 Patch8: compiz-kde-4.9.patch
+Patch9: compiz-0.8.8-non-abstract-KWD-Window.patch
 Requires:   compiz-branding = %{version}
 Requires:   compiz-decorator = %{version}
 Provides:   windowmanager
@@ -290,6 +292,9 @@
 %patch6 -p1 -R
 %patch7 -p1
 %patch8 -p1
+%if 0%{suse_version}  1220
+%patch9
+%endif
 
 %build
 %configure \

++ compiz-0.8.8-non-abstract-KWD-Window.patch ++
Index: kde/window-decorator-kde4/window.cpp
===
--- kde/window-decorator-kde4/window.cpp.orig
+++ kde/window-decorator-kde4/window.cpp
@@ -487,6 +487,17 @@ KWD::Window::showWindowMenu (const QRect
 showWindowMenu (pos.bottomLeft ());
 }
 
+void
+KWD::Window::showApplicationMenu (const QPoint p)
+{
+}
+
+bool
+KWD::Window::menuAvailable () const
+{
+return false;
+}
+
 KWD::Options::MouseCommand
 KWD::Window::buttonToCommand (Qt::MouseButtons button)
 {
Index: kde/window-decorator-kde4/window.h
===
--- kde/window-decorator-kde4/window.h.orig
+++ kde/window-decorator-kde4/window.h
@@ -88,6 +88,8 @@ class Window: public QObject, public KDe
virtual void processMousePressEvent (QMouseEvent *);
virtual void showWindowMenu (const QRect );
virtual void showWindowMenu (const QPoint );
+   virtual void showApplicationMenu (const QPoint );
+   virtual bool menuAvailable () const;
virtual void performWindowOperation (WindowOperation);
virtual void setMask (const QRegion , int);
virtual bool isPreview (void) const;


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit compiz for openSUSE:Factory

2012-11-18 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2012-11-18 20:25:21

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is compiz, Maintainer is jzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2012-06-06 
16:05:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2012-11-18 
20:25:22.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 17 11:36:47 CET 2012 - r...@suse.de
+
+- compiz-kde-4.9.patch:
+  taken from gentoo to fix compilation with kde-4.9 
+
+---

New:

  compiz-kde-4.9.patch



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.XUlZEQ/_old  2012-11-18 20:25:23.0 +0100
+++ /var/tmp/diff_new_pack.XUlZEQ/_new  2012-11-18 20:25:23.0 +0100
@@ -16,25 +16,24 @@
 #
 
 
-
 Name:   compiz
 Version:0.8.8
-Release:1
-License:HPND and GPL-2.0+
+Release:0
 Url:http://www.compiz.org
-Group:  System/GUI/Other
 PreReq: %fillup_prereq
 %if 0%{suse_version} = 01100
 Enhances:   xgl = git_070104
 %endif
 Summary:OpenGL window and compositing manager
+License:HPND and GPL-2.0+
+Group:  System/GUI/Other
 BuildRequires:  Mesa-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gconf2-devel
-BuildRequires:  libgnome-desktop-2-devel
 BuildRequires:  gtk2-devel
+BuildRequires:  libgnome-desktop-2-devel
 #BuildRequires:gtk-devel
 BuildRequires:  intltool
 %if 0%{suse_version}  01120
@@ -45,14 +44,14 @@
 BuildRequires:  librsvg-devel
 BuildRequires:  libwnck-devel
 %if 0%{suse_version}  01140
-BuildRequires:  libwnck2-devel
 BuildRequires:  dbus-1-glib-devel
+BuildRequires:  libwnck2-devel
 %endif
 BuildRequires:  libxslt-devel
 BuildRequires:  metacity
-BuildRequires:  pkg-config
 BuildRequires:  pango-devel
 BuildRequires:  perl-XML-Parser
+BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
 %if %_repository == SUSE_Linux_10.1 || %_repository == SLE_10
@@ -74,8 +73,8 @@
 #
 %if 0%{suse_version} == 01030 || 0%{suse_version}  1120
 BuildRequires:  kde4-kwin
-BuildRequires:  kwin
 BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  kwin
 BuildRequires:  libkde4-devel
 %endif
 #BuildRequires:  libgnome-window-settings-devel
@@ -103,6 +102,8 @@
 Patch6: compiz-unmanaged-window-position.patch
 # PATCH-FIX-UPSTREAM compiz-global_Region_define.patch 
kai-uwe.behrm...@opensuse.org -- Fix compiler irritation about X11 ::Region 
versus KDecorationDefines::Region
 Patch7: compiz-global_Region_define.patch
+# PATCH-FIX-OPENSUSE r...@suse.de -- kde-4.9 buildfix taken from gentoo
+Patch8: compiz-kde-4.9.patch
 Requires:   compiz-branding = %{version}
 Requires:   compiz-decorator = %{version}
 Provides:   windowmanager
@@ -130,8 +131,8 @@
 to run well on most graphics hardware.
 
 %package gnome
-License:GPL-2.0+ and HPND
 Summary:OpenGL window and compositing manager configuration utilities
+License:GPL-2.0+ and HPND
 Group:  System/GUI/GNOME
 Requires:   %name = %version
 Requires:   3ddiag
@@ -161,8 +162,8 @@
 %if 0%want_kde3
 
 %package kde
-License:GPL-2.0+ and HPND
 Summary:OpenGL window and compositing managerdecorator
+License:GPL-2.0+ and HPND
 Group:  System/GUI/KDE
 Requires:   %name = %version
 Provides:   compiz-decorator = %version
@@ -173,8 +174,8 @@
 %endif
 
 %package kde4
-License:HPND and GPL-2.0+ and LGPL-2.1+
 Summary:OpenGL window and compositing managerdecorator for kde4
+License:HPND and GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/KDE
 Requires:   %name = %version
 %if 0%{suse_version}  1130
@@ -198,8 +199,8 @@
 compositing manager.
 
 %package devel
-License:HPND and GPL-2.0+ and LGPL-2.1+
 Summary:OpenGL window and compositing manager
+License:HPND and GPL-2.0+ and LGPL-2.1+
 Group:  System/GUI/Other
 Requires:   %name = %version
 Requires:   Mesa-devel
@@ -207,6 +208,7 @@
 Requires:   fuse-devel
 Requires:   gcc-c++
 Requires:   gconf2-devel
+Requires:   gnome-control-center-devel
 Requires:   gtk2-devel
 Requires:   intltool
 Requires:   librsvg-devel
@@ -219,7 +221,6 @@
 Requires:   startup-notification-devel
 Requires:   update-desktop-files
 Requires:   xorg-x11-devel
-Requires:   gnome-control-center-devel
 
 %description devel
 Compiz is an OpenGL 

commit compiz for openSUSE:Factory

2012-06-06 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2012-06-06 16:05:56

Comparing /work/SRC/openSUSE:Factory/compiz (Old)
 and  /work/SRC/openSUSE:Factory/.compiz.new (New)


Package is compiz, Maintainer is jzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2011-09-28 
14:05:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2012-06-06 
16:05:59.0 +0200
@@ -2 +2 @@
-Wed Sep 21 19:34:23 UTC 2011 - dims...@opensuse.org
+Fri Jun  1 13:17:57 UTC 2012 - cfarr...@suse.com
@@ -4,8 +4,3 @@
-- Update to 0.9.5.92.1:
-  + Fix failure to build from source due to merge failure on the
-last release
-- Changes from version 0.9.5.92:
-  + Added GSettings schema generation
-  + Revised libdecoration interface
-  + Fixed crashes on shutdown
-  + Don't unredirect overlay windows until they have been shaped
+- license update: HPND and GPL-2.0+
+  SPDX format (and the majority of the MIT-like licenses are actually HPND
+  - see http://www.spdx.org/licenses/HPND)
@@ -14 +9 @@
-Tue Aug 23 06:57:15 UTC 2011 - andrea.turr...@gmail.com
+Thu May 12 12:00:01 UTC 2012 - k...@gmx.de
@@ -16 +11 @@
-- Fixed typos in compiz.spec
+- correct the license format
@@ -19 +14 @@
-Mon Jun 27 10:05:42 UTC 2011 - dims...@opensuse.org
+Thu May 12 12:00:00 UTC 2012 - k...@gmx.de
@@ -21,4 +16 @@
-- Remove gnome bits: there seems no plan upstream yet to re-enable
-  the integration into GNOME desktop. Missing feature is mostly the
-  keyboard binding sync between gnome and compiz (on the other
-  hand, both seem to use the same gconf keys by now).
+- add xsessions start script to run Compiz-KDE from the display manager
@@ -27 +19 @@
-Fri Jun  3 11:11:38 UTC 2011 - dims...@opensuse.org
+Thu May 10 12:00:02 UTC 2012 - k...@gmx.de
@@ -29 +21 @@
-- Forward to commit f3a17768d665abab97b888d4d6e66f47770c27df
+- substitute freeglut with Mesa-demo-x
@@ -32 +24 @@
-Wed May 18 21:39:41 UTC 2011 - dims...@opensuse.org
+Thu May 10 12:00:01 UTC 2012 - k...@gmx.de
@@ -34,2 +26 @@
-- Extend update.sh to extract the version from the git folder and
-  inject it into the .spec file.
+- add build fixes for gcc-4.7.0
@@ -38 +29 @@
-Sun Mar  6 17:48:02 UTC 2011 - dims...@opensuse.org
+Fri Jan  6 11:00:41 UTC 2012 - cyber...@opensuse.org
@@ -40 +31 @@
-- Drop compiz-kde-w-d.patch: included upstream.
+- enable gtk-window-decorator 
@@ -43 +34 @@
-Sun Mar  6 17:08:57 UTC 2011 - dims...@opensuse.org
+Tue Nov 15 12:00:01 UTC 2010 - k...@gmx.de
@@ -45 +36 @@
-- Forward to commit 16295397033bee4ace327b6ba48830e844e77b4d
+- readd compiz-unmanaged-window-position.patch
@@ -48 +39 @@
-Mon Feb 21 15:26:24 CET 2011 - sbra...@suse.cz
+Sun Nov 13 12:00:01 UTC 2010 - k...@gmx.de
@@ -50 +41,6 @@
-- Added support for translation-update-upstream.
+- build with gnome3
+- enable basic plugins as default
+- recommend kolor-manager in kde4 component
+- recommend compicc
+- add compizconfig / ccp plugin
+- add proper version to ccp and compicc
@@ -53 +49 @@
-Sun Feb 20 16:59:27 UTC 2011 - dims...@opensuse.org
+Sat Nov 12 12:00:01 UTC 2010 - k...@gmx.de
@@ -55,2 +51,2 @@
-- Add compiz-kde-w-d.patch: bnc#671672: Maximizing Windows doesn't
-  work any more with latest compiz packages.
+- no transparent windows during move
+- some other minor changes like skydome
@@ -59 +55 @@
-Sat Feb 12 18:14:38 UTC 2011 - dims...@opensuse.org
+Mon Oct 03 12:00:01 UTC 2010 - k...@gmx.de
@@ -61,114 +57,3 @@
-- Update to commit a493658e055c59226de31406fe622aec3d4a1c6f:
-  + Fixes bugs: bnc#670124, bnc#670600, bnc#670605.- 
-

-Fri Jan 21 20:30:21 UTC 2011 - dims...@opensuse.org
-
-- Forward to commit 7ce34eabf766f9983b5fddda0e1f5e72b6dac330
-

-Mon Nov  8 19:48:09 UTC 2010 - dims...@opensuse.org
-
-- Update to version 0.9.2.1:
-  + Critical crasher bugfixes.
-

-Mon Nov  8 14:22:30 UTC 2010 - dims...@opensuse.org
-
-- Add update.sh as a source to the package. The script is used to
-  ease the automatic updates to latest git snapshots.
-

-Sat Nov  6 18:33:09 UTC 2010 - dims...@opensuse.org
-
-- Update to version 0.9.2:
-  + Made minimization functions wrappable
-  + Decorators now get shadow settings from window properties on
-the root window and not through gconf, kconfig or dbus
-  + Allow resizing from the center of the window
-  + Clean up gtk-window-decorator
-  + Fixed a number of reparenting bugs.
-

-Tue Sep 28 22:16:39 UTC 2010 - dims...@opensuse.org
-
-- Recommend instead of Require 

commit compiz for openSUSE:Factory

2011-09-28 Thread h_root

Hello community,

here is the log from the commit of package compiz for openSUSE:Factory
checked in at Wed Sep 28 14:05:36 CEST 2011.




--- compiz/compiz.changes   2011-06-27 12:07:00.0 +0200
+++ /mounts/work_src_done/STABLE/compiz/compiz.changes  2011-09-21 
21:45:18.0 +0200
@@ -1,0 +2,17 @@
+Wed Sep 21 19:34:23 UTC 2011 - dims...@opensuse.org
+
+- Update to 0.9.5.92.1:
+  + Fix failure to build from source due to merge failure on the
+last release
+- Changes from version 0.9.5.92:
+  + Added GSettings schema generation
+  + Revised libdecoration interface
+  + Fixed crashes on shutdown
+  + Don't unredirect overlay windows until they have been shaped
+
+---
+Tue Aug 23 06:57:15 UTC 2011 - andrea.turr...@gmail.com
+
+- Fixed typos in compiz.spec
+
+---

calling whatdependson for head-i586




Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.GqDLfp/_old  2011-09-28 14:05:31.0 +0200
+++ /var/tmp/diff_new_pack.GqDLfp/_new  2011-09-28 14:05:31.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   compiz
-Version:0.9.5
+Version:0.9.5.92.1
 Release:1
 License:GPLv2+ ; MIT License (or similar)
 Summary:OpenGL window and compositing manager
@@ -30,8 +30,6 @@
 Source2:sle.png
 # Helper to update to latest git snapshot.
 Source99:   update.sh
-# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
-Patch0: 0001-Use-dynamic-allocation-for-plugin-class-indexes-and-.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cairo-devel
@@ -76,7 +74,7 @@
 ExclusiveArch:  %ix86 x86_64 ppc ppc64 ia64
 
 %description
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -94,7 +92,7 @@
 
 %package kde4
 License:GPLv2+ ; LGPLv2.1+ ; MIT License (or similar)
-Summary:OpenGL window and compositing managerdecorator for kde4
+Summary:OpenGL window and compositing manager decorator for kde4
 Group:  System/GUI/KDE
 Requires:   %name = %version
 Requires:   kde4-kwin
@@ -115,7 +113,7 @@
 Requires:   xorg-x11-devel
 
 %description devel
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -132,7 +130,7 @@
 Conflicts:  otherproviders(compiz-branding)
 
 %description branding-openSUSE
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -149,7 +147,7 @@
 Conflicts:  otherproviders(compiz-branding)
 
 %description branding-SLE
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -166,7 +164,7 @@
 Conflicts:  otherproviders(compiz-branding)
 
 %description branding-upstream
-Compiz is an OpenGL compositing manager that use
+Compiz is an OpenGL compositing manager that uses
 GLX_EXT_texture_from_drawable for binding redirected top-level windows
 to texture objects. It has a flexible plug-in system and it is designed
 to run well on most graphics hardware.
@@ -175,9 +173,6 @@
 %prep
 %setup -q -n %{name}
 translation-update-upstream po compiz
-%if 0%{?suse_version}  1120
-%patch0 -p1
-%endif
 mkdir build
 
 %build
@@ -340,9 +335,11 @@
 %{_datadir}/%{name}/cmake/CompizCommon.cmake
 %{_datadir}/%{name}/cmake/CompizDefaults.cmake
 %{_datadir}/%{name}/cmake/CompizGconf.cmake
+%{_datadir}/%{name}/cmake/CompizGSettings.cmake
 %{_datadir}/%{name}/cmake/CompizPackage.cmake
 %{_datadir}/%{name}/cmake/CompizPlugin.cmake
 %{_datadir}/%{name}/cmake/plugin_extensions/CompizGenGconf.cmake
+%{_datadir}/%{name}/cmake/plugin_extensions/CompizGenGSettings.cmake
 %{_datadir}/%{name}/cmake/plugin_extensions/CompizGenInstallData.cmake
 %{_datadir}/%{name}/cmake/plugin_extensions/CompizGenInstallImages.cmake
 %{_datadir}/cmake/Modules/FindCompiz.cmake

++ compiz.tar.bz2 ++
compiz/compiz.tar.bz2 /mounts/work_src_done/STABLE/compiz/compiz.tar.bz2 
differ: char 11, line 1





commit compiz for openSUSE:Factory

2011-06-27 Thread h_root

Hello community,

here is the log from the commit of package compiz for openSUSE:Factory
checked in at Mon Jun 27 15:30:18 CEST 2011.




--- compiz/compiz.changes   2011-02-21 15:27:05.0 +0100
+++ /mounts/work_src_done/STABLE/compiz/compiz.changes  2011-06-27 
12:07:00.0 +0200
@@ -1,0 +2,29 @@
+Mon Jun 27 10:05:42 UTC 2011 - dims...@opensuse.org
+
+- Remove gnome bits: there seems no plan upstream yet to re-enable
+  the integration into GNOME desktop. Missing feature is mostly the
+  keyboard binding sync between gnome and compiz (on the other
+  hand, both seem to use the same gconf keys by now).
+
+---
+Fri Jun  3 11:11:38 UTC 2011 - dims...@opensuse.org
+
+- Forward to commit f3a17768d665abab97b888d4d6e66f47770c27df
+
+---
+Wed May 18 21:39:41 UTC 2011 - dims...@opensuse.org
+
+- Extend update.sh to extract the version from the git folder and
+  inject it into the .spec file.
+
+---
+Sun Mar  6 17:48:02 UTC 2011 - dims...@opensuse.org
+
+- Drop compiz-kde-w-d.patch: included upstream.
+
+---
+Sun Mar  6 17:08:57 UTC 2011 - dims...@opensuse.org
+
+- Forward to commit 16295397033bee4ace327b6ba48830e844e77b4d
+
+---

calling whatdependson for head-i586


Old:

  compiz-kde-w-d.patch



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.RblPcI/_old  2011-06-27 15:26:59.0 +0200
+++ /var/tmp/diff_new_pack.RblPcI/_new  2011-06-27 15:26:59.0 +0200
@@ -19,8 +19,8 @@
 
 
 Name:   compiz
-Version:0.9.2.1
-Release:8
+Version:0.9.5
+Release:1
 License:GPLv2+ ; MIT License (or similar)
 Summary:OpenGL window and compositing manager
 Url:http://www.compiz.org
@@ -32,8 +32,6 @@
 Source99:   update.sh
 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/Packaging/Patches
 Patch0: 0001-Use-dynamic-allocation-for-plugin-class-indexes-and-.patch
-# PATCH-FIX-UPSTREAM compiz-kde-w-d.patch bnc#671672 dims...@opensuse.org -- 
Fix kde window decorator maximize/minimize
-Patch1: compiz-kde-w-d.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cairo-devel
@@ -59,9 +57,10 @@
 # BuildRequires.
 BuildRequires:  pkgconfig(gnome-desktop-2.0)
 BuildRequires:  pkgconfig(gnome-keybindings)
-BuildRequires:  pkgconfig(gnome-window-settings-2.0)
+#BuildRequires:  pkgconfig(gnome-window-settings-2.0)
 BuildRequires:  pkgconfig(libmetacity-private)
 BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(glibmm-2.4)
 %else
 BuildRequires:  gconf2-devel
 BuildRequires:  gnome-control-center-devel
@@ -69,6 +68,7 @@
 BuildRequires:  libgnome-window-settings-devel
 BuildRequires:  libwnck-devel
 BuildRequires:  metacity-devel
+BuildRequires:  glibmm-devel
 %endif
 Recommends: %{name}-lang
 Provides:   windowmanager
@@ -178,7 +178,6 @@
 %if 0%{?suse_version}  1120
 %patch0 -p1
 %endif
-%patch1 -p1
 mkdir build
 
 %build
@@ -203,11 +202,9 @@
 pushd build
 make install
 install -D -m 644 ../cmake/FindCompiz.cmake 
%{buildroot}%{_datadir}/cmake/Modules/FindCompiz.cmake
-#remove locale data as it is not required anymore, translations are merged in 
.xml and .schemas
-install -m 444 %{S:1} %{buildroot}%{_datadir}/%{name}/images/
-install -m 444 %{S:2} %{buildroot}%{_datadir}/%{name}/images/
+install -D -m 644 %{S:1} 
%{buildroot}%{_datadir}/%{name}/cube/images/opensuse.png
+install -D -m 644 %{S:2} %{buildroot}%{_datadir}/%{name}/cube/images/sle.png
 popd
-%suse_update_desktop_file %{name}
 %find_gconf_schemas
 %find_lang %{name}
 
@@ -222,27 +219,27 @@
 %postun -p /sbin/ldconfig
 
 %post -n compiz-branding-openSUSE
-/bin/ln -sf /usr/share/compiz/images/opensuse.png 
/usr/share/compiz/cube-image.png
+/bin/ln -sf /usr/share/compiz/cube/images/opensuse.png 
/usr/share/compiz/cube/images/cube-image.png
 
 %post -n compiz-branding-SLE
-/bin/ln -sf /usr/share/compiz/images/sle.png /usr/share/compiz/cube-image.png
+/bin/ln -sf /usr/share/compiz/cube/images/sle.png 
/usr/share/compiz/cube/images/cube-image.png
 
 %post -n compiz-branding-upstream
-/bin/ln -sf /usr/share/compiz/images/freedesktop.png 
/usr/share/compiz/cube-image.png
+/bin/ln -sf /usr/share/compiz/cube/images/freedesktop.png 
/usr/share/compiz/cube/images/cube-image.png
 
 %postun -n  compiz-branding-openSUSE
-if [ -L /usr/share/compiz/cube-image.png ]; then
-rm /usr/share/compiz/cube-image.png || true
+if [ -L /usr/share/compiz/cube/images/cube-image.png ]; then
+rm /usr/share/compiz/cube/images/cube-image.png || true
 fi
 
 %postun -n compiz-branding-SLE
-if [ -L