commit mate-applet-dock for openSUSE:Factory

2020-02-28 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2020-02-28 15:22:26

Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and  /work/SRC/openSUSE:Factory/.mate-applet-dock.new.26092 (New)


Package is "mate-applet-dock"

Fri Feb 28 15:22:26 2020 rev:18 rq:780256 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2019-05-16 22:02:49.638677805 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-applet-dock.new.26092/mate-applet-dock.changes 
2020-02-28 15:22:27.650029877 +0100
@@ -1,0 +2,11 @@
+Sat Feb 22 15:48:43 UTC 2020 - Alexei Sorokin 
+
+- 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.
+
+---

Old:

  mate-dock-applet-0.88.tar.gz

New:

  mate-dock-applet-20.04.0.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.7EvJLv/_old  2020-02-28 15:22:28.198030993 +0100
+++ /var/tmp/diff_new_pack.7EvJLv/_new  2020-02-28 15:22:28.198030993 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-applet-dock
 #
-# Copyright (c) 2019 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,13 +18,12 @@
 
 %define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.88
+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
@@ -34,17 +33,14 @@
 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.
@@ -72,7 +68,7 @@
 autoreconf -fi
 %configure \
   --with-gtk3
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -87,14 +83,6 @@
 %py3_compile .
 popd
 
-%if 0%{?suse_version} < 1500
-%post
-%glib2_gsettings_schema_post
-
-%postun
-%glib2_gsettings_schema_postun
-%endif
-
 %files
 %license COPYING
 %doc AUTHORS ChangeLog README.md

++ mate-dock-applet-0.88.tar.gz -> mate-dock-applet-20.04.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-dock-applet-0.88/.github/FUNDING.yml 
new/mate-dock-applet-20.04.0/.github/FUNDING.yml
--- old/mate-dock-applet-0.88/.github/FUNDING.yml   1970-01-01 
01:00:00.0 +0100
+++ new/mate-dock-applet-20.04.0/.github/FUNDING.yml2020-02-14 
00:49:40.0 +0100
@@ -0,0 +1,9 @@
+# These are supported funding model platforms
+
+github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, 
user2]
+patreon: ubuntu_mate
+open_collective: # Replace with a single Open Collective username
+ko_fi: ubuntumate
+tidelift: # Replace with a single Tidelift platform-name/package-name e.g., 
npm/babel
+community_bridge: # Replace with a single Community Bridge project-name e.g., 
cloud-foundry
+custom: https://ubuntu-mate.org/donate/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-dock-applet-0.88/README.md 
new/mate-dock-applet-20.04.0/README.md
--- old/mate-dock-applet-0.88/README.md 2019-01-27 08:26:29.0 +0100
+++ new/mate-dock-applet-20.04.0/README.md  2020-02-14 00:49:40.0 
+0100
@@ -1,7 +1,7 @@
 # An application dock applet for the MATE panel
 
