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.changes    2015-12-16 
17:43:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes       2015-12-23 
08:49:47.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.H9nTcl/_new  2015-12-23 08:49:48.000000000 +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}
 %defattr(-,root,root)

++++++ compiz-suse-defaults.patch ++++++
--- /var/tmp/diff_new_pack.H9nTcl/_old  2015-12-23 08:49:48.000000000 +0100
+++ /var/tmp/diff_new_pack.H9nTcl/_new  2015-12-23 08:49:48.000000000 +0100
@@ -101,14 +101,6 @@
                <min>0.1</min>
                <max>18.0</max>
                <precision>0.1</precision>
-@@ -50,6 +50,7 @@
-           <option name="command" type="string">
-               <_short>Command</_short>
-               <_long>Decorator command line that is executed if no decorator 
is already running</_long>
-+              <default>compiz-decorator --replace</default>
-           </option>
-           <option name="mipmap" type="bool">
-               <_short>Mipmap</_short>
 --- a/metadata/place.xml.in
 +++ b/metadata/place.xml.in
 @@ -12,7 +12,7 @@




Reply via email to