Hello community, here is the log from the commit of package mate-applet-dock for openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-applet-dock (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-applet-dock.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-applet-dock" Fri Mar 6 12:39:54 2020 rev:15 rq:781519 version:20.04.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-applet-dock/mate-applet-dock.changes 2020-01-15 15:28:23.874676349 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-applet-dock.new.26092/mate-applet-dock.changes 2020-03-06 12:42:47.738812581 +0100 @@ -1,0 +2,65 @@ +Sat Feb 22 15:48:43 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 20.04.0 (changes since 0.88): + * Fix icon blinking when opening a minimised window. + * Fix a typo in user application path. + * Support pixbufs without an alpha channel. + * Use the "distro" module for looking up distribution details. + * Fix a few crashes. +- Drop support for old openSUSE versions. + +------------------------------------------------------------------- +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Update to version 0.88: + * Added Unity and Unity Flat looks to the dock. + * Change the way in which the dock appearance is set in the + preferences dialogue, so that preset "themes" or a custom mix + of icon background and indicators can be applied. + * Fix unpinned applications not minimising to their own button. + * Fix MATE's Sticky Notes showing up in the Dock/ + * Fix extra space on the right side of the panel. + * Add Unity-like icons backlight + gloss. + * Fix double-click being needed, if panel not expaned. + * Fix an issue where applications whose .desktop file specified a + full path and filename for their desktop icon would not load + the icon correctly. + +------------------------------------------------------------------- +Sun Nov 25 15:37:18 UTC 2018 - [email protected] + +- Update to version 0.87 (changes since 0.83): + * The workaround introduced in v0.83 has been adjusted following + the removal of the workspace swticher applet from the Mutiny + panel layout. + * A workaround for a bug which affected Mutineers who switched + panel layouts and found their dock settings had not been + carried forward (lp#1755835). + * Fix the icon staying highlighted with all windows closed. + * Fix dock sizing options appearing in the preferences dialogue + when not needed. + * Fix application activation by dragging not working. + * Fix icons for windows which the applet should have been + ignoring appearing in the dock. + * Fix the Telegram icon not being found; showed as generic cogs. + * Fix dragging application icons not always working. + * Fix certain function keys causing the keyboard listener to + stop working. + * Potential fix for blurry application icons on HiDPI. + * Fix window previews with Compiz. + * When an application's window is closed from the window list, + the window list is now hidden. + * Fix odd icon behaviour when minimising and then restoring. + * Fix LibreOffice Writer not showing in the dock. + * Remove unused event parameter. + * Use the dark variant when defined by the theme. + * Add a "bring all windows forward" option. + * Fix AttributeError in do_window_scroll(). + * Fix icons of wine applications not being displayed. + * All actions defined in a .desktop file are now displayed in the + right click or pop-up menus rather. Previously a maximum of 4 + only would be displayed. + * Fix being unable to restore some minimised windows. +- Add the bamf-daemon dependency. + +------------------------------------------------------------------- Old: ---- mate-dock-applet-0.83.tar.gz New: ---- mate-dock-applet-20.04.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-applet-dock.spec ++++++ --- /var/tmp/diff_new_pack.F9JnZZ/_old 2020-03-06 12:42:48.434813004 +0100 +++ /var/tmp/diff_new_pack.F9JnZZ/_new 2020-03-06 12:42:48.438813007 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-applet-dock # -# 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,37 +12,35 @@ # 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-dock-applet Name: mate-applet-dock -Version: 0.83 +Version: 20.04.0 Release: 0 Summary: Dock applet for the MATE panel License: GPL-2.0-or-later -Group: System/GUI/Other -Url: https://github.com/robint99/mate-dock-applet -Source: https://github.com/robint99/%{_name}/archive/V%{version}.tar.gz#/%{_name}-%{version}.tar.gz +URL: https://github.com/ubuntu-mate/mate-dock-applet +Source: https://github.com/ubuntu-mate/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake +BuildRequires: bamf-daemon BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: python3-devel +Requires: bamf-daemon Requires: python3-Pillow Requires: python3-cairo +Requires: python3-distro Requires: python3-gobject Requires: python3-gobject-Gdk Requires: python3-gobject-cairo +Requires: python3-python-xlib Requires: python3-xdg Recommends: libunity %glib2_gsettings_schema_requires -%if 0%{?suse_version} >= 1500 -Requires: python3-python-xlib -%else -Requires: python3-xlib -%endif %description An application dock applet for the MATE panel. @@ -70,7 +68,7 @@ autoreconf -fi %configure \ --with-gtk3 -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -85,20 +83,8 @@ %py3_compile . popd -%if 0%{?suse_version} < 1500 -%post -%glib2_gsettings_schema_post - -%postun -%glib2_gsettings_schema_postun -%endif - %files -%if 0%{?suse_version} >= 1500 %license COPYING -%else -%doc COPYING -%endif %doc AUTHORS ChangeLog README.md %dir %{_libdir}/mate-applets/ %{_libdir}/mate-applets/mate-dock-applet/ ++++++ mate-dock-applet-0.83.tar.gz -> mate-dock-applet-20.04.0.tar.gz ++++++ ++++ 4916 lines of diff (skipped)
