Hello community, here is the log from the commit of package mate-tweak for openSUSE:Factory checked in at 2020-02-28 15:22:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-tweak (Old) and /work/SRC/openSUSE:Factory/.mate-tweak.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-tweak" Fri Feb 28 15:22:30 2020 rev:26 rq:780262 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-tweak/mate-tweak.changes 2018-12-04 20:56:28.936709201 +0100 +++ /work/SRC/openSUSE:Factory/.mate-tweak.new.26092/mate-tweak.changes 2020-02-28 15:22:30.754036197 +0100 @@ -1,0 +2,25 @@ +Sat Feb 22 15:48:43 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 20.04.0 (changes since 18.10.2): + * Update to preserve custom preferences. + * Add support for Indicator-datetime. + * Add NoDisplay=true to all Indicator autostart files. + * Remove checks for obsolete GNOME Main Menu. + * Migrate to python3-distro and drop use of the deprecated + "platform" module. + * Remove a call to "mate-panel --replace". + * Remove clear shadow. + This seems to affect how some shadows are positioned, leading + to a clear space between the window and its shadow. + * Correctly initialise all notifications so they are sent from + MATE Tweak. + * Add support for setting window manager button layouts with and + without the menu. + * Detect new IndicatorAppmenu. + * Correct literal string comparison. + * Detect Brisk menu on Arch Linux and Manjaro. + * Update translations. +- Rebase mate-tweak-use-matemenu.patch. +- Drop support for old openSUSE versions. + +------------------------------------------------------------------- Old: ---- mate-tweak-18.10.2.tar.gz New: ---- mate-tweak-20.04.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-tweak.spec ++++++ --- /var/tmp/diff_new_pack.2RD8tZ/_old 2020-02-28 15:22:31.434037581 +0100 +++ /var/tmp/diff_new_pack.2RD8tZ/_new 2020-02-28 15:22:31.434037581 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-tweak # -# 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 @@ -18,12 +18,12 @@ %define _name mate_tweak Name: mate-tweak -Version: 18.10.2 +Version: 20.04.0 Release: 0 Summary: MATE desktop tweak tool License: GPL-2.0-or-later Group: System/GUI/Other -Url: https://github.com/ubuntu-mate/mate-tweak +URL: https://github.com/ubuntu-mate/mate-tweak Source: https://github.com/ubuntu-mate/mate-tweak/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE mate-tweak-use-matemenu.patch [email protected] -- Layouts are patched to use mate-menu instead of mintMenu or gnome-main-menu. Patch0: mate-tweak-use-matemenu.patch @@ -44,6 +44,7 @@ Requires: dconf Requires: mate-panel Requires: python3-configobj +Requires: python3-distro Requires: python3-gobject Requires: python3-gobject-Gdk Requires: python3-psutil @@ -88,14 +89,6 @@ %fdupes %{buildroot}%{python3_sitelib}/ %find_lang %{name} -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post - -%postun -%desktop_database_postun -%endif - %files %license COPYING %doc README.md ++++++ mate-tweak-18.10.2.tar.gz -> mate-tweak-20.04.0.tar.gz ++++++ ++++ 101689 lines of diff (skipped) ++++++ mate-tweak-use-matemenu.patch ++++++ --- /var/tmp/diff_new_pack.2RD8tZ/_old 2020-02-28 15:22:31.590037899 +0100 +++ /var/tmp/diff_new_pack.2RD8tZ/_new 2020-02-28 15:22:31.590037899 +0100 @@ -1,20 +1,11 @@ --- a/mate-tweak +++ b/mate-tweak -@@ -1194,7 +1194,7 @@ class MateTweak: - panels.append([_("GNOME2"), "default"]) +@@ -1268,7 +1268,7 @@ class MateTweak: + self.add_to_panel_list(panels, "GNOME2", "default") if self.panel_layout_exists('linuxmint') and \ - self.mint_menu_available: + self.mate_menu_available: - panels.append([_("Linux Mint"), "linuxmint"]) + self.add_to_panel_list(panels, "Linux Mint", "linuxmint") if self.panel_layout_exists('mageia') and \ -@@ -1228,7 +1228,7 @@ class MateTweak: - panels.append([_("Netbook"), "netbook-no-indicators"]) - - if self.panel_layout_exists('opensuse') and \ -- self.gnome_menu_available: -+ self.mate_menu_available: - panels.append([_("openSUSE"), "opensuse"]) - - if self.dock is not None and \
