Hello community,
here is the log from the commit of package compizconfig-settings-manager for
openSUSE:Factory checked in at 2016-02-25 22:10:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compizconfig-settings-manager (Old)
and /work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compizconfig-settings-manager"
Changes:
--------
---
/work/SRC/openSUSE:Factory/compizconfig-settings-manager/compizconfig-settings-manager.changes
2015-12-23 08:49:57.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new/compizconfig-settings-manager.changes
2016-02-26 00:28:18.000000000 +0100
@@ -1,0 +2,26 @@
+Wed Feb 17 14:47:12 UTC 2016 - [email protected]
+
+- Update to 0.8.12.1:
+ * Fix bad behaviour in handling Ctrl key.
+ * Custom hotkey selection now works properly.
+
+-------------------------------------------------------------------
+Sat Feb 13 09:25:54 UTC 2016 - [email protected]
+
+- Update to 0.8.12:
+ * Replace PyGObject2, PyGtk2 dependency with PyGObject3.
+ * New minimal Gtk requirements are: either Gtk 2.24.10+ or
+ Gtk 3.2+.
+ * Add support for specialised font family widget.
+ * Fix window grabbing by title or ID.
+ * Do not allow mods+Escape to be bound.
+ * Add more plugin icons from compiz-plugins-experimental, and add
+ plugin-matecompat.
+ * Drop libsexy optional dependency.
+ * Fix vertical alignment of the text on the stylized keys
+ (Shift, Super, Ctrl, Alt).
+ * Add additional Compiz 0.9.x support, no action is required for
+ either Compiz.
+- Remove unsexy.patch: unsexied upstream.
+
+-------------------------------------------------------------------
Old:
----
ccsm-0.8.9.tar.xz
unsexy.patch
New:
----
ccsm-0.8.12.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compizconfig-settings-manager.spec ++++++
--- /var/tmp/diff_new_pack.LoMnkv/_old 2016-02-26 00:28:19.000000000 +0100
+++ /var/tmp/diff_new_pack.LoMnkv/_new 2016-02-26 00:28:19.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package compizconfig-settings-manager
#
-# 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,16 +18,15 @@
%define _name ccsm
Name: compizconfig-settings-manager
-Version: 0.8.9
+Version: 0.8.12.1
Release: 0
Summary: Settings Manager for Compiz (CCSM)
License: GPL-2.0+
Group: System/X11/Utilities
Url: https://github.com/raveit65/ccsm
Source:
https://github.com/raveit65/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE Don't warn about missing sexy-python
-Patch0: unsexy.patch
BuildRequires: gettext
+BuildRequires: gobject-introspection-devel
BuildRequires: hicolor-icon-theme
BuildRequires: intltool
BuildRequires: python-devel
@@ -46,8 +45,9 @@
Summary: CompizConfig Manager Backend
Group: Development/Languages/Python
Requires: compiz < 0.9
+Requires: python-cairo
Requires: python-compizconfig < 0.9
-Requires: python-gtk
+Requires: python-gobject
Requires: python-xml
%description -n python-ccm
@@ -55,10 +55,9 @@
%prep
%setup -q -n %{_name}-%{version}
-%patch0
%build
-python2 setup.py
+python2 setup.py build
%install
python2 setup.py install --root=%{buildroot} --prefix=%{_prefix}
@@ -74,9 +73,12 @@
%files
%defattr(-,root,root)
+%doc COPYING NEWS
%{_bindir}/%{_name}
%{_datadir}/applications/%{_name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{_name}.*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{_name}.appdata.xml
%files lang -f %{_name}.lang
%defattr(-,root,root)
++++++ ccsm-0.8.9.tar.xz -> ccsm-0.8.12.1.tar.xz ++++++
++++ 21804 lines of diff (skipped)