-### Mate dock applet V0.80 on Solus OS, MATE edition
-![V0.80 on Solus OS MATE 

commit mate-applet-dock for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2019-05-16 22:02:45

Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and  /work/SRC/openSUSE:Factory/.mate-applet-dock.new.5148 (New)


Package is "mate-applet-dock"

Thu May 16 22:02:45 2019 rev:17 rq:682541 version:0.88

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2018-12-10 12:30:11.590415716 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-applet-dock.new.5148/mate-applet-dock.changes  
2019-05-16 22:02:49.638677805 +0200
@@ -1,0 +2,17 @@
+Tue Mar  5 15:19:33 UTC 2019 - sor.ale...@meowr.ru
+
+- 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.
+
+---

Old:

  mate-dock-applet-0.87.tar.gz

New:

  mate-dock-applet-0.88.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.NXgIeJ/_old  2019-05-16 22:02:50.574677216 +0200
+++ /var/tmp/diff_new_pack.NXgIeJ/_new  2019-05-16 22:02:50.574677216 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-applet-dock
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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-dock-applet
 Name:   mate-applet-dock
-Version:0.87
+Version:0.88
 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
+URL:https://github.com/robint99/mate-dock-applet
 Source: 
https://github.com/robint99/%{_name}/archive/V%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake

++ mate-dock-applet-0.87.tar.gz -> mate-dock-applet-0.88.tar.gz ++
 3724 lines of diff (skipped)




commit mate-applet-dock for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2018-12-10 12:30:08

Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and  /work/SRC/openSUSE:Factory/.mate-applet-dock.new.19453 (New)


Package is "mate-applet-dock"

Mon Dec 10 12:30:08 2018 rev:16 rq:656667 version:0.87

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2018-03-20 21:56:52.569208327 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-applet-dock.new.19453/mate-applet-dock.changes 
2018-12-10 12:30:11.590415716 +0100
@@ -1,0 +2,37 @@
+Sun Nov 25 15:37:18 UTC 2018 - sor.ale...@meowr.ru
+
+- 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-0.87.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.gYMUZr/_old  2018-12-10 12:30:12.214415092 +0100
+++ /var/tmp/diff_new_pack.gYMUZr/_new  2018-12-10 12:30:12.218415087 +0100
@@ -12,13 +12,13 @@
 # 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:0.87
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0-or-later
@@ -27,9 +27,11 @@
 Source: 
https://github.com/robint99/%{_name}/archive/V%{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-gobject
@@ -94,11 +96,7 @@
 %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-0.87.tar.gz ++
 1740 lines of diff (skipped)




commit mate-applet-dock for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2018-03-20 21:56:38

Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and  /work/SRC/openSUSE:Factory/.mate-applet-dock.new (New)


Package is "mate-applet-dock"

Tue Mar 20 21:56:38 2018 rev:15 rq:586535 version:0.83

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2017-05-20 10:12:45.043619311 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2018-03-20 21:56:52.569208327 +0100
@@ -1,0 +2,48 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.83 (changes since 0.77):
+  * Add five new types of indicators.
+  * Add a new option to specify the amount of space between icons
+in the dock.
+  * Add a new option to specify how a dock icon reacts when an
+application requires attention. The icon can now either flash
+(the default) or display an exclamation mark over the icon.
+  * The applet no longer swallows  key presses. This means
+it now works happily alongside other applications that also use
+the  key, e.g. the Brisk menu, the Advanced MATE Menu or
+Albert.
+  * Fix crashes relating to Pango when window list and action_list
+contents needed to be ellipsised.
+  * With Gtk3 and Python GObject bindings 3.26.0 or greater, window
+lists and action lists now have rounded corners and point to
+their application's icon in the dock.
+  * Fix application icons continually flashing.
+  * The delay before action lists appear when the mouse hovers over
+a dock icon can now be set in the preferences dialogue.
+  * Applications can now be pinned to specific workspaces, in other
+words their application icons only appear in the dock when a
+particular workspace is active. This allows users to customise
+the dock for each workspace they use.
+  * The applet right click menu no longer contains actions for the
+currently active application when popup action lists are
+enabled.
+  * When unpinning an application a notification is now displayed
+which allows the operation to be undone and re-pins the
+application to the dock.
+  * The appearance of progress bars on dock icons has been
+improved.
+  * Remove built-in app matching code and replaced it with use of
+the bamf library.
+  * The dock can now scroll application icons on MATE 1.18 and
+older. This feature is automatically enabled when using the
+Mutiny layout of MATE Tweak, and can also be manually
+configured by using a new preferences item.
+  * Action lists and window lists no longer steal focus from other
+windows.
+  * Solid filled active application backgrounds have been adjusted
+to provide better contrast with the panel.
+  * Add a temporary workaround for gh#mate-desktop/mate-panel#745.
+This workaround will be removed when the issue is resolved.
+- Avoid /usr/bin/env.
+
+---

Old:

  mate-dock-applet-0.77.tar.gz

New:

  mate-dock-applet-0.83.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.rIqBx9/_old  2018-03-20 21:56:53.617170594 +0100
+++ /var/tmp/diff_new_pack.rIqBx9/_new  2018-03-20 21:56:53.621170450 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-applet-dock
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.77
+Version:0.83
 Release:0
 Summary:Dock applet for the MATE panel
-License:GPL-2.0+
+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
@@ -33,12 +33,15 @@
 Requires:   python3-Pillow
 Requires:   python3-cairo
 Requires:   python3-gobject
+Requires:   python3-gobject-Gdk
 Requires:   python3-gobject-cairo
 Requires:   python3-xdg
 Recommends: libunity
 %glib2_gsettings_schema_requires
-%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
-Requires:   python3-gobject-Gdk
+%if 0%{?suse_version} >= 1500
+Requires:   python3-python-xlib
+%else
+Requires:   python3-xlib
 %endif
 
 %description
@@ -73,22 +76,30 @@
 %make_install
 %fdupes %{buildroot}%{_libdir}/
 
-find 

commit mate-applet-dock for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2017-05-20 10:12:43

Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and  /work/SRC/openSUSE:Factory/.mate-applet-dock.new (New)


Package is "mate-applet-dock"

Sat May 20 10:12:43 2017 rev:14 rq:494387 version:0.77

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2017-03-20 17:11:35.568671983 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2017-05-20 10:12:45.043619311 +0200
@@ -1,0 +2,30 @@
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.77:
+  * Applications can be added to the dock by dragging them off
+menu applets (Main Menu, Menu Bar, Advanced Menu, Brisk Menu)
+and onto the applet (Gtk3 only).
+  * If data is dragged from an app onto another running app's icon
+the new app will be made active, allowing the dragged data to
+dropped onto it (Gtk3 only).
+  * Add keyboard shortcuts to select and acticate applications in
+the dock:
++ 1-0 for the first 10 apps in the dock
++ 1-0 for apps 10-20 in the dock
+For the 5th application, it would be necessary to hold down
+the Super key (i.e. the Windows key) and press 5. For the 12th
+application, it would be necessary to hold bown both the Super
+key and the Alt key and press 2.
+The effect of these shortcuts is as follows:
++ If the application is not running, it will be started.
++ If the application is running and only has a single window
+  open, the window will cycled between minimised and activated
+  states.
++ If the application is running and has multiple windows open,
+  each keypress will activate and display each window in turn.
+  *  Update the About window to provide details of the new
+ drag and drop and keyboard shortcuut features.
+  * Fix a bug which prevented window and action lists from
+appearing.
+
+---

Old:

  mate-dock-applet-0.76.tar.gz

New:

  mate-dock-applet-0.77.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.G8yZef/_old  2017-05-20 10:12:45.691527767 +0200
+++ /var/tmp/diff_new_pack.G8yZef/_new  2017-05-20 10:12:45.691527767 +0200
@@ -18,13 +18,13 @@
 
 %define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.76
+Version:0.77
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:https://github.com/robint99/mate-dock-applet
-Source: 
https://github.com/robint99/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
+Source: 
https://github.com/robint99/%{_name}/archive/V%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -78,11 +78,6 @@
 rm -rf *.pyc *.pyo __pycache__/
 touch -c *.py
 %py3_compile .
-if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
-chmod a+x "$py"
-else
-chmod a-x "$py"
-fi
 done
 
 %post

++ mate-dock-applet-0.76.tar.gz -> mate-dock-applet-0.77.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-dock-applet-0.76/ChangeLog 
new/mate-dock-applet-0.77/ChangeLog
--- old/mate-dock-applet-0.76/ChangeLog 2017-01-25 11:53:42.0 +0100
+++ new/mate-dock-applet-0.77/ChangeLog 2017-03-21 09:47:20.0 +0100
@@ -1,3 +1,35 @@
+V0.77 Extended drag and support in Gtk3 version of the applet:
+Apps can be added to the dock by dragging them off menu applets
+(Main Menu, Menu Bar, Advanced Menu, Brisk Menu) and onto the
+applet (Gtk3 only)
+If data is dragged from an app onto another running app's icon
+the new app will be made active, allowing the dragged data to
+dropped onto it (Gtk3 only)
+
+   Added keyboard shortcuts to select and acticate apps in the dock:
+1-0 for the first 10 apps in the dock
+1-0 for apps 10-20 in the dock
+
+For the 5th app, it would be necessary to hold down the Super key
+(i.e. the Windows) key and press 5. For the 12th app, it would be 
necessary
+to hold bown both the Super key and the Alt key and press 2.
+
+The effect of these shortcuts is as follows:
+If the app is not running, it will be started.
+If the app is running and only has a single window open, the 
window will
+cycled between minimised and 

commit mate-applet-dock for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2017-03-20 17:11:23

Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and  /work/SRC/openSUSE:Factory/.mate-applet-dock.new (New)


Package is "mate-applet-dock"

Mon Mar 20 17:11:23 2017 rev:13 rq:481121 version:0.76

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2017-02-07 12:02:18.679435137 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2017-03-20 17:11:35.568671983 +0100
@@ -1,0 +2,5 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Switch to Gtk3.
+
+---



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.nZsvrp/_old  2017-03-20 17:11:36.140591229 +0100
+++ /var/tmp/diff_new_pack.nZsvrp/_new  2017-03-20 17:11:36.140591229 +0100
@@ -66,7 +66,7 @@
 %build
 autoreconf -fi
 %configure \
-  --without-gtk3
+  --with-gtk3
 make %{?_smp_mflags} V=1
 
 %install




commit mate-applet-dock for openSUSE:Factory

2017-02-07 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2017-02-07 12:02:10

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
2017-01-25 23:29:12.257689518 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2017-02-07 12:02:18.679435137 +0100
@@ -1,0 +2,16 @@
+Thu Jan 26 15:09:56 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.76:
+  * Add support for startup notification when launching
+applications.
+  * Add a new indicator type - a single solid bar. On Gtk3 this
+uses the active theme's highlight colour.
+  * Add new types of indicators and active icon backgrounds.
+  * Add new preferences options to allow the select the type of
+indicator and active icon background, along with with a live
+preview.
+  * Add a new preference item allowing the user to select a colour
+to use when drawing bar indicators.
+  * About dialogue is reworked to hopefully be less ugly...
+
+---

Old:

  mate-dock-applet-0.75.tar.gz

New:

  mate-dock-applet-0.76.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.JCtRnQ/_old  2017-02-07 12:02:19.051382521 +0100
+++ /var/tmp/diff_new_pack.JCtRnQ/_new  2017-02-07 12:02:19.051382521 +0100
@@ -18,13 +18,13 @@
 
 %define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.75
+Version:0.76
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
 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
+Source: 
https://github.com/robint99/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -47,16 +47,16 @@
 The applet allows you to:
  * Place a dock on any MATE panel, of any size, on any side of the
desktop you desire.
- * Pin and unpin apps to the dock.
+ * Pin and unpin applications to the dock.
  * Rearrange application icons on the dock.
- * Launch apps by clicking on their icons in the dock.
- * Minimise/unminimise running app windows by clicking the
+ * Launch applications by clicking on their icons in the dock.
+ * Minimise/restore the running application windows by clicking the
applications dock icon.
  * Detect changes in the current icon theme and update the dock
accordingly.
- * Use an indicator by each app to show when it is running.
- * Optionally, use multiple indicators for each window an app has
-   open.
+ * Use an indicator by each application to show when it is running.
+ * Optionally, use multiple indicators for each window an
+   application has opened.
  * Use either a light or dark indicator that it can always be seen
no matter what colour the panel is.
 

++ mate-dock-applet-0.75.tar.gz -> mate-dock-applet-0.76.tar.gz ++
 3665 lines of diff (skipped)




commit mate-applet-dock for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2017-01-25 23:29:11

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
2016-08-31 00:11:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2017-01-25 23:29:12.257689518 +0100
@@ -1,0 +2,37 @@
+Thu Jan 19 00:16:12 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.75:
+  * Fix a bug that caused window lists to sometimes span monitors
+on multi monitor systems.
+  * Add Compiz support: the dock can now display window previews
+(via the Scale and D-Bus plugins) when switching between
+application windows rather than using the built in window list.
+  * Mouse clicks on an application's dock icon now work differently:
++ If the application is not running, or if the Shift key is
+  pressed while clicking, the application will be started / a
+  new instance will be started.
++ If the application has only one window open, the window will
+  be activated.
++ If the application has multiple windows open, the window list
+  will be shown or the Compiz scale plugin will be activated,
+  as appropriate.
+  * The configuration option to restore all of application's
+windows or only the previously active one on a mouse click has
+been removed, and replace with a new one which allows the user
+to select between using the built in window list, or Compiz
+window previews.
+  * The window list no longer contains application actions,
+e.g. Pin/Unpin, or e.g. 'New Document' for LibreOffice Writer).
+  * Application actions now appear in a separate popup window in
+the same way that the window list used to, by hovering the
+mouse over the dock icon. The actions are also available by
+right clicking on the application icon and selecting them from
+the panel popup menu.
+  * A new configuration option has been added to prevent the popup
+windows appearing in case users want to select actions from the
+right click menu only.
+  * GTK+3 only: the colour of window lists and action popups now
+match the panel which contains the applet, whether the panel is
+set to use a colour from the current theme or a custom colour.
+
+---

Old:

  mate-dock-applet-0.74.tar.gz

New:

  mate-dock-applet-0.75.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.EtRxpV/_old  2017-01-25 23:29:12.765612957 +0100
+++ /var/tmp/diff_new_pack.EtRxpV/_new  2017-01-25 23:29:12.769612355 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-applet-dock
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.74
+Version:0.75
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
@@ -67,7 +67,7 @@
 autoreconf -fi
 %configure \
   --without-gtk3
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ mate-dock-applet-0.74.tar.gz -> mate-dock-applet-0.75.tar.gz ++
 3582 lines of diff (skipped)




commit mate-applet-dock for openSUSE:Factory

2016-08-30 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2016-08-31 00:10:28

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
2016-07-27 16:12:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2016-08-31 00:11:44.0 +0200
@@ -1,0 +2,25 @@
+Sun Aug 28 12:34:58 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.74:
+  * Correct position of window lists on non-expanded panels.
+  * Fix for window list flickering on bottom aligned panels on MATE
+built with Gtk3.
+  * Increase the delay before window lists are shown when the mouse
+hovers over an application icon. It was 0.5 seconds, and is now
+1 second.
+  * Shortened pin/unpin window list text. It now says
+'Pin ' rather than
+'Pin  to the dock', and the Unpin text is
+similarly shortened.
+  * Fix a bug that would cause Pin/Unpin actions to act upon
+previously highlighted application icons, rather than the one
+that is currently highlighted.
+  * When starting to drag an application icon, the window list is
+now hidden.
+  * The applet can now display progress bars and counts on
+application icons for applications which support this e.g. the
+Ubuntu software updater.
+  * Fix for improved matching of binary packaged applications on
+Gentoo.
+
+---

Old:

  mate-dock-applet-0.73.tar.gz

New:

  mate-dock-applet-0.74.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.ownylg/_old  2016-08-31 00:11:47.0 +0200
+++ /var/tmp/diff_new_pack.ownylg/_new  2016-08-31 00:11:47.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.73
+Version:0.74
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
@@ -34,8 +34,8 @@
 Requires:   python3-cairo
 Requires:   python3-gobject
 Requires:   python3-gobject-cairo
-Requires:   python3-scipy
 Requires:   python3-xdg
+Recommends: libunity
 %glib2_gsettings_schema_requires
 %if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
 Requires:   python3-gobject-Gdk
@@ -75,7 +75,8 @@
 
 find %{buildroot}%{_libdir}/ -type f -name '*.py' | while read py; do
 # Create Python bytecode.
-rm -f *.pyc *.pyo __pycache__/
+rm -rf *.pyc *.pyo __pycache__/
+touch -c *.py
 %py3_compile .
 if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
 chmod a+x "$py"

++ mate-dock-applet-0.73.tar.gz -> mate-dock-applet-0.74.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-dock-applet-0.73/ChangeLog 
new/mate-dock-applet-0.74/ChangeLog
--- old/mate-dock-applet-0.73/ChangeLog 2016-07-20 09:17:33.0 +0200
+++ new/mate-dock-applet-0.74/ChangeLog 2016-08-24 09:18:29.0 +0200
@@ -1,3 +1,21 @@
+V0.74  Fix for improved matching of binary packaged apps on Gentoo .
+Amended README.me to include the availability of an overlay for the applet
+on Gentoo.
+Corrected position of window lists on non-expanded panels.
+Fix for window list flickering on bottom aligned panels on MATE Gtk3
+Increased the delay before window lists are shown when the mouse hovers 
over an
+app icon. It was 0.5 seconds, and is now 1 second.
+Shortened pin/unpin window list text. It now says 'Pin ' rather 
than
+'Pin  to the dock', and the Unpin text is similarly shortened.
+Fixed a bug that would cause Pin/Unpin actions to act upon previously 
highlighted app
+icons, rather than the one that is currently highlighted.
+When starting to drag an app icon, the window list is now hidden.
+The applet can now display progress bars and counts on app icons for apps 
which
+support this e.g. the Ubuntu software updater.
+
+V0.73   Added drag and drop rearranging ing of dock icons (Gtk3 only). Window 
list
+reworked and prettified.
+
 V0.72   The applet now works on and can be built for both GTK2 and GTK3 
versions of MATE.
 Aside from the changes to layout containers (i.e. GTK2 VBox & HBoxes 
become GTK3
 Boxes/Grids), underlying differences between the two toolkits meant that 
the code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-dock-applet-0.73/README.md 
new/mate-dock-applet-0.74/README.md
--- 

commit mate-applet-dock for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2016-07-27 16:12:29

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
2016-05-17 17:14:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2016-07-27 16:12:30.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 22 16:23:41 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.73 (changes since 0.71):
+  * The applet now works on and can be built for both Gtk2 and Gtk3
+versions of MATE.
+  * Gtk3: Reimplement drag and drop rearranging of dock icons.
+  * Rework window list which appears when the mouse hovers over a
+dock icon.
+
+---

Old:

  dock-applet-0.71.tar.gz

New:

  mate-dock-applet-0.73.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.o6hX01/_old  2016-07-27 16:12:32.0 +0200
+++ /var/tmp/diff_new_pack.o6hX01/_new  2016-07-27 16:12:32.0 +0200
@@ -16,14 +16,14 @@
 #
 
 
-%define _name   dock-applet
+%define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.71
+Version:0.73
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:https://github.com/robint99/dock-applet
+Url:https://github.com/robint99/mate-dock-applet
 Source: 
https://github.com/robint99/%{_name}/archive/V%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -62,22 +62,21 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-if [ -L COPYING ]; then
-cp -f %{_datadir}/automake-*/COPYING License
-mv -f License COPYING
-fi
-sed -i 's|%{_bindir}/env/|%{_bindir}/env |' src/*
 
 %build
 autoreconf -fi
-%configure
+%configure \
+  --without-gtk3
 make %{?_smp_mflags}
 
 %install
 %make_install
 %fdupes %{buildroot}%{_libdir}/
 
-find %{buildroot}%{_libdir} -type f -name '*.py' | while read py; do
+find %{buildroot}%{_libdir}/ -type f -name '*.py' | while read py; do
+# Create Python bytecode.
+rm -f *.pyc *.pyo __pycache__/
+%py3_compile .
 if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
 chmod a+x "$py"
 else
@@ -93,7 +92,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog COPYING README.md
 %dir %{_libdir}/mate-applets/
 %{_libdir}/mate-applets/mate-dock-applet/
 %dir %{_datadir}/dbus-1/




commit mate-applet-dock for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2016-05-17 17:14:50

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
2016-04-15 19:11:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2016-05-17 17:14:51.0 +0200
@@ -1,0 +2,21 @@
+Wed May  4 16:34:01 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.71:
+  * More improvements to matching applications with their .desktop
+files.
+  * Application icons can now be sourced from the 'hicolor'
+directory.
+  * The window list now displays the title of the active window in
+bold and italicised text.
+  * Remove the options to display pinned applications from all or
+only the current workspace as these were based on a
+misunderstanding of a feature request. They have been replaced
+with a new option to only show indicators and window list
+items for windows which are on the current workspace and this
+provides the requested functionality.
+  * Add a 'Hints and Tips' window accessible from the About dialog
+as a place to list useful keyboard shortcuts etc.
+- Add missing python3-gobject-cairo, python3-gobject-Gdk
+  dependencies.
+
+---

Old:

  dock-applet-0.70.tar.gz

New:

  dock-applet-0.71.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.tSvjtx/_old  2016-05-17 17:14:52.0 +0200
+++ /var/tmp/diff_new_pack.tSvjtx/_new  2016-05-17 17:14:52.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   dock-applet
 Name:   mate-applet-dock
-Version:0.70
+Version:0.71
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
@@ -33,9 +33,13 @@
 Requires:   python3-Pillow
 Requires:   python3-cairo
 Requires:   python3-gobject
+Requires:   python3-gobject-cairo
 Requires:   python3-scipy
 Requires:   python3-xdg
 %glib2_gsettings_schema_requires
+%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
+Requires:   python3-gobject-Gdk
+%endif
 
 %description
 An application dock applet for the MATE panel.
@@ -71,7 +75,7 @@
 
 %install
 %make_install
-%fdupes %{buildroot}%{_libdir}
+%fdupes %{buildroot}%{_libdir}/
 
 find %{buildroot}%{_libdir} -type f -name '*.py' | while read py; do
 if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then

++ dock-applet-0.70.tar.gz -> dock-applet-0.71.tar.gz ++
 1910 lines of diff (skipped)




commit mate-applet-dock for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2016-04-15 19:11:18

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
2016-02-16 09:18:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2016-04-15 19:11:20.0 +0200
@@ -1,0 +2,21 @@
+Sat Apr  9 11:24:53 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.70 (changes since 0.67):
+  * Fix for lp#1550392.
+  * Add code to allow new instances of applications to be started
+by middle clicking their dock icons (lp#1554128).
+  * Fix a bug that would prevent applications from launching if
+they were in a directory structure which contained a space
+character e.g. ~/foo bar/.
+  * Fix a bug which associated newly opened windows with incorrect
+applications and which occurred when the wm_class_name of the
+window was not set (lp#1555324).
+  * Settings from previous instances of the applet are now imported
+silently (previously the user was presented with a dialog
+asking the user if they wanted to import the settings). The
+change is to prevent problems when switching to the Mutiny
+desktop layout via MATE Tweak.
+  * When saving custom launchers the ~/.local/share/applications
+directory will be created if it doesn't already exist.
+
+---

Old:

  dock-applet-0.67.tar.gz

New:

  dock-applet-0.70.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.rhFYgo/_old  2016-04-15 19:11:22.0 +0200
+++ /var/tmp/diff_new_pack.rhFYgo/_new  2016-04-15 19:11:22.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   dock-applet
 Name:   mate-applet-dock
-Version:0.67
+Version:0.70
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+

++ dock-applet-0.67.tar.gz -> dock-applet-0.70.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.67/.gitignore 
new/dock-applet-0.70/.gitignore
--- old/dock-applet-0.67/.gitignore 2016-02-09 12:08:27.0 +0100
+++ new/dock-applet-0.70/.gitignore 2016-03-16 14:41:16.0 +0100
@@ -7,3 +7,12 @@
 __pycache__
 *.valid
 autom4te.cache
+configure
+configure.ac
+INSTALL
+install.sh
+Makefile
+Makefile.in
+missing
+py-compile
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.67/ChangeLog 
new/dock-applet-0.70/ChangeLog
--- old/dock-applet-0.67/ChangeLog  2016-02-09 12:08:27.0 +0100
+++ new/dock-applet-0.70/ChangeLog  2016-03-16 14:41:16.0 +0100
@@ -1,3 +1,23 @@
+V0.70   Settings from previous instances of the applet are now imported
+   silently (previously the user was presented with a dialog asking the
+   user if they wanted to import the settings). The change is to prevent
+   problems when switching to the Mutiny desktop layout via Mate Tweak in
+   Ubuntu Mate 16.04
+   When saving custom launchers the ~/.local/share/applications directory
+   will be created if it doesn't already exist
+   
+v0.69   Added code to allow new instances of apps to be started by middle
+   clicking their dock icon (see 
https://bugs.launchpad.net/ubuntu-mate/+bug/1554128)
+   Fixed bug that would prevent apps from launching if they were in a
+   directory structure which contained a space character e.g. 
+   ~/Downloads/PopCorn Time/
+   Fixed bug which associated newly opened windows with incorrect apps
+   and which occurred when the wm_class_name of the window was not set.
+   Fix for https://bugs.launchpad.net/ubuntu-mate/+bug/1555324
+   
+V0.68  Fix for Launchpad bug 1550392 
+   
(https://bugs.launchpad.net/ubuntu/+source/mate-dock-applet/+bug/1550392)
+
 V0.67   Panel colour changing now occurs smoothly over over 0.5s rather than
abruptly.
Big cleanup of git repository!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.67/README.md 
new/dock-applet-0.70/README.md
--- old/dock-applet-0.67/README.md  2016-02-09 12:08:27.0 +0100
+++ new/dock-applet-0.70/README.md  2016-03-16 14:41:16.0 +0100
@@ -7,12 +7,11 @@
 * Rearrange application icons on the dock
 * Launch apps by clicking on their icons in the dock
 * Minimize/unminimize running app windows by 

commit mate-applet-dock for openSUSE:Factory

2016-02-16 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2016-02-16 09:18:37

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
2016-01-13 22:46:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2016-02-16 09:18:38.0 +0100
@@ -1,0 +2,8 @@
+Thu Feb 11 16:26:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.67:
+  * Panel colour changing now occurs smoothly over 0.5s rather
+than abruptly.
+  * Big cleanup of git repository.
+
+---

Old:

  dock-applet-0.66.tar.gz

New:

  dock-applet-0.67.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.emUqKY/_old  2016-02-16 09:18:38.0 +0100
+++ /var/tmp/diff_new_pack.emUqKY/_new  2016-02-16 09:18:38.0 +0100
@@ -18,7 +18,7 @@
 
 %define _name   dock-applet
 Name:   mate-applet-dock
-Version:0.66
+Version:0.67
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+

++ dock-applet-0.66.tar.gz -> dock-applet-0.67.tar.gz ++
 8831 lines of diff (skipped)




commit mate-applet-dock for openSUSE:Factory

2016-01-13 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2016-01-13 22:46:02

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-11-24 22:34:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2016-01-13 22:46:03.0 +0100
@@ -1,0 +2,33 @@
+Mon Jan 11 15:30:48 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.66:
+  * Improve matching applications with their .desktop files, in
+particular Opera and Chrome.
+  * Dock icons now pulse when a new window is opened for a running
+application.
+  * Minimise targets are now recalculated when the applet is moved
+or changes panel, so that windows always minimise to the
+correct place on the dock.
+  * Add option to change MATE panel colour according to the
+current desktop wallpaper (note: this works for images only,
+not slideshows, gradients, or solid colour backgrounds). The
+colour can be applied to all panels or just the panel
+containing the dock. The applet now depends on the
+Python Imaging Library and SciPy packages because of this
+change.
+  * Add new preferences to options to both activate panel colour
+changing  and to limit it to the dock panel panel only.
+  * Add option to not display indicators under running applications.
+  * Add option to not display in the dock running pinned
+applications which are not on the current workspace.
+  * Using the mouse wheel on a dock icon to scroll through the
+application's windows will now change workspace if the new
+window is not on the current workspace.
+  * Selecting an application's window from the pop-up window list
+will now change workspace if the window is not on the current
+workspace.
+  * Preferences dialog reworked because of new options added in
+this version.
+- Add missing python3-gobject and python3-cairo dependencies.
+
+---

Old:

  dock-applet-0.65.tar.gz

New:

  dock-applet-0.66.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.SgTQZk/_old  2016-01-13 22:46:04.0 +0100
+++ /var/tmp/diff_new_pack.SgTQZk/_new  2016-01-13 22:46:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-applet-dock
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define _name   dock-applet
 Name:   mate-applet-dock
-Version:0.65
+Version:0.66
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
@@ -30,6 +30,10 @@
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  python3-devel
+Requires:   python3-Pillow
+Requires:   python3-cairo
+Requires:   python3-gobject
+Requires:   python3-scipy
 Requires:   python3-xdg
 %glib2_gsettings_schema_requires
 
@@ -58,7 +62,7 @@
 cp -f %{_datadir}/automake-*/COPYING License
 mv -f License COPYING
 fi
-sed -i 's|%{_bindir}/env/|%{_bindir}/env|' src/docked_app.in
+sed -i 's|%{_bindir}/env/|%{_bindir}/env |' src/*
 
 %build
 autoreconf -fi

++ dock-applet-0.65.tar.gz -> dock-applet-0.66.tar.gz ++
 2168 lines of diff (skipped)




commit mate-applet-dock for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2015-11-24 22:33:56

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-10-24 10:30:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2015-11-24 22:34:26.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 23 20:34:07 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.65:
+  * Dock icons now blink when an application needs attention.
+  * Change to window activation code for applet to work with
+MATE 1.12.
+
+---

Old:

  dock-applet-0.64.tar.gz

New:

  dock-applet-0.65.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.1hkWpq/_old  2015-11-24 22:34:27.0 +0100
+++ /var/tmp/diff_new_pack.1hkWpq/_new  2015-11-24 22:34:27.0 +0100
@@ -18,7 +18,7 @@
 
 %define _name   dock-applet
 Name:   mate-applet-dock
-Version:0.64
+Version:0.65
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
@@ -52,7 +52,6 @@
  * Use either a light or dark indicator that it can always be seen
no matter what colour the panel is.
 
-
 %prep
 %setup -q -n %{_name}-%{version}
 if [ -L COPYING ]; then

++ dock-applet-0.64.tar.gz -> dock-applet-0.65.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.64/ChangeLog 
new/dock-applet-0.65/ChangeLog
--- old/dock-applet-0.64/ChangeLog  2015-10-15 11:32:08.0 +0200
+++ new/dock-applet-0.65/ChangeLog  2015-11-15 11:41:17.0 +0100
@@ -104,3 +104,6 @@
App icons can now be sourced from ~/.local/share/icons (e.g
popcorn-time puts its icon here)

+V0.65  Dock icons now blink when an app needs attention
+   Change to window activation code so that the applet works
+   with MATE 1.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.64/configure.ac 
new/dock-applet-0.65/configure.ac
--- old/dock-applet-0.64/configure.ac   2015-10-15 11:32:08.0 +0200
+++ new/dock-applet-0.65/configure.ac   2015-11-15 11:41:17.0 +0100
@@ -1,4 +1,4 @@
-AC_INIT([Dock Applet], [0.64])
+AC_INIT([Dock Applet], [0.65])
 
 AM_INIT_AUTOMAKE
 AM_PATH_PYTHON([3.0])
Files old/dock-applet-0.64/dock-applet-0.64.tar.gz and 
new/dock-applet-0.65/dock-applet-0.64.tar.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.64/src/dock.in 
new/dock-applet-0.65/src/dock.in
--- old/dock-applet-0.64/src/dock.in2015-10-15 11:32:08.0 +0200
+++ new/dock-applet-0.65/src/dock.in2015-11-15 11:41:17.0 +0100
@@ -1529,6 +1529,14 @@
 but first, hide any app window list that is being shown and stop the 
 window list timer
 
+Note: As of MATE 1.12 wnck_window.activate does not seem to work 
properly
+  if we specify our own event time. However, if an event time of
+  0 (i.e. now) is specfied all works as expected. However, when the
+  applet is run from the command line, lots of these messages
+  'Wnck-WARNING **: Received a timestamp of 0; window activation 
+   may not function properly' appear, so another solution may need 
+  to be found in the future
+
 Args:
 app: the docked app whose windows are to be minimized or restored
 event : the mouse click event
@@ -1559,7 +1567,7 @@
 (win_type == Wnck.WindowType.DIALOG)) and \
 (not window.is_skip_tasklist()) and \
 (window != last_active_win):
-window.activate(event.time)
+window.activate(0) 
 sleep(0.01)   # allow the window manager time to 
activate
   # the window
 
@@ -1571,13 +1579,13 @@
 wnck_ws = last_active_win.get_workspace()
 
 if wnck_aws != wnck_ws:
-wnck_ws.activate(event.time)
+wnck_ws.activate(0)
 sleep(0.01)
 
 # rarely, the last active win does not end up as the active 
window if we
 # activate here, so instead a workaround which seems to do the 
trick
 

commit mate-applet-dock for openSUSE:Factory

2015-10-24 Thread h_root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2015-10-24 10:29:36

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-08-03 17:21:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2015-10-24 10:30:20.0 +0200
@@ -1,0 +2,18 @@
+Wed Oct 21 14:05:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.64:
+  * Fix a bug that would sometimes prevent a window from being
+focused when a dock icon was clicked.
+  * Many changes to improve detection of .desktop files from
+running applications and linking to dock icons.
+  * Right click options (e.g. 'Open new Window' and Open new
+incognito window with Chromium) are now read from .desktop
+files and appear onthe dock icon right click menu.
+  * Custom launchers now set the Type field of the .desktop files
+they create to 'Application' and also set the NoDisplay field
+to 'true' so that the launcher is not displayed in the MATE menu.
+  * Customer launchers now write .desktop files that do not contain
+spaces in the filename, as per the GNOME developer docs.
+  * Application icons can now be sourced from ~/.local/share/icons/.
+
+---

Old:

  dock-applet-0.63.tar.gz

New:

  dock-applet-0.64.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.xQzHft/_old  2015-10-24 10:30:21.0 +0200
+++ /var/tmp/diff_new_pack.xQzHft/_new  2015-10-24 10:30:21.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   dock-applet
 Name:   mate-applet-dock
-Version:0.63
+Version:0.64
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
@@ -42,7 +42,7 @@
  * Pin and unpin apps to the dock.
  * Rearrange application icons on the dock.
  * Launch apps by clicking on their icons in the dock.
- * Minimize/unminimize running app windows by clicking the
+ * Minimise/unminimise running app windows by clicking the
applications dock icon.
  * Detect changes in the current icon theme and update the dock
accordingly.

++ dock-applet-0.63.tar.gz -> dock-applet-0.64.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.63/ChangeLog 
new/dock-applet-0.64/ChangeLog
--- old/dock-applet-0.63/ChangeLog  2015-07-22 10:18:26.0 +0200
+++ new/dock-applet-0.64/ChangeLog  2015-10-15 11:32:08.0 +0200
@@ -88,3 +88,19 @@
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.
+
+V0.64   Fixed bug that would sometimes prevent a window from being focused
+   when a dock icon was clicked
+   Many changes to Improve detection of .desktop files from running apps
+   and linking to dock icons
+   Right click options (e.g. 'Open new Window' and Open new incognito
+   window with Chrome) are now read from .desktop files and appear on
+   the dock icon right click menu
+   Custom launchers now set the Type field of the .desktop files they 
+   create to 'Application' and also set the NoDisplay field to 'true' 
+   so that the launcher is not displayed in the MATE menu
+   Customer launchers now write .desktop files that do not contain spaces
+   in the filename, as per the GNOME developer docs
+   App icons can now be sourced from ~/.local/share/icons (e.g
+   popcorn-time puts its icon here)
+   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.63/NEWS new/dock-applet-0.64/NEWS
--- old/dock-applet-0.63/NEWS   2015-07-22 10:18:26.0 +0200
+++ new/dock-applet-0.64/NEWS   2015-10-15 11:32:08.0 +0200
@@ -3,3 +3,4 @@
allows custom launchers to be added to the dock, and fixes a bug
when minimising and then maximising an app's windows. Full 
details
are in the ChangeLog
+15 Oct 2015 - V0.64 uploaded to github
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dock-applet-0.63/README.md 
new/dock-applet-0.64/README.md
--- old/dock-applet-0.63/README.md  2015-07-22 10:18:26.0 +0200
+++ new/dock-applet-0.64/README.md  2015-10-15 11:32:08.0 +0200
@@ -31,8 +31,11 @@
 make

commit mate-applet-dock for openSUSE:Factory

2015-08-03 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2015-08-03 17:21:50.0 +0200
@@ -1,0 +2,33 @@
+Fri Jul 24 05:14:21 UTC 2015 - sor.ale...@meowr.ru
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.YMBFYM/_new  2015-08-03 17:21:50.0 +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)