Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2015-08-03 17:21:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and      /work/SRC/openSUSE:Factory/.mate-applet-dock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-applet-dock"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes        
2015-07-03 00:09:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2015-08-03 17:21:50.000000000 +0200
@@ -1,0 +2,33 @@
+Fri Jul 24 05:14:21 UTC 2015 - [email protected]
+
+- Update to 0.63:
+  * Remove the tooltip that appears when the mouse hovers over a
+    docked app and replace it with a list of the app's open windows.
+    For each window, the list displays the app icon, an indicator
+    showing which window is currently active, the window title, and
+    a close icon.
+  * Clicking the close icon closes the window, clicking anywhere
+    else makes the window active.
+  * Remove the list of app windows from the applet right click menu
+    as they are no longer required.
+  * Change the way the applet works when a running app's dock icon
+    is clicked. This no longer minimizes/maximises all windows, but
+    simply activates the app's last active window.
+  * Using the mouse scroll wheel over a running app's dock icon now 
+    scrolls through each of the app's open windows, unminimizing
+    them and activating them as necessary .desktop files located in
+    the user's home directory now take precedence over those
+    located elsewhere in the filesystem. This allows users to create
+    their own .desktop files (e.g. to customize an app's icon) and
+    have them recognized by the applet.
+  * Change factory service file to explicitly invoke applet with
+    python 3.
+  * The applet now saves its settings in
+    ~/.config/mate_dock_applet.conf as well as in dconf. On first
+    being added to a panel, the applet checks to see if this file
+    exists and if it does it offers to use this configuration. This
+    allows e.g. an easy way to restore the applet after an
+    accidental deletion from the panel, and also a way to move
+    applet configurations from one computer to another.
+
+-------------------------------------------------------------------

Old:
----
  dock-applet-0.62.tar.gz

New:
----
  dock-applet-0.63.tar.gz

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

Other differences:
------------------
++++++ mate-applet-dock.spec ++++++
--- /var/tmp/diff_new_pack.YMBFYM/_old  2015-08-03 17:21:50.000000000 +0200
+++ /var/tmp/diff_new_pack.YMBFYM/_new  2015-08-03 17:21:50.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define _name   dock-applet
 Name:           mate-applet-dock
-Version:        0.62
+Version:        0.63
 Release:        0
 Summary:        Dock applet for the MATE panel
 License:        GPL-2.0+
@@ -30,6 +30,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  python3-devel
+Requires:       python3-xdg
 %glib2_gsettings_schema_requires
 
 %description
@@ -55,9 +56,10 @@
 %prep
 %setup -q -n %{_name}-%{version}
 if [ -L COPYING ]; then
-    cp -f $(readlink COPYING) License
+    cp -f %{_datadir}/automake-*/COPYING License
     mv -f License COPYING
 fi
+sed -i 's|%{_bindir}/env/|%{_bindir}/env|' src/docked_app.in
 
 %build
 autoreconf -fi

++++++ dock-applet-0.62.tar.gz -> dock-applet-0.63.tar.gz ++++++
++++ 2279 lines of diff (skipped)


Reply via email to