commit xfce4-whiskermenu-plugin for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2020-03-11 18:55:42

Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.3160 (New)


Package is "xfce4-whiskermenu-plugin"

Wed Mar 11 18:55:42 2020 rev:7 rq:783945 version:2.4.3

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2020-02-18 10:36:34.408475398 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.3160/xfce4-whiskermenu-plugin.changes
  2020-03-11 18:56:47.951713858 +0100
@@ -1,0 +2,7 @@
+Wed Mar 11 14:35:31 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.3
+  * Fix loading incorrect icons for some applications. (bxo#16461)
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.4.2.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.3.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.DdBiZN/_old  2020-03-11 18:56:48.495714101 +0100
+++ /var/tmp/diff_new_pack.DdBiZN/_new  2020-03-11 18:56:48.499714103 +0100
@@ -19,12 +19,12 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.4.2
+Version:2.4.3
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
-URL:https://gottcode.org/xfce4-whiskermenu-plugin/
+URL:https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin
 Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/2.4/%{name}-%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++

++ xfce4-whiskermenu-plugin-2.4.2.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.2/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.4.3/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.4.2/CMakeLists.txt   2020-02-15 
11:22:40.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.3/CMakeLists.txt   2020-03-11 
13:46:21.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "4")
-set(whiskermenu_version_micro "2")
+set(whiskermenu_version_micro "3")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.2/NEWS 
new/xfce4-whiskermenu-plugin-2.4.3/NEWS
--- old/xfce4-whiskermenu-plugin-2.4.2/NEWS 2020-02-15 11:22:40.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.4.3/NEWS 2020-03-11 13:46:21.0 
+0100
@@ -1,3 +1,9 @@
+2.4.3
+=
+- Fix loading incorrect icons for some applications. (bug #16461)
+- Translation updates: Bulgarian, Finnish, Greek, Icelandic, Interlingue,
+  Nepali, Norwegian Bokmål, Russian, Slovak.
+
 2.4.2
 =
 - Fix crash when selecting desktop action. (bug #16445)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.4.2/panel-plugin/category.cpp 
new/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/category.cpp
--- old/xfce4-whiskermenu-plugin-2.4.2/panel-plugin/category.cpp
2020-02-15 11:22:40.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/category.cpp
2020-03-11 13:46:21.0 +0100
@@ -49,7 +49,7 @@
{
text = _("All Applications");
}
-   set_icon(!exo_str_is_empty(icon) ? icon : "applications-other");
+   set_icon(!exo_str_is_empty(icon) ? icon : "applications-other", true);
set_text(text ? text : "");
set_tooltip(tooltip ? tooltip : "");
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.4.2/panel-plugin/element.cpp 
new/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/element.cpp
--- old/xfce4-whiskermenu-plugin-2.4.2/panel-plugin/element.cpp 2020-02-15 
11:22:40.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/element.cpp 2020-03-11 
13:46:21.0 +0100
@@ -21,7 +21,7 @@
 
 //-
 
-void Element::set_icon(const gchar* icon)
+void Element::set_icon(const gchar* icon, bool use_fallbacks)
 {
if (m_icon)
{
@@ -34,12 +34,14 @@
return;
 

commit xfce4-whiskermenu-plugin for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2020-02-14 16:37:02

Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.26092 (New)


Package is "xfce4-whiskermenu-plugin"

Fri Feb 14 16:37:02 2020 rev:5 rq:774114 version:2.4.1

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2020-01-20 22:55:00.067333276 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.26092/xfce4-whiskermenu-plugin.changes
 2020-02-14 16:37:05.399576227 +0100
@@ -1,0 +2,30 @@
+Thu Feb 13 07:40:40 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.1
+  * Fix narrow iconview columns.
+  * Fix bad hyphenation by increasing iconview column width.
+  * Translation updates
+
+---
+Tue Feb 11 09:39:05 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.0
+  * Add option to show as icons. (bxo#15675)
+  * Add hiding menu items. (bxo#14816)
+  * Add searching keywords of menu items. (bxo#15047)
+  * Add tooltip to profile picture for editing profile. (bxo#15501)
+  * Adjust wording of switch user command. (bxo#15398)
+  * Add icons to context menu.
+  * New default layout.
+  * Make panel button square only if single row and title hidden.
+  * Rearrange settings dialog.
+  * Redesign session confirmation dialogs.
+  * Refactor code.
+  * Rewrite menu load to match GarconGtkMenu.
+  * Switch categories with keyboard focus if hover enabled.
+  * Use custom icon renderer.
+  * Use link time optimization if available.
+  * Increase C++ version.
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.5.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.1.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.9XNie1/_old  2020-02-14 16:37:06.043576586 +0100
+++ /var/tmp/diff_new_pack.9XNie1/_new  2020-02-14 16:37:06.043576586 +0100
@@ -19,22 +19,22 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.3.5
+Version:2.4.1
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
 URL:https://gottcode.org/xfce4-whiskermenu-plugin/
-Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/2.3/%{name}-%{version}.tar.bz2
+Source0:
https://archive.xfce.org/src/panel-plugins/%{name}/2.4/%{name}-%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(exo-2) >= 0.11
 BuildRequires:  pkgconfig(garcon-1)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
-BuildRequires:  pkgconfig(libxfce4panel-2.0) >= 4.11
-BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.11
-BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.11
+BuildRequires:  pkgconfig(libxfce4panel-2.0) >= 4.12
+BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.12
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.12
 # BuildRequires:  xfce4-dev-tools
 Recommends: %{name}-lang
 # package was renamed in 2019 after Leap 15.1

++ xfce4-whiskermenu-plugin-2.3.5.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.1.tar.bz2 ++
 45809 lines of diff (skipped)




commit xfce4-whiskermenu-plugin for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2020-02-18 10:35:37

Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.26092 (New)


Package is "xfce4-whiskermenu-plugin"

Tue Feb 18 10:35:37 2020 rev:6 rq:774642 version:2.4.2

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2020-02-14 16:37:05.399576227 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.26092/xfce4-whiskermenu-plugin.changes
 2020-02-18 10:36:34.408475398 +0100
@@ -1,0 +2,7 @@
+Sat Feb 15 14:54:28 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.2
+  * Fix crash when selecting desktop action. (bxo#16445)
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.4.1.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.2.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.Z2ELSG/_old  2020-02-18 10:36:37.216481127 +0100
+++ /var/tmp/diff_new_pack.Z2ELSG/_new  2020-02-18 10:36:37.220481134 +0100
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.4.1
+Version:2.4.2
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.4.1.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.2.tar.bz2 ++
 2139 lines of diff (skipped)




commit xfce4-whiskermenu-plugin for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2020-04-25 20:33:33

Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.2738 (New)


Package is "xfce4-whiskermenu-plugin"

Sat Apr 25 20:33:33 2020 rev:8 rq:797266 version:2.4.4

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2020-03-11 18:56:47.951713858 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.2738/xfce4-whiskermenu-plugin.changes
  2020-04-25 20:36:39.115052391 +0200
@@ -1,0 +2,7 @@
+Wed Apr 22 19:29:54 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.4.4
+  * Fixed search delay. (bxo#16731)
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.4.3.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.4.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.3QhwyE/_old  2020-04-25 20:36:40.227054684 +0200
+++ /var/tmp/diff_new_pack.3QhwyE/_new  2020-04-25 20:36:40.227054684 +0200
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.4.3
+Version:2.4.4
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.4.3.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.3/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.4.4/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.4.3/CMakeLists.txt   2020-03-11 
13:46:21.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.4/CMakeLists.txt   2020-04-22 
19:25:34.0 +0200
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "4")
-set(whiskermenu_version_micro "3")
+set(whiskermenu_version_micro "4")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.3/NEWS 
new/xfce4-whiskermenu-plugin-2.4.4/NEWS
--- old/xfce4-whiskermenu-plugin-2.4.3/NEWS 2020-03-11 13:46:21.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.4.4/NEWS 2020-04-22 19:25:34.0 
+0200
@@ -1,3 +1,8 @@
+2.4.4
+=
+- Fixed search delay. (bug #16731)
+- Translation updates: Catalan, Finnish, Hungarian, Malay, Portuguese.
+
 2.4.3
 =
 - Fix loading incorrect icons for some applications. (bug #16461)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/window.cpp 
new/xfce4-whiskermenu-plugin-2.4.4/panel-plugin/window.cpp
--- old/xfce4-whiskermenu-plugin-2.4.3/panel-plugin/window.cpp  2020-03-11 
13:46:21.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.4.4/panel-plugin/window.cpp  2020-04-22 
19:25:34.0 +0200
@@ -145,7 +145,7 @@
 
// Create search entry
m_search_entry = GTK_ENTRY(gtk_search_entry_new());
-   g_signal_connect_slot(m_search_entry, 
"search-changed", &Window::search, this);
+   g_signal_connect_slot(m_search_entry, "changed", 
&Window::search, this);
 
// Create favorites
m_favorites = new FavoritesPage(this);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.4.3/po/ca.po 
new/xfce4-whiskermenu-plugin-2.4.4/po/ca.po
--- old/xfce4-whiskermenu-plugin-2.4.3/po/ca.po 2020-03-11 13:46:21.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.4.4/po/ca.po 2020-04-22 19:25:34.0 
+0200
@@ -3,21 +3,23 @@
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
+# Adolfo Jayme-Barrientos, 2013-2016,2018,2020
 # Adolfo Jayme-Barrientos, 2016,2018,2020
 # Adolfo Jayme-Barrientos, 2015
 # Adolfo Jayme-Barrientos, 2013
 # Adolfo Jayme-Barrientos, 2014
+# Marc Riera , 2020
 # Davidmp , 2017-2020
 # Oriol Fernandez , 2013
-# Robert Antoni Buj Gelonch , 2017-2020
+# Robert Antoni Buj Gelonch , 2016-2020
 # Robert Antoni Buj Gelonch , 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: Whisker Menu\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2020-01-24 09:02-0500\n"
-"PO-Revision-Date: 2020-01-29 16:40+\n"
-"Last-Translator: Davidmp \n"
+"PO-Revision-Date: 2020-03-28 19:41+000

commit xfce4-whiskermenu-plugin for openSUSE:Factory

2020-01-20 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2020-01-20 22:54:48

Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.26092 (New)


Package is "xfce4-whiskermenu-plugin"

Mon Jan 20 22:54:48 2020 rev:4 rq:765721 version:2.3.5

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2019-11-06 14:35:56.122661372 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.26092/xfce4-whiskermenu-plugin.changes
 2020-01-20 22:55:00.067333276 +0100
@@ -1,0 +2,12 @@
+Sun Jan 19 13:31:17 UTC 2020 - Marcel Kuehlhorn 
+
+- Update to 2.3.5
+  * Fix saving unchanged plugin title. (bxo#15403)
+  * Fix sidebar scrollbar covering buttons. (bxo#14730)
+  * Fix categories remaining scrolled when hidden.
+  * Fix incorrect alignment of commands next to search.
+  * Fix incorrect fallback value for menu opacity.
+  * Fix incorrect check when setting command.
+  * Update documentation URL. (bxo#16183)
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.4.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.5.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.2pgLUJ/_old  2020-01-20 22:55:01.087333669 +0100
+++ /var/tmp/diff_new_pack.2pgLUJ/_new  2020-01-20 22:55:01.087333669 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-whiskermenu-plugin
 #
-# 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
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.3.4
+Version:2.3.5
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.3.4.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.3.5/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt   2019-11-05 
11:58:16.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/CMakeLists.txt   2020-01-18 
16:13:32.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "3")
-set(whiskermenu_version_micro "4")
+set(whiskermenu_version_micro "5")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/NEWS 
new/xfce4-whiskermenu-plugin-2.3.5/NEWS
--- old/xfce4-whiskermenu-plugin-2.3.4/NEWS 2019-11-05 11:58:16.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/NEWS 2020-01-18 16:13:32.0 
+0100
@@ -1,3 +1,13 @@
+2.3.5
+=
+- Fix saving unchanged plugin title. (bug #15403)
+- Fix sidebar scrollbar covering buttons. (bug #14730)
+- Fix categories remaining scrolled when hidden.
+- Fix incorrect alignment of commands next to search.
+- Fix incorrect fallback value for menu opacity.
+- Fix incorrect check when setting command.
+- Update documentation URL. (bug #16183)
+
 2.3.4
 =
 - Fix building against xfce4-panel 4.15.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.4/README 
new/xfce4-whiskermenu-plugin-2.3.5/README
--- old/xfce4-whiskermenu-plugin-2.3.4/README   2019-11-05 11:58:16.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.3.5/README   2020-01-18 16:13:32.0 
+0100
@@ -1,3 +1,9 @@
+Website
+===
+
+https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin
+
+
 About
 =
 
@@ -40,3 +46,14 @@
 manager [ccsm -> 'General Settings' -> 'Focus Prevention'].
 Add (title="Whisker Menu") to the exclude pattern to make compiz ignore
 Whisker Menu and allow it to focus when shown.
+
+
+How to report bugs?
+===
+
+You can report bugs and feature requests at http://bugzilla.xfce.org.
+Choose the product Panel Plugins and the component xfce4-whiskermenu-plugin.
+You will need to create an account for yourself.
+
+You can also join the Xfce development mailing-list:
+https://mail.xfce.org/mailman/listinfo/xfce4-dev
diff -urN '--exclude=CVS' '--

commit xfce4-whiskermenu-plugin for openSUSE:Factory

2019-08-28 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2019-08-28 18:37:08

Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.7948 (New)


Package is "xfce4-whiskermenu-plugin"

Wed Aug 28 18:37:08 2019 rev:2 rq:726626 version:2.3.3

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2019-08-16 15:51:42.153569031 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.7948/xfce4-whiskermenu-plugin.changes
  2019-08-28 18:37:08.917266318 +0200
@@ -1,0 +2,5 @@
+Tue Aug 27 06:29:03 UTC 2019 - Jan Engelhardt 
+
+- Compact description. Ensure neutrality of description.
+
+---



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.b4ktcJ/_old  2019-08-28 18:37:09.469266222 +0200
+++ /var/tmp/diff_new_pack.b4ktcJ/_new  2019-08-28 18:37:09.469266222 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package xfce4-panel-plugin-whiskermenu
+# spec file for package xfce4-whiskermenu-plugin
 #
 # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
 Version:2.3.3
-Release:100
+Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
@@ -42,12 +43,11 @@
 Obsoletes:  xfce4-panel-plugin-%{plugin}-debuginfo
 
 %description
-Whisker Menu is an alternate application launcher for Xfce. When you
-open it you are shown a list of applications you have marked as
-favorites. You can browse through all of your installed applications by
-clicking on the category buttons on the side. Top level categories make
-browsing fast, and simple to switch between. Additionally, Whisker Menu
-keeps a list of the last ten applications that you’ve launched from it.
+Whisker Menu is an alternate application launcher for Xfce. When
+opened, it shows a list of applications marked as favorites.
+Installed applications can be browsed by clicking on the category
+buttons on the side. Whisker Menu keeps a list of most recent used
+applications launched from it.
 
 %package lang
 Summary:Translations for package %{name}




commit xfce4-whiskermenu-plugin for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2019-11-06 14:35:51

Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.2990 (New)


Package is "xfce4-whiskermenu-plugin"

Wed Nov  6 14:35:51 2019 rev:3 rq:745549 version:2.3.4

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2019-08-28 18:37:08.917266318 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.2990/xfce4-whiskermenu-plugin.changes
  2019-11-06 14:35:56.122661372 +0100
@@ -1,0 +2,7 @@
+Tue Nov  5 11:22:04 UTC 2019 - Marcel Kuehlhorn 
+
+- Update to 2.3.4
+  * Fix building against xfce4-panel 4.15.0
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.3.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.4.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.ajtgiC/_old  2019-11-06 14:35:56.598661884 +0100
+++ /var/tmp/diff_new_pack.ajtgiC/_new  2019-11-06 14:35:56.606661892 +0100
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.3.3
+Version:2.3.4
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.3.3.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.3/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.3.3/CMakeLists.txt   2019-08-07 
16:24:14.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.3.4/CMakeLists.txt   2019-11-05 
11:58:16.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "3")
-set(whiskermenu_version_micro "3")
+set(whiskermenu_version_micro "4")
 set(whiskermenu_version_tag "")
 set(whiskermenu_version 
"${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}")
 if(${whiskermenu_version_tag} MATCHES "git")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.3/NEWS 
new/xfce4-whiskermenu-plugin-2.3.4/NEWS
--- old/xfce4-whiskermenu-plugin-2.3.3/NEWS 2019-08-07 16:24:14.0 
+0200
+++ new/xfce4-whiskermenu-plugin-2.3.4/NEWS 2019-11-05 11:58:16.0 
+0100
@@ -1,3 +1,8 @@
+2.3.4
+=
+- Fix building against xfce4-panel 4.15.0
+- Translation updates: Dutch, Galician, Georgian.
+
 2.3.3
 =
 - Removed workaround for garcon that did not always fix crash.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/register-plugin.c 
new/xfce4-whiskermenu-plugin-2.3.4/panel-plugin/register-plugin.c
--- old/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/register-plugin.c   
2019-08-07 16:24:14.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.3.4/panel-plugin/register-plugin.c   
2019-11-05 11:58:16.0 +0100
@@ -15,7 +15,7 @@
  * along with this library.  If not, see .
  */
 
-#include 
+#include 
 
 extern void whiskermenu_construct(XfcePanelPlugin* plugin);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/whiskermenu.desktop 
new/xfce4-whiskermenu-plugin-2.3.4/panel-plugin/whiskermenu.desktop
--- old/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/whiskermenu.desktop 
2019-08-07 16:24:14.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.3.4/panel-plugin/whiskermenu.desktop 
2019-11-05 11:58:16.0 +0100
@@ -72,7 +72,7 @@
 Comment[fa]=نمایش یک منو برای دسترسی آسان به برنامه‌های نصب‌شده
 Comment[fi]=Näytä valikko, josta on helppo pääsy asennettuihin sovelluksiin
 Comment[fr]=Afficher un menu pour accéder facilement aux applications 
installées
-Comment[gl]=Amosar un menú para acceder doadamente aos aplicativos instalados
+Comment[gl]=Amosar un menú para acceder doadamente as aplicacións instaladas
 Comment[he]=הצג תפריט כדי לגשת בקלות אל יישומים מותקנים
 Comment[hr]=Prikaži izbornik da bi lakše pristupili instaliranim aplikacijama
 Comment[hu]=menü megjelenítése a telepített alkalmazások könnyű eléréséhez
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.3/po/gl.po 
new/xfce4-whiskermenu-plugin-2.3.4/po/gl.po
--- old/xfce4-whiskerme

commit xfce4-whiskermenu-plugin for openSUSE:Factory

2020-07-27 Thread root
Hello community,

here is the log from the commit of package xfce4-whiskermenu-plugin for 
openSUSE:Factory checked in at 2020-07-27 17:38:56

Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.3592 (New)


Package is "xfce4-whiskermenu-plugin"

Mon Jul 27 17:38:56 2020 rev:9 rq:822752 version:2.4.6

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2020-04-25 20:36:39.115052391 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.3592/xfce4-whiskermenu-plugin.changes
  2020-07-27 17:39:41.546959949 +0200
@@ -1,0 +2,18 @@
+Thu Jul 23 12:15:36 UTC 2020 - Maurizio Galli 
+
+- Update to version 2.4.6
+  * Fix crash during grab check. (gxo#19)
+  * Fix background incorrect without compositing. 
+
+---
+Tue Jul 21 14:04:00 UTC 2020 - Vinzenz Vietzke 
+
+- Update to 2.4.5
+  * Fix saving plugin title with overridden default text (bxo#16822)
+  * Fix extra key press to select search items (gxo#8)
+  * Fix icon view skipping first item when pressing arrow key
+  * Fix incorrect signal name
+  * Fix nonfunctional grab check
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.4.4.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.4.6.tar.bz2



Other differences:
--
++ xfce4-whiskermenu-plugin.spec ++
--- /var/tmp/diff_new_pack.qVQmxA/_old  2020-07-27 17:39:43.170961473 +0200
+++ /var/tmp/diff_new_pack.qVQmxA/_new  2020-07-27 17:39:43.170961473 +0200
@@ -19,7 +19,7 @@
 %define panel_version 4.12.0
 %define plugin whiskermenu
 Name:   xfce4-whiskermenu-plugin
-Version:2.4.4
+Version:2.4.6
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.4.4.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.4.6.tar.bz2 ++
 2490 lines of diff (skipped)