Hello community,

here is the log from the commit of package mate-tweak for openSUSE:Leap:15.2 
checked in at 2020-03-02 13:25:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mate-tweak (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.mate-tweak.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-tweak"

Mon Mar  2 13:25:37 2020 rev:15 rq:780555 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mate-tweak/mate-tweak.changes  2020-01-15 
15:28:33.914681960 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.mate-tweak.new.26092/mate-tweak.changes       
2020-03-02 13:25:37.682669247 +0100
@@ -1,0 +2,52 @@
+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.
+
+-------------------------------------------------------------------
+Sat Nov  3 20:36:06 UTC 2018 - [email protected]
+
+- Update to version 18.10.2 (changes since 18.04.13):
+  * Use Dash launcher in Cupertino.
+  * Add support for Familiar layout. 
+  * Change Marco description.
+  * The HUD is layout independent. Do not restrict access to layout
+    based on HUD availability.
+  * Handle new Netbook layout. Make sure mate-panel remains running
+    when switching window-scaling-factor.
+  * Save dock state when saving panel layouts.
+  * Also remove dock hints if dock status for a custom layout has
+    changed.
+  * Add button to access font DPI tweaking.
+  * Add --get-layout.
+  * Remove special handling of show-applications in the menu-bar
+    for Pantheon, since it no longer merges two menus together.
+  * Update the logic guards around layout detection.
+  * When changing a layout via the terminal do not update UI
+    elements.
+  * Allow keyboard focus on side panel.
+  * Fix removing cache dir when resetting Compiz.
+  * Correct the search path for the appmenu panel applet
+    (lp#1796343).
+  * Update translations.
+
+-------------------------------------------------------------------

Old:
----
  mate-tweak-18.04.13.tar.gz

New:
----
  mate-tweak-20.04.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mate-tweak.spec ++++++
--- /var/tmp/diff_new_pack.oZI1lX/_old  2020-03-02 13:25:37.982669843 +0100
+++ /var/tmp/diff_new_pack.oZI1lX/_new  2020-03-02 13:25:37.982669843 +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
@@ -12,18 +12,18 @@
 # 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 _name   mate_tweak
 Name:           mate-tweak
-Version:        18.04.13
+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,20 +89,8 @@
 %fdupes %{buildroot}%{python3_sitelib}/
 %find_lang %{name}
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%endif
-
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc README.md
 %{_bindir}/%{name}
 %{_bindir}/marco-*

++++++ mate-tweak-18.04.13.tar.gz -> mate-tweak-20.04.0.tar.gz ++++++
++++ 103228 lines of diff (skipped)

++++++ mate-tweak-use-matemenu.patch ++++++
--- /var/tmp/diff_new_pack.oZI1lX/_old  2020-03-02 13:25:38.138670154 +0100
+++ /var/tmp/diff_new_pack.oZI1lX/_new  2020-03-02 13:25:38.138670154 +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 \


Reply via email to