Hello community, here is the log from the commit of package mate-tweak for openSUSE:Factory checked in at 2015-08-14 14:46:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old) and /work/SRC/openSUSE:Factory/.mate-tweak.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-tweak" Changes: -------- --- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes 2015-07-23 15:23:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mate-tweak.new/mate-tweak.changes 2015-08-14 14:46:42.000000000 +0200 @@ -1,0 +2,13 @@ +Thu Aug 13 13:24:23 UTC 2015 - [email protected] + +- Update to 3.5.1: + * Make Python 3.x compatible. + * Fix Metacity 3.16 support. + * Make detection of mate-indicator-applet architecture independent. + * Remove some deprecated properties. + * Update default XDG xcursor when switching window managers. + * Update translations. +- Switch to Python 3.x. +- Search for gobject-introspection dependencies. + +------------------------------------------------------------------- Old: ---- mate-tweak-3.5.0.tar.gz New: ---- mate-tweak-3.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-tweak.spec ++++++ --- /var/tmp/diff_new_pack.giF8JK/_old 2015-08-14 14:46:43.000000000 +0200 +++ /var/tmp/diff_new_pack.giF8JK/_new 2015-08-14 14:46:43.000000000 +0200 @@ -17,9 +17,9 @@ %define _name mate_tweak -%define _rev 37bc921efe90 +%define _rev fafdfa89884e Name: mate-tweak -Version: 3.5.0 +Version: 3.5.1 Release: 0 Summary: MATE desktop tweak tool License: GPL-2.0+ @@ -27,16 +27,19 @@ Url: https://bitbucket.org/ubuntu-mate/mate-tweak Source: https://bitbucket.org/ubuntu-mate/%{name}/get/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: fdupes +BuildRequires: gobject-introspection-devel BuildRequires: intltool -BuildRequires: python >= 2.4 -BuildRequires: python-distutils-extra -BuildRequires: python-setuptools +BuildRequires: python3 +BuildRequires: python3-distutils-extra +BuildRequires: python3-setuptools BuildRequires: update-desktop-files Requires: Mesa-demo-x +Requires: dconf +Requires: python3-configobj Requires: wmctrl # For privilege granting. Requires: xdg-utils -Recommends: %{name}-lang = %{version} +Recommends: %{name}-lang BuildArch: noarch %description @@ -61,11 +64,14 @@ # Nothing to build. %install -python2 setup.py install \ +python3 setup.py install \ --root=%{buildroot} \ --prefix=%{_prefix} -%py_compile %{buildroot}%{_datadir}/%{name}/ -%fdupes %{buildroot}%{python_sitelib} + +# Give gi-find-deps.sh a bait. +ln -s %{_bindir}/%{name} %{buildroot}%{_libexecdir}/%{name}/%{name}.py + +%fdupes %{buildroot}%{python3_sitelib} %find_lang %{name} %post @@ -79,7 +85,7 @@ %doc COPYING README.md %{_bindir}/%{name} %{_libexecdir}/%{name}/ -%{python_sitelib}/%{_name}-* +%{python3_sitelib}/%{_name}-* %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_mandir}/man?/%{name}.?%{?ext_man} ++++++ mate-tweak-3.5.0.tar.gz -> mate-tweak-3.5.1.tar.gz ++++++ ++++ 61187 lines of diff (skipped)
