commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2019-08-13 Thread root
Hello community,

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

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


Package is "xfce4-panel-plugin-whiskermenu"

Tue Aug 13 13:16:28 2019 rev:31 rq:721998 version:2.3.3

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2019-03-26 15:46:15.768057103 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new.9556/xfce4-panel-plugin-whiskermenu.changes
  2019-08-13 13:16:31.769488138 +0200
@@ -1,0 +2,8 @@
+Fri Aug  9 09:35:19 UTC 2019 - Kyrill Detinov 
+
+- Update to 2.3.3.
+  * Removed workaround for garcon that did not always fix crash.
+  * Translation updates: Bulgarian, Czech, Danish, Galician, Icelandic,
+Nepali.
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.2.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.3.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.9SnsK6/_old  2019-08-13 13:16:32.733487916 +0200
+++ /var/tmp/diff_new_pack.9SnsK6/_new  2019-08-13 13:16:32.741487914 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.3.2
+Version:2.3.3
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.3.2.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.2/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.3.3/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.3.2/CMakeLists.txt   2019-03-26 
09:28:50.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.3.3/CMakeLists.txt   2019-08-07 
16:24:14.0 +0200
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "3")
-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.3.2/NEWS 
new/xfce4-whiskermenu-plugin-2.3.3/NEWS
--- old/xfce4-whiskermenu-plugin-2.3.2/NEWS 2019-03-26 09:28:50.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.3.3/NEWS 2019-08-07 16:24:14.0 
+0200
@@ -1,3 +1,8 @@
+2.3.3
+=
+- Removed workaround for garcon that did not always fix crash.
+- Translation updates: Bulgarian, Czech, Danish, Galician, Icelandic, Nepali.
+
 2.3.2
 =
 - Fix editing menu items containting a single quote. (bug #15091)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.3.2/panel-plugin/applications-page.cpp 
new/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/applications-page.cpp
--- old/xfce4-whiskermenu-plugin-2.3.2/panel-plugin/applications-page.cpp   
2019-03-26 09:28:50.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/applications-page.cpp   
2019-08-07 16:24:14.0 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2015, 2016, 2017, 2018, 2019 Graeme Gott 

+ * Copyright (C) 2013, 2015, 2016, 2017, 2018 Graeme Gott 
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -160,7 +160,6 @@
if (m_load_status == STATUS_LOADED)
{
m_load_status = STATUS_INVALID;
-   clear_applications();
}
else if (m_load_status == STATUS_LOADING)
{
@@ -340,15 +339,7 @@
get_window()->set_items();
get_window()->set_loaded();
 
-   if (m_load_status == STATUS_LOADING)
-   {
-   m_load_status = STATUS_LOADED;
-   }
-   else
-   {
-   m_load_status = STATUS_INVALID;
-   clear_applications();
-   }
+   m_load_status = (m_load_status == STATUS_LOADING) ? STATUS_LOADED : 
STATUS_INVALID;
 }
 
 //-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.3.2/panel-plugin/whiskermenu.desktop 
new/xfce4-whiskermenu-plugin-2.3.3/panel-plugin/whiskermenu.desktop
--- 

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2019-03-26 15:46:14

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


Package is "xfce4-panel-plugin-whiskermenu"

Tue Mar 26 15:46:14 2019 rev:30 rq:688706 version:2.3.2

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2019-01-24 14:11:57.863462881 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new.25356/xfce4-panel-plugin-whiskermenu.changes
 2019-03-26 15:46:15.768057103 +0100
@@ -1,0 +2,8 @@
+Tue Mar 26 10:05:25 UTC 2019 - Vinzenz Vietzke 
+
+- update to 2.3.2
+  * Fix editing menu items containting a single quote. (bxo#15091)
+  * Fix displaying empty tooltips. (bxo#15137)
+  * Translation updates: Dutch, Galician, Spanish, Swedish, Ukrainian.
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.1.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.2.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.tKDlNH/_old  2019-03-26 15:46:16.844056558 +0100
+++ /var/tmp/diff_new_pack.tKDlNH/_new  2019-03-26 15:46:16.852056554 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.3.1.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.1/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.3.2/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.3.1/CMakeLists.txt   2019-01-19 
21:08:55.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.3.2/CMakeLists.txt   2019-03-26 
09:28:50.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "3")
-set(whiskermenu_version_micro "1")
+set(whiskermenu_version_micro "2")
 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.1/NEWS 
new/xfce4-whiskermenu-plugin-2.3.2/NEWS
--- old/xfce4-whiskermenu-plugin-2.3.1/NEWS 2019-01-19 21:08:55.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.3.2/NEWS 2019-03-26 09:28:50.0 
+0100
@@ -1,3 +1,9 @@
+2.3.2
+=
+- Fix editing menu items containting a single quote. (bug #15091)
+- Fix displaying empty tooltips. (bug #15137)
+- Translation updates: Dutch, Galician, Spanish, Swedish, Ukrainian.
+
 2.3.1
 =
 - Fix crash when reload is required.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-2.3.1/panel-plugin/element.h 
new/xfce4-whiskermenu-plugin-2.3.2/panel-plugin/element.h
--- old/xfce4-whiskermenu-plugin-2.3.1/panel-plugin/element.h   2019-01-19 
21:08:55.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.3.2/panel-plugin/element.h   2019-03-26 
09:28:50.0 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2015, 2016 Graeme Gott 
+ * Copyright (C) 2013, 2015, 2016, 2019 Graeme Gott 
  *
  * This library is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -18,6 +18,7 @@
 #ifndef WHISKERMENU_ELEMENT_H
 #define WHISKERMENU_ELEMENT_H
 
+#include 
 #include 
 
 namespace WhiskerMenu
@@ -107,7 +108,7 @@
void set_tooltip(const gchar* tooltip)
{
g_free(m_tooltip);
-   m_tooltip = g_markup_escape_text(tooltip, -1);
+   m_tooltip = !exo_str_is_empty(tooltip) ? 
g_markup_escape_text(tooltip, -1) : NULL;
}
 
 private:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.3.1/panel-plugin/page.cpp 
new/xfce4-whiskermenu-plugin-2.3.2/panel-plugin/page.cpp
--- old/xfce4-whiskermenu-plugin-2.3.1/panel-plugin/page.cpp2019-01-19 
21:08:55.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.3.2/panel-plugin/page.cpp2019-03-26 
09:28:50.0 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018 Graeme Gott 

+ * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018, 2019 Graeme Gott 

  *
  * This library is free 

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2019-01-24 14:11:56

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


Package is "xfce4-panel-plugin-whiskermenu"

Thu Jan 24 14:11:56 2019 rev:29 rq:667396 version:2.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2018-10-25 09:08:42.910419939 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new.28833/xfce4-panel-plugin-whiskermenu.changes
 2019-01-24 14:11:57.863462881 +0100
@@ -1,0 +2,9 @@
+Sun Jan 20 09:00:42 UTC 2019 - Maurizio Galli 
+
+- update to 2.3.1
+  * Fix crash when reload is required.
+  * Translation updates
+
+- drop obsolete macros
+
+---

Old:

  xfce4-whiskermenu-plugin-2.3.0.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.7L4lxO/_old  2019-01-24 14:11:58.319462356 +0100
+++ /var/tmp/diff_new_pack.7L4lxO/_new  2019-01-24 14:11:58.323462351 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-whiskermenu
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.3.0
+Version:2.3.1
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.11
 BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.11
 Recommends: %{name}-lang
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Whisker Menu is an alternate application launcher for Xfce. When you
@@ -58,7 +57,6 @@
 %find_lang xfce4-whiskermenu-plugin %{?no_lang_C}
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS NEWS README
 %license COPYING
 %{_bindir}/xfce4-popup-whiskermenu

++ xfce4-whiskermenu-plugin-2.3.0.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.1.tar.bz2 ++
 3150 lines of diff (skipped)




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2018-10-25 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2018-10-25 09:08:40

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


Package is "xfce4-panel-plugin-whiskermenu"

Thu Oct 25 09:08:40 2018 rev:28 rq:643656 version:2.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2018-08-18 00:07:01.827601249 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2018-10-25 09:08:42.910419939 +0200
@@ -1,0 +2,11 @@
+Mon Oct 15 20:28:58 UTC 2018 - Stefan Seyfried 
+
+- update to 2.3.0:
+  * Fix sidebar wider than iconless categories.
+  * Add buttons for individual logout commands. (bxo#14639)
+  * Add option to stay visible when focus is lost. (bxo#12240)
+  * Always allow positioning commands next to search.
+  * Improve preferences spacing. (bxo#14683)
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.2.1.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.3.0.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.aJGpdG/_old  2018-10-25 09:08:43.430419629 +0200
+++ /var/tmp/diff_new_pack.aJGpdG/_new  2018-10-25 09:08:43.434419626 +0200
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.2.1
+Version:2.3.0
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
 Url:http://gottcode.org/xfce4-whiskermenu-plugin/
-Source0:
http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.2/xfce4-whiskermenu-plugin-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.3/xfce4-whiskermenu-plugin-%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig

++ xfce4-whiskermenu-plugin-2.2.1.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.3.0.tar.bz2 ++
 29358 lines of diff (skipped)




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2018-08-17 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2018-08-18 00:06:59

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


Package is "xfce4-panel-plugin-whiskermenu"

Sat Aug 18 00:06:59 2018 rev:27 rq:629975 version:2.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2018-05-29 10:47:53.609909045 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2018-08-18 00:07:01.827601249 +0200
@@ -1,0 +2,11 @@
+Mon Aug  6 06:32:46 UTC 2018 - seife+...@b1-systems.com
+
+- update to 2.2.1:
+  * Fix category button staying active when dragged. (bxo#14419)
+  * Fix regression of non-square panel image support. (bxo#14506)
+  * Fix redundant hiding of menu.
+  * Fix sidebar buttons retaining incorrect width.
+  * Fix commands not following sidebar.
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.2.0.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.2.1.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.A8iBmH/_old  2018-08-18 00:07:02.427603047 +0200
+++ /var/tmp/diff_new_pack.A8iBmH/_new  2018-08-18 00:07:02.431603059 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later

++ xfce4-whiskermenu-plugin-2.2.0.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.2.1.tar.bz2 ++
 7213 lines of diff (skipped)




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2018-05-29 10:47:51

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


Package is "xfce4-panel-plugin-whiskermenu"

Tue May 29 10:47:51 2018 rev:26 rq:612427 version:2.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2018-05-16 18:44:54.248115698 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2018-05-29 10:47:53.609909045 +0200
@@ -1,0 +2,14 @@
+Fri May 25 13:50:43 UTC 2018 - seife+...@b1-systems.com
+
+- update to 2.2.0:
+  * Fix panel icon size not following theme.
+  * Disable opacity option when non-composited.
+  * Rename option for including favorites in recent.
+  * Load applications in a thread. (bxo#12903)
+  * Slide out search results.
+  * Require GTK+ version 3.22.
+  * Translation updates
+- packaging: remove icon_theme_cache_{post,postun} macros, package
+  does not build for pre-Leap-15 anyway and today they are no-ops.
+
+---

Old:

  xfce4-whiskermenu-plugin-2.1.7.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.2.0.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.NQgB4n/_old  2018-05-29 10:47:54.397879972 +0200
+++ /var/tmp/diff_new_pack.NQgB4n/_new  2018-05-29 10:47:54.401879825 +0200
@@ -17,19 +17,19 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.1.7
+Version:2.2.0
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
 Url:http://gottcode.org/xfce4-whiskermenu-plugin/
-Source0:
http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.1/xfce4-whiskermenu-plugin-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.2/xfce4-whiskermenu-plugin-%{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.12
+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
@@ -57,15 +57,10 @@
 %cmake_install
 %find_lang xfce4-whiskermenu-plugin %{?no_lang_C}
 
-%post
-%icon_theme_cache_post
-
-%postun
-%icon_theme_cache_postun
-
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS NEWS README
+%license COPYING
 %{_bindir}/xfce4-popup-whiskermenu
 %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
 %{_datadir}/icons/hicolor/*/*/xfce4-whiskermenu.*

++ xfce4-whiskermenu-plugin-2.1.7.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.2.0.tar.bz2 ++
 14043 lines of diff (skipped)




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2018-05-16 18:43:32

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


Package is "xfce4-panel-plugin-whiskermenu"

Wed May 16 18:43:32 2018 rev:25 rq:609104 version:2.1.7

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2017-12-31 19:32:23.558616054 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2018-05-16 18:44:54.248115698 +0200
@@ -1,0 +2,11 @@
+Thu Apr 26 18:39:42 UTC 2018 - seife+...@b1-systems.com
+
+- update to 2.1.7:
+  * Fix memory leak when recreating window.
+  * Use HTTPS for plugin website.
+  * Fix losing search focus. (bxo#14209)
+  * Fix crash when last search action is deleted.
+  * Fix menu shown in alt-tab.
+  * Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.1.5.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.1.7.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.YdfenU/_old  2018-05-16 18:44:54.940090691 +0200
+++ /var/tmp/diff_new_pack.YdfenU/_new  2018-05-16 18:44:54.944090547 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-whiskermenu
 #
-# 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
@@ -17,10 +17,10 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.1.5
+Version:2.1.7
 Release:0
 Summary:Alternate Xfce Menu
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
 Url:http://gottcode.org/xfce4-whiskermenu-plugin/
 Source0:
http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.1/xfce4-whiskermenu-plugin-%{version}.tar.bz2

++ xfce4-whiskermenu-plugin-2.1.5.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.1.7.tar.bz2 ++
 15676 lines of diff (skipped)




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2017-12-31 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2017-12-31 19:32:21

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


Package is "xfce4-panel-plugin-whiskermenu"

Sun Dec 31 19:32:21 2017 rev:24 rq:560757 version:2.1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2017-11-20 17:06:59.590315201 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2017-12-31 19:32:23.558616054 +0100
@@ -1,0 +2,7 @@
+Sat Dec 30 13:43:24 UTC 2017 - seife+...@b1-systems.com
+
+- update to 2.1.5:
+  - Fix class/struct typo. (bxo#14001)
+  - Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.1.4.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.1.5.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.iIrht9/_old  2017-12-31 19:32:24.122427958 +0100
+++ /var/tmp/diff_new_pack.iIrht9/_new  2017-12-31 19:32:24.126426624 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.1.4
+Version:2.1.5
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-2.1.4.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.1.4/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.1.5/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.1.4/CMakeLists.txt   2017-11-13 
19:19:23.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.1.5/CMakeLists.txt   2017-12-28 
19:29:46.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "1")
-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.1.4/ChangeLog 
new/xfce4-whiskermenu-plugin-2.1.5/ChangeLog
--- old/xfce4-whiskermenu-plugin-2.1.4/ChangeLog2017-11-13 
19:19:33.0 +0100
+++ new/xfce4-whiskermenu-plugin-2.1.5/ChangeLog2017-12-28 
19:30:10.0 +0100
@@ -1,3 +1,45 @@
+commit 4e9f2cdfee78b68bf9ad0a373675de2a3156eb34
+Author: Graeme Gott 
+Date:   2017-12-28
+
+Bump version number.
+
+commit 411940a990c1ee41ac4e6371b36ac1d44203f5c8
+Author: Graeme Gott 
+Date:   2017-12-24
+
+I18n: Update translation ro (100%).
+
+commit ebd05f96eeb76bae2a1cc670475d7d721e524eb2
+Author: Graeme Gott 
+Date:   2017-12-24
+
+I18n: Update translation ms (100%).
+
+commit 33f3820deee69408daee547256153e308b3f373e
+Author: Graeme Gott 
+Date:   2017-12-24
+
+I18n: Update translation ja (100%).
+
+commit fa98f9ea86793e7012d753a09cb0ad4570ff09e2
+Author: Graeme Gott 
+Date:   2017-12-24
+
+I18n: Update translation da (100%).
+
+commit ede867021eaf5c744a13b66353f3d4376e0b747b
+Author: Graeme Gott 
+Date:   2017-12-24
+
+I18n: Update translation am (100%).
+
+commit 53098dcfbf23335d5e996cf6e9de35b5eaa047b2
+Author: Olivier Duchateau 
+Date:   2017-11-13
+
+Fix typo. (bug #14001)
+
 commit 85bef962cce108eb2dbe566a18b9a7ad215f9d59
 Author: Graeme Gott 
 Date:   2017-11-13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.1.4/NEWS 
new/xfce4-whiskermenu-plugin-2.1.5/NEWS
--- old/xfce4-whiskermenu-plugin-2.1.4/NEWS 2017-11-13 19:19:06.0 
+0100
+++ new/xfce4-whiskermenu-plugin-2.1.5/NEWS 2017-12-28 19:29:36.0 
+0100
@@ -1,3 +1,8 @@
+2.1.5
+=
+- Fix typo. (bug #14001)
+- Translation updates: Amharic, Danish, Japanese, Malay, Romanian.
+
 2.1.4
 =
 - Fix excessive padding on panel button. (bug #13611)
@@ -58,6 +63,11 @@
   Dutch, French, Hebrew, Hungarian, Lithuanian, Polish, Slovak,
   Slovenian, Spanish.
 
+1.7.5
+=
+- Fix typo. (bug #14001)
+- Translation updates: Amharic, Danish, Japanese, Malay, Romanian.
+
 1.7.4
 =
 - Translation updates: Catalan (Valencian), Danish, Hebrew, Hungarian,
diff -urN 

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2017-11-20 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2017-11-20 17:06:05

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


Package is "xfce4-panel-plugin-whiskermenu"

Mon Nov 20 17:06:05 2017 rev:23 rq:542952 version:2.1.4

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2017-10-05 12:03:05.968180999 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2017-11-20 17:06:59.590315201 +0100
@@ -1,0 +2,10 @@
+Fri Nov 17 21:19:22 UTC 2017 - seife+...@b1-systems.com
+
+- update to 2.1.4:
+  - Fix excessive padding on panel button. (bxo#13611)
+  - Fix blurry category buttons with high DPI.
+  - Fix blurry profile picture with high DPI.
+  - Fix panel icon too big with high DPI. (bxo#13893)
+  - Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.1.3.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.1.4.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.vZYW3w/_old  2017-11-20 17:07:01.514245547 +0100
+++ /var/tmp/diff_new_pack.vZYW3w/_new  2017-11-20 17:07:01.514245547 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.1.3
+Version:2.1.4
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-2.1.3.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.1.3/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.1.4/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.1.3/CMakeLists.txt   2017-08-06 
01:08:45.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.1.4/CMakeLists.txt   2017-11-13 
19:19:23.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "1")
-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.1.3/ChangeLog 
new/xfce4-whiskermenu-plugin-2.1.4/ChangeLog
--- old/xfce4-whiskermenu-plugin-2.1.3/ChangeLog2017-08-06 
01:08:56.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.1.4/ChangeLog2017-11-13 
19:19:33.0 +0100
@@ -1,3 +1,105 @@
+commit 85bef962cce108eb2dbe566a18b9a7ad215f9d59
+Author: Graeme Gott 
+Date:   2017-11-13
+
+Bump version number.
+
+commit ff30a6ebd0c1660783539367b492962e8882a79b
+Author: Graeme Gott 
+Date:   2017-11-13
+
+I18n: Update translation da (100%).
+
+commit 720f0ecf095182b7d2629555c2eaa1fa300a294b
+Author: Graeme Gott 
+Date:   2017-11-10
+
+Use stepped icon sizes for small panels.
+
+commit 87de296c4466c0cc9fb94442c473c953fc51bf9a
+Author: Graeme Gott 
+Date:   2017-10-20
+
+Fix clipped panel icon.
+
+commit 3c6f5cb45c367026663bfdd1c6f4bcbe772d4542
+Author: Graeme Gott 
+Date:   2017-10-18
+
+Fix excessive padding on panel button. (bug #13611)
+
+commit 058e05bc6f8b5f42c76557b1a500969072c50946
+Author: Graeme Gott 
+Date:   2017-10-13
+
+I18n: Update translation sv (100%).
+
+commit 8b3ff75330ba8ee1c219ac9c1747cbd4a7350eee
+Author: Graeme Gott 
+Date:   2017-10-13
+
+I18n: Update translation ru (100%).
+
+commit 11ea46af356389c0349cefaad6c023b07cbd4723
+Author: Graeme Gott 
+Date:   2017-10-13
+
+I18n: Update translation nb (100%).
+
+commit 47f3d1a13e67a63b8d24e5b9accca62fabff3550
+Author: Graeme Gott 
+Date:   2017-10-13
+
+I18n: Update translation lt (100%).
+
+commit c69dd59e6b54fc0920b5e95be367f098abf48eb3
+Author: Graeme Gott 
+Date:   2017-10-13
+
+I18n: Update translation hu (100%).
+
+commit de900f75be9bf628988b3026323bd2022637dcb4
+Author: Graeme Gott 
+Date:   2017-10-13
+
+I18n: Update translation he (100%).
+
+commit b9a9f3b2f75ee322af01861c5b34959c3e176302
+Author: Graeme Gott 
+Date:   2017-10-13
+
+I18n: Update translation da (100%).
+
+commit 

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2017-10-05 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2017-10-05 11:59:39

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


Package is "xfce4-panel-plugin-whiskermenu"

Thu Oct  5 11:59:39 2017 rev:22 rq:531015 version:2.1.3

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2017-08-24 18:29:59.794746396 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2017-10-05 12:03:05.968180999 +0200
@@ -1,0 +2,7 @@
+Sat Aug 19 09:57:32 UTC 2017 - seife+...@b1-systems.com
+
+- update to 2.1.3:
+  - Fixed desktop action incorrectly parsing escaped k
+  - Translation updates
+
+---

Old:

  xfce4-whiskermenu-plugin-2.1.2.tar.bz2

New:

  xfce4-whiskermenu-plugin-2.1.3.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.77qHZZ/_old  2017-10-05 12:03:09.171730299 +0200
+++ /var/tmp/diff_new_pack.77qHZZ/_new  2017-10-05 12:03:09.171730299 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:2.1.2
+Version:2.1.3
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-2.1.2.tar.bz2 -> 
xfce4-whiskermenu-plugin-2.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.1.2/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-2.1.3/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.1.2/CMakeLists.txt   2017-04-04 
13:38:54.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.1.3/CMakeLists.txt   2017-08-06 
01:08:45.0 +0200
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "2")
 set(whiskermenu_version_minor "1")
-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.1.2/ChangeLog 
new/xfce4-whiskermenu-plugin-2.1.3/ChangeLog
--- old/xfce4-whiskermenu-plugin-2.1.2/ChangeLog2017-04-04 
13:38:14.0 +0200
+++ new/xfce4-whiskermenu-plugin-2.1.3/ChangeLog2017-08-06 
01:08:56.0 +0200
@@ -1,3 +1,105 @@
+commit 911f362ea6cd3b7a1ee8cb7ac32a21bb6ae09bb6
+Author: Graeme Gott 
+Date:   2017-08-05
+
+Bump version number.
+
+commit 9544778fa442b8f715fa3749e649d2df34670b82
+Author: Graeme Gott 
+Date:   2017-08-05
+
+I18n: Update translation ca (100%).
+
+commit 1db007b3bf91c8e9e6395ffae18ceb7588feb61b
+Author: Graeme Gott 
+Date:   2017-07-27
+
+I18n: Update translation pt_BR (100%).
+
+commit 7c06bb4a5137fc0c2897e28d252ec71d976cdd1e
+Author: Graeme Gott 
+Date:   2017-07-27
+
+I18n: Update translation pt_BR (100%).
+
+commit 46876d12101833cfe8413cca71a84c5ee4393d2b
+Author: Graeme Gott 
+Date:   2017-07-26
+
+I18n: Update translation ne (100%).
+
+commit af7aeff0f4f2430ac2b1c6e21486916ec8eb860c
+Author: Graeme Gott 
+Date:   2017-07-26
+
+I18n: Update translation es (100%).
+
+commit 16b81b4ee3eac01af17ae75cc89230112dcad4d0
+Author: Graeme Gott 
+Date:   2017-07-15
+
+I18n: Update translation pt_BR (100%).
+
+commit 5e5de8f7cd5a1ef9c53b403013722c3df486a91c
+Author: Graeme Gott 
+Date:   2017-07-15
+
+I18n: Update translation lt (100%).
+
+commit 608c0dc79f844c43baba900c2986659b15f0994e
+Author: Graeme Gott 
+Date:   2017-07-15
+
+I18n: Update translation de (100%).
+
+commit 5b964fdf57c6c34e111fca17830473d2b6fafdd2
+Author: Graeme Gott 
+Date:   2017-07-15
+
+I18n: Update translation ca (100%).
+
+commit ec5500018ce704f21bce8d70d76d2e34faa8feef
+Author: Graeme Gott 
+Date:   2017-06-20
+
+I18n: Update translation ru (100%).
+
+commit 1ae358d4f1083505eaae5106bf6ab9ec7e4210de
+Author: Graeme Gott 
+Date:   2017-06-14
+
+I18n: Update translation tr (100%).
+
+commit 96c9ec5b0e70764f75a402b439a5fbb5baecb3fc
+Author: Graeme Gott 
+Date:   2017-06-14
+
+I18n: Update translation pt_BR (100%).
+

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2017-08-24 18:29:35

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


Package is "xfce4-panel-plugin-whiskermenu"

Thu Aug 24 18:29:35 2017 rev:21 rq:489456 version:2.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2016-10-26 21:48:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2017-08-24 18:29:59.794746396 +0200
@@ -1,0 +2,32 @@
+Wed Apr 19 19:02:49 UTC 2017 - seife+...@b1-systems.com
+
+- update to 2.1.2:
+  - Fixed category names checkbox incorrectly enabled when opening
+dialog
+  - Fixed category names turning off at login. (bug #13422)
+  - Fixed memory leak when editing launcher (2.1.1)
+  - Translation updates
+
+---
+Mon Feb 27 21:44:30 UTC 2017 - seife+...@b1-systems.com
+
+- update to 2.1.0:
+  - Add editing launchers from context menu (bxo#13290)
+  - Add support for desktop actions (bxo#11787)
+  - Add option to hide category names (bxo#12895)
+  - Load applications immediately
+  - Translation updates
+
+---
+Sun Dec 25 18:35:31 UTC 2016 - seife+...@b1-systems.com
+
+- update to 2.0.3:
+  - translation updates
+
+---
+Sat Nov 26 16:54:07 UTC 2016 - seife+...@b1-systems.com
+
+- update to 2.0.2:
+  - port to GTK3
+
+---

Old:

  xfce4-panel-plugin-whiskermenu-1.6.1.tar.gz

New:

  xfce4-whiskermenu-plugin-2.1.2.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.Az2NNY/_old  2017-08-24 18:30:00.910589189 +0200
+++ /var/tmp/diff_new_pack.Az2NNY/_new  2017-08-24 18:30:00.918588063 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-whiskermenu
 #
-# 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
@@ -17,22 +17,22 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.6.1
+Version:2.1.2
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:http://gottcode.org/xfce4-whiskermenu-plugin/
-Source0:
https://github.com/gottcode/xfce4-whiskermenu-plugin/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:
http://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.1/xfce4-whiskermenu-plugin-%{version}.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(exo-2) >= 0.11
 BuildRequires:  pkgconfig(garcon-1)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  pkgconfig(libxfce4ui-1)
-BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
+BuildRequires:  pkgconfig(libxfce4panel-2.0) >= 4.11
+BuildRequires:  pkgconfig(libxfce4ui-2) >= 4.11
+BuildRequires:  pkgconfig(libxfce4util-1.0) >= 4.11
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2016-10-26 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2016-10-26 21:48:41

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


Package is "xfce4-panel-plugin-whiskermenu"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2016-09-01 14:03:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2016-10-26 21:48:42.0 +0200
@@ -1,0 +2,8 @@
+Tue Oct 25 01:24:00 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.6.1.
+  * Translation updates: Asturian, Basque, Catalan (Valencian),
+Chinese (China), Kazakh, Lithuanian, Polish, Russian, Turkish,
+Ukrainian.
+
+---

Old:

  xfce4-panel-plugin-whiskermenu-1.6.0.tar.gz

New:

  xfce4-panel-plugin-whiskermenu-1.6.1.tar.gz



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.WZkVKB/_old  2016-10-26 21:48:43.0 +0200
+++ /var/tmp/diff_new_pack.WZkVKB/_new  2016-10-26 21:48:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-panel-plugin-whiskermenu-1.6.0.tar.gz -> 
xfce4-panel-plugin-whiskermenu-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.6.0/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-1.6.1/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-1.6.0/CMakeLists.txt   2016-08-20 
17:56:17.0 +0200
+++ new/xfce4-whiskermenu-plugin-1.6.1/CMakeLists.txt   2016-10-17 
12:26:15.0 +0200
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major "1")
 set(whiskermenu_version_minor "6")
-set(whiskermenu_version_micro "0")
+set(whiskermenu_version_micro "1")
 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-1.6.0/NEWS 
new/xfce4-whiskermenu-plugin-1.6.1/NEWS
--- old/xfce4-whiskermenu-plugin-1.6.0/NEWS 2016-08-20 17:56:17.0 
+0200
+++ new/xfce4-whiskermenu-plugin-1.6.1/NEWS 2016-10-17 12:26:15.0 
+0200
@@ -1,3 +1,9 @@
+1.6.1
+=
+- Translation updates: Asturian, Basque, Catalan (Valencian),
+  Chinese (China), Kazakh, Lithuanian, Polish, Russian, Turkish,
+  Ukrainian.
+
 1.6.0
 =
 - Add keyboard navigation for categories. (bug #11550)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-whiskermenu-plugin-1.6.0/panel-plugin/whiskermenu.desktop 
new/xfce4-whiskermenu-plugin-1.6.1/panel-plugin/whiskermenu.desktop
--- old/xfce4-whiskermenu-plugin-1.6.0/panel-plugin/whiskermenu.desktop 
2016-08-20 17:56:17.0 +0200
+++ new/xfce4-whiskermenu-plugin-1.6.1/panel-plugin/whiskermenu.desktop 
2016-10-17 12:26:15.0 +0200
@@ -7,6 +7,7 @@
 Name[ast]=Menú Whisker
 Name[bg]=Whisker Меню
 Name[ca]=Menú Whisker
+Name[ca@valencia]=Menú Whisker
 Name[cs]=Nabídka Whisker
 Name[da]=Whisker Menu
 Name[de]=Whisker-Menü
@@ -55,6 +56,7 @@
 Comment[ast]=Amuesa un menú p'acceder cenciellamente a les aplicaciones 
instalaes
 Comment[bg]=Показване на меню за лесен достъп до инсталираните приложения
 Comment[ca]=Mostra un menú per accedir fàcilment a les aplicacions instal·lades
+Comment[ca@valencia]=Mostra un menú per a accedir fàcilment a les aplicacions 
instal·lades
 Comment[cs]=Zobrazit nabídku snadný přístup k nainstalovaným aplikacím
 Comment[da]=Vis en menu for hurtig adgang til applikationer
 Comment[de]=Zeigt ein Menü, um einfach auf installierte Anwendungen zuzugreifen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.6.0/po/ast.po 
new/xfce4-whiskermenu-plugin-1.6.1/po/ast.po
--- old/xfce4-whiskermenu-plugin-1.6.0/po/ast.po2016-08-20 
17:56:17.0 +0200
+++ new/xfce4-whiskermenu-plugin-1.6.1/po/ast.po2016-10-17 
12:26:15.0 +0200
@@ -1,17 +1,17 @@
 # Asturian translation of xfce4-whiskermenu-plugin.
-# Copyright (C) 2015 Graeme Gott
+# Copyright (C) 2016 Graeme Gott
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # 

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2016-09-01 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2016-09-01 14:03:36

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


Package is "xfce4-panel-plugin-whiskermenu"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2016-04-22 16:25:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2016-09-01 14:03:38.0 +0200
@@ -1,0 +2,15 @@
+Wed Aug 31 14:47:56 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.6.0.
+  * Add keyboard navigation for categories.
+  * Add tooltips for program descriptions.
+  * Add web search action.
+  * Hide recent items when maximum is set to zero.
+  * Prevent memory leak when changing element text.
+  * Search favorites and recent first.
+  * Switch to icon names from GtkStock.
+  * Translation updates: Bulgarian, Catalan, Chinese (Taiwan),
+Czech, Dutch, German, French, Hebrew, Hungarian, Lithuanian,
+Polish, Slovak, Slovenian, Serbian, Spanish.
+
+---

Old:

  xfce4-panel-plugin-whiskermenu-1.5.3.tar.gz

New:

  xfce4-panel-plugin-whiskermenu-1.6.0.tar.gz



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.utWwXo/_old  2016-09-01 14:03:39.0 +0200
+++ /var/tmp/diff_new_pack.utWwXo/_new  2016-09-01 14:03:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.5.3
+Version:1.6.0
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+
@@ -26,6 +26,7 @@
 Source0:
https://github.com/gottcode/xfce4-whiskermenu-plugin/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(exo-1)
 BuildRequires:  pkgconfig(garcon-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -46,7 +47,7 @@
 %lang_package
 
 %prep
-%setup -qn xfce4-whiskermenu-plugin-%{version}
+%setup -q -n xfce4-whiskermenu-plugin-%{version}
 
 %build
 %cmake
@@ -69,7 +70,7 @@
 %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
 %{_datadir}/icons/hicolor/*/*/xfce4-whiskermenu.*
 %{_datadir}/xfce4/panel/plugins/whiskermenu.desktop
-%doc %{_mandir}/man?/xfce4-popup-whiskermenu.*
+%{_mandir}/man?/xfce4-popup-whiskermenu.*
 
 %files lang -f xfce4-whiskermenu-plugin.lang
 

++ xfce4-panel-plugin-whiskermenu-1.5.3.tar.gz -> 
xfce4-panel-plugin-whiskermenu-1.6.0.tar.gz ++
 20508 lines of diff (skipped)




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2016-04-22 16:25:47

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


Package is "xfce4-panel-plugin-whiskermenu"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2016-01-08 15:23:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2016-04-22 16:25:55.0 +0200
@@ -1,0 +2,9 @@
+Sun Apr 17 09:17:41 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.5.3.
+  * Fix stuck button highlight.
+  * Fix losing categories.
+  * Fix warning about infinite recursion.
+  * Translation updates: Basque, Dutch, Hebrew, Icelandic.
+
+---

Old:

  v1.5.2.tar.gz

New:

  xfce4-panel-plugin-whiskermenu-1.5.3.tar.gz



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.jVIMXi/_old  2016-04-22 16:25:56.0 +0200
+++ /var/tmp/diff_new_pack.jVIMXi/_new  2016-04-22 16:25:56.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:http://gottcode.org/xfce4-whiskermenu-plugin/
-Source0:
https://github.com/gottcode/xfce4-whiskermenu-plugin/archive/v%{version}.tar.gz
+Source0:
https://github.com/gottcode/xfce4-whiskermenu-plugin/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(exo-1)




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2016-01-08 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2016-01-08 15:23:45

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


Package is "xfce4-panel-plugin-whiskermenu"

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2015-03-01 14:47:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2016-01-08 15:23:54.0 +0100
@@ -1,0 +2,26 @@
+Fri Jan  1 21:16:01 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.5.2.
+  * Fix modifier keys resetting focus to search entry.
+  * Fix limited input length for search actions.
+  * Fix menu shrinking unnecessarily.
+  * Fix minimum window size.
+  * Translation updates: Chinese (China), Hungarian, Korean,
+Lithuanian, Romanian.
+- Correct the source URL.
+- No more the ChangeLog file in the source (removed from %doc).
+
+---
+Thu Oct  1 17:38:19 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 1.5.1.
+  * Fix window being draggable.
+  * Fix not searching descriptions.
+  * Translation updates: Asturian, Bulgarian, Chinese
+(China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
+French, Finnish,German, Indonesian, Japanese, Kazakh,
+Lithuanian, Malay, Nepali, Norwegian Bokmål, Persian, Polish,
+Portuguese, Russian, Serbian, Slovak, Slovenian, Spanish,
+Swedish, Turkish.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.5.0-src.tar.bz2

New:

  v1.5.2.tar.gz



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.dUViDR/_old  2016-01-08 15:23:55.0 +0100
+++ /var/tmp/diff_new_pack.dUViDR/_new  2016-01-08 15:23:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-whiskermenu
 #
-# 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
@@ -17,13 +17,13 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.5.0
+Version:1.5.2
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:http://gottcode.org/xfce4-whiskermenu-plugin/
-Source0:
http://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-%{version}-src.tar.bz2
+Source0:
https://github.com/gottcode/xfce4-whiskermenu-plugin/archive/v%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(exo-1)
@@ -64,7 +64,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS COPYING NEWS README
 %{_bindir}/xfce4-popup-whiskermenu
 %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
 %{_datadir}/icons/hicolor/*/*/xfce4-whiskermenu.*




commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2015-03-01 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2015-03-01 14:47:30

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2015-02-16 22:12:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2015-03-01 14:47:54.0 +0100
@@ -1,0 +2,27 @@
+Sat Feb 21 18:16:56 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 1.5.0.
+  * Fix search activation to allow input methods.
+  * Fix broken menu when closed by window manager.
+  * Fix unnecessary assignment to NULL.
+  * Fix possible null pointer dereference.
+  * Add option to set background opacity.
+  * Add command to edit profile.
+  * Add profile picture.
+  * Add customizable limit for recently used.
+  * Add support for non-square panel button icon.
+  * Add items of Xfce settings manager to allow searching.
+  * Expand subcategories when activated.
+  * Load default settings from XDG location.
+  * Make launchers executable when they are added to desktop.
+  * Rearrange options in configuration dialog.
+  * Refactor list page code.
+  * Rename option for including favorites in recently used.
+  * Rename option to use single panel row.
+  * Rename button to match default menu applet.
+  * Use a single instance of the garcon menu.
+  * Translation updates: Bulgarian, Catalan, Dutch, French, German,
+Hebrew, Italian, Japanese, Lithuanian, Polish, Portuguese,
+Slovak, Slovenian, Spanish, Swedish, Turkish, Chinese (Taiwan).
+
+---

Old:

  xfce4-whiskermenu-plugin-1.4.3-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.5.0-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.QcwlOr/_old  2015-03-01 14:47:56.0 +0100
+++ /var/tmp/diff_new_pack.QcwlOr/_new  2015-03-01 14:47:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.4.3
+Version:1.5.0
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-1.4.3-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.5.0-src.tar.bz2 ++
 22525 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2015-02-16 22:12:09

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2015-01-06 09:07:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2015-02-16 22:12:10.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb 14 14:12:35 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 1.4.3.
+  * Fix hang at launch by removing load thread.
+  * Fix not saving sorted favorites.
+  * Translation updates: French, Hungarian, Russian, Slovak.
+- Use %cmake and %cmake_install macros.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.4.2-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.4.3-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.pLEpYu/_old  2015-02-16 22:12:11.0 +0100
+++ /var/tmp/diff_new_pack.pLEpYu/_new  2015-02-16 22:12:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-whiskermenu
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.4.2
+Version:1.4.3
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+
@@ -49,19 +49,11 @@
 %setup -qn xfce4-whiskermenu-plugin-%{version}
 
 %build
-mkdir build
-cd build
-cmake .. \
--DCMAKE_INSTALL_PREFIX=%{_prefix} \
--DCMAKE_INSTALL_LIBDIR=%{_libdir} \
--DCMAKE_C_FLAGS=%{optflags} \
--DCMAKE_CXX_FLAGS=%{optflags}
+%cmake
 make %{?_smp_mflags} VERBOSE=1
 
 %install
-pushd build
-%make_install
-popd
+%cmake_install
 %find_lang xfce4-whiskermenu-plugin %{?no_lang_C}
 
 %post

++ xfce4-whiskermenu-plugin-1.4.2-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.4.3-src.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-1.4.2/CMakeLists.txt 
new/xfce4-whiskermenu-plugin-1.4.3/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-1.4.2/CMakeLists.txt   2014-12-21 
15:33:04.0 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/CMakeLists.txt   2015-02-14 
14:01:17.0 +0100
@@ -5,7 +5,7 @@
 # version number
 set(whiskermenu_version_major 1)
 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-1.4.2/ChangeLog 
new/xfce4-whiskermenu-plugin-1.4.3/ChangeLog
--- old/xfce4-whiskermenu-plugin-1.4.2/ChangeLog2014-12-21 
15:34:46.0 +0100
+++ new/xfce4-whiskermenu-plugin-1.4.3/ChangeLog2015-02-14 
14:15:59.0 +0100
@@ -1,3 +1,51 @@
+commit 202b8e30608987eb1d2ba607fad365b7f90b0d5b
+Author: Graeme Gott gra...@gottcode.org
+Date:   2015-02-14
+
+Bump version number.
+
+commit 5ba062bb5ec6e51e7e5ce27f8d7ef5992d5be187
+Author: Graeme Gott gra...@gottcode.org
+Date:   2015-02-14
+
+Update copyright notice.
+
+commit fa298f52efd0ee9db7762bc2a47779e9c0759f8a
+Author: Graeme Gott gra...@gottcode.org
+Date:   2015-02-14
+
+I18n: Update translation sk (98%).
+
+commit b50d3f4d6a471faaf47605221034e811ce8f3225
+Author: Graeme Gott gra...@gottcode.org
+Date:   2015-02-14
+
+I18n: Update translation ru (100%).
+
+commit 08196bc70e5c6487c2526b3d52c2aeb382275b4c
+Author: Graeme Gott gra...@gottcode.org
+Date:   2015-02-14
+
+I18n: Update translation hu (92%).
+
+commit 5941eebf3f1f06d971a243a32b239bc6c8fc3e82
+Author: Graeme Gott gra...@gottcode.org
+Date:   2015-02-14
+
+I18n: Update translation fr (100%).
+
+commit ac868a30530ad896c182ef9a077d483181008ec4
+Author: Graeme Gott gra...@gottcode.org
+Date:   2015-02-14
+
+Fix hang at launch by removing load thread.
+
+commit 7911f7153c5b19753c8a070a61d37062f04162bc
+Author: Graeme Gott gra...@gottcode.org
+Date:   2015-01-10
+
+FIXED: Did not save sorted 

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2015-01-06 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2015-01-06 09:06:54

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2014-07-08 13:02:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2015-01-06 09:07:01.0 +0100
@@ -1,0 +2,21 @@
+Thu Jan  1 07:54:09 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 1.4.2.
+  * Fix panel button border not shown when pressed.
+  * Fix commands were editable when disabled.
+  * Fix incorrectly disabled checkbox for commands position.
+  * Fix commands next to search when not next to panel button.
+  * Translation updates: French, Hebrew, Serbian.
+
+---
+Mon Dec  8 17:23:01 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.4.1.
+  * Fix crash with invalid utf8 encoding.
+  * Fix not searching descriptions unless shown.
+  * Fix not using secure connection to Wikipedia.
+  * Translation updates: Asturian, Basque, Dutch, Finnish, French,
+Greek, Indonesian, Kazakh, Lithuanian, Nepali, Persian, Polish,
+Romanian, Spanish, Swedish, Turkish, Ukrainian, Uzbek.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.4.0-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.4.2-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.Rdhaky/_old  2015-01-06 09:07:02.0 +0100
+++ /var/tmp/diff_new_pack.Rdhaky/_new  2015-01-06 09:07:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-whiskermenu
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.4.0
+Version:1.4.2
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-1.4.0-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.4.2-src.tar.bz2 ++
 2869 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2014-07-08 13:01:59

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2014-03-21 13:51:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2014-07-08 13:02:05.0 +0200
@@ -1,0 +2,18 @@
+Mon Jun 30 22:21:38 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.4.0.
+  * Add option to switch position of categories and launchers.
+  * Add waiting for grabs.
+  * Allows modifier as shortcut.
+  * Add padding to username.
+  * Add single panel row option.
+  * Add about entry to context menu.
+  * Load applications immediately.
+  * Recognize keypad enter as return for searching.
+  * Set menu window type hint to DIALOG.
+  * Translation updates: Bulgarian, Catalan, Chinese (Taiwan),
+Czech, Dutch, French, German, Hebrew, Italian, Japanese, Malay,
+Norwegian Bokmål, Polish, Portuguese, Russian, Slovak, Spanish,
+Swedish.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.3.2-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.4.0-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.lwgvWq/_old  2014-07-08 13:02:06.0 +0200
+++ /var/tmp/diff_new_pack.lwgvWq/_new  2014-07-08 13:02:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.3.2
+Version:1.4.0
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-1.3.2-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.4.0-src.tar.bz2 ++
 16044 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2014-03-21 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2014-03-21 13:51:35

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2014-01-10 07:16:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2014-03-21 13:51:41.0 +0100
@@ -1,0 +2,23 @@
+Tue Mar 18 17:33:56 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.3.2.
+  * Fix crash when rearranging favorites.
+  * Fix menu flashing when panel button is pressed rapidly.
+  * Fix unable to click command buttons when focus follows mouse.
+  * Fix panel button icon alignment in deskbar mode.
+  * Translation updates: Arabic, Asturian, Chinese (Taiwan),
+Croatian, Czech, Danish, Finnish, Latvian, Nepali, Norwegian
+Bokmål, Portuguese (Brazil), Slovenian, Vietnamese.
+- Drop
+  xfce4-whiskermenu-plugin-1.3.1-fix_crash_while_dragging.patch
+  (fixed upstream).
+
+---
+Sun Mar 16 15:25:14 UTC 2014 - lazy.k...@opensuse.org
+
+- Add
+  xfce4-whiskermenu-plugin-1.3.1-fix_crash_while_dragging.patch:
+  fixed crash when accessing null launcher in assert
+  (gh#gottcode/xfce4-whiskermenu-plugin/issues/#77).
+
+---

Old:

  xfce4-whiskermenu-plugin-1.3.1-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.3.2-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.xBDBSi/_old  2014-03-21 13:51:41.0 +0100
+++ /var/tmp/diff_new_pack.xBDBSi/_new  2014-03-21 13:51:41.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-1.3.1-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.3.2-src.tar.bz2 ++
 3295 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2014-01-09 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2014-01-10 07:16:39

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2014-01-03 19:53:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2014-01-10 07:16:40.0 +0100
@@ -1,0 +2,9 @@
+Mon Jan  6 22:15:52 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.3.1.
+  * Fix crash when menu items are changed.
+  * Fixes to the button layout.
+  * Translation updates: German, French, Nepali, Polish, Spanish,
+Uzbek, Vietnamese.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.3.0-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.3.1-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.M2JVfb/_old  2014-01-10 07:16:40.0 +0100
+++ /var/tmp/diff_new_pack.M2JVfb/_new  2014-01-10 07:16:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-whiskermenu
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-1.3.0-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.3.1-src.tar.bz2 ++
 1681 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2014-01-03 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2014-01-03 19:52:59

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2013-12-08 19:50:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2014-01-03 19:53:40.0 +0100
@@ -1,0 +2,30 @@
+Mon Dec 30 07:53:17 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 1.3.0.
+  * Fix menu artifacts when switching categories.
+  * Fix undefined behavior in slots.
+  * Add command to launch menu editor.
+  * Add command to switch users.
+  * Add hiding commands.
+  * Add browsing for commands.
+  * Add hiding category and launcher icons.
+  * Add loading default settings from a file.
+  * Add search actions.
+  * Add running arbitrary programs in PATH.
+  * Add dragging launchers to panel or desktop.
+  * Add support for custom menu files.
+  * Defer loading applications until window is shown.
+  * Merge configuration dialog tabs.
+  * Rearrange source files to match standard layout of Xfce
+plugins.
+  * Reduce unnecessary reloading of applications.
+  * Rewrite search model code.
+  * Use a single row in Xfce 4.10 panel.
+  * Use empty file for saving settings.
+  * Translation updates: Asturian, Brazilian Portuguese, Bulgarian,
+Catalan, Chinese (Taiwan), Dutch, German, Hebrew, Hungarian,
+Italian, Japanese, Kazakh, Nepali, Norwegian Bokmål, Persian,
+Polish, Portuguese, Romanian, Russian, Serbian,
+Serbian (Latin), Slovak, Spanish, Turkish, Ukrainian.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.2.2-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.3.0-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.tyWtgw/_old  2014-01-03 19:53:42.0 +0100
+++ /var/tmp/diff_new_pack.tyWtgw/_new  2014-01-03 19:53:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.2.2
+Version:1.3.0
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+
@@ -72,7 +72,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING CREDITS NEWS README
+%doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/xfce4-popup-whiskermenu
 %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
 %{_datadir}/icons/hicolor/*/*/xfce4-whiskermenu.*

++ xfce4-whiskermenu-plugin-1.2.2-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.3.0-src.tar.bz2 ++
 39357 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2013-11-24 13:34:32

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2013-11-02 09:08:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2013-11-24 13:34:33.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov 20 11:26:01 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 1.2.1.
+  * Fix incorrect comparison for checking icon sizes.
+  * Add window title to allow identifying menu window.
+  * Add tips to README for popup script and compiz workaround.
+  * Improve build system files.
+  * Translation updates: Asturian, Catalan, Chinese (Taiwan),
+Czech, German, Estonian, French, Hungarian, Indonesian,
+Persian, Russian, Spanish, Turkish.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.2.0-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.2.1-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.0eqACR/_old  2013-11-24 13:34:34.0 +0100
+++ /var/tmp/diff_new_pack.0eqACR/_new  2013-11-24 13:34:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-1.2.0-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.2.1-src.tar.bz2 ++
 4702 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2013-08-10 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2013-08-10 13:07:11

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2013-08-01 16:10:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2013-08-10 13:07:12.0 +0200
@@ -1,0 +2,11 @@
+Fri Aug  9 06:38:01 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 1.1.1.
+  * Add name to main widget to allow styling.
+  * Build system improvements.
+  * Translation updates: Arabic, Catalan, French, Indonesian,
+Japanese, Russian, Spanish.
+- Drop xfce4-whiskermenu-plugin-1.1.0-russian.patch (fixed
+  upstream).
+
+---

Old:

  xfce4-whiskermenu-plugin-1.1.0-russian.patch
  xfce4-whiskermenu-plugin-1.1.0-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.1.1-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.eeFnb2/_old  2013-08-10 13:07:13.0 +0200
+++ /var/tmp/diff_new_pack.eeFnb2/_new  2013-08-10 13:07:13.0 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+
 Group:  System/GUI/XFCE
 Url:http://gottcode.org/xfce4-whiskermenu-plugin/
 Source0:
http://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-%{version}-src.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-whiskermenu-plugin-1.1.0-russian.patch 
lazy.k...@opensuse.org -- update Russian translation (submitted to Transifex)
-Patch0: xfce4-whiskermenu-plugin-1.1.0-russian.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(exo-1)
@@ -49,7 +47,6 @@
 
 %prep
 %setup -qn xfce4-whiskermenu-plugin-%{version}
-%patch0 -p1
 
 %build
 mkdir build

++ xfce4-whiskermenu-plugin-1.1.0-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.1.1-src.tar.bz2 ++
 2951 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2013-08-01 16:10:35

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2013-07-29 17:51:34.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2013-08-01 16:10:37.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 31 18:12:10 UTC 2013 - lazy.k...@opensuse.org
+
+- Add xfce4-whiskermenu-plugin-1.1.0-russian.patch: update Russian
+  translation (submitted to Transifex).
+
+---

New:

  xfce4-whiskermenu-plugin-1.1.0-russian.patch



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.2BTf3G/_old  2013-08-01 16:10:37.0 +0200
+++ /var/tmp/diff_new_pack.2BTf3G/_new  2013-08-01 16:10:37.0 +0200
@@ -24,6 +24,8 @@
 Group:  System/GUI/XFCE
 Url:http://gottcode.org/xfce4-whiskermenu-plugin/
 Source0:
http://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-%{version}-src.tar.bz2
+# PATCH-FIX-UPSTREAM xfce4-whiskermenu-plugin-1.1.0-russian.patch 
lazy.k...@opensuse.org -- update Russian translation (submitted to Transifex)
+Patch0: xfce4-whiskermenu-plugin-1.1.0-russian.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(exo-1)
@@ -47,6 +49,7 @@
 
 %prep
 %setup -qn xfce4-whiskermenu-plugin-%{version}
+%patch0 -p1
 
 %build
 mkdir build

++ xfce4-whiskermenu-plugin-1.1.0-russian.patch ++
Index: xfce4-whiskermenu-plugin-1.1.0/po/ru/xfce4-whiskermenu-plugin.po
===
--- xfce4-whiskermenu-plugin-1.1.0.orig/po/ru/xfce4-whiskermenu-plugin.po
+++ xfce4-whiskermenu-plugin-1.1.0/po/ru/xfce4-whiskermenu-plugin.po
@@ -3,14 +3,16 @@
 # This file is distributed under the same license as the 
xfce4-whiskermenu-plugin package.
 #
 # Translators:
+# Kyrill Detinov lazy.k...@opensuse.org, 2013
+# asvl alyoshi...@gmail.com, 2013
 # shlyapugin shlyapu...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: xfce4-whiskermenu-plugin 1.1.0\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2013-07-24 22:13+\n
-PO-Revision-Date: 2013-07-06 04:32+\n
-Last-Translator: shlyapugin shlyapu...@gmail.com\n
+PO-Revision-Date: 2013-07-31 17:57+\n
+Last-Translator: Kyrill Detinov lazy.k...@opensuse.org\n
 Language-Team: Russian 
(http://www.transifex.com/projects/p/xfce4-whiskermenu-plugin/language/ru/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -32,55 +34,55 @@ msgstr Внешний вид
 
 #: src/configuration_dialog.cpp:73
 msgid Show applications by _name
-msgstr Называть приложения по _имени
+msgstr Показывать _имена приложений
 
 #: src/configuration_dialog.cpp:79
 msgid Show application _descriptions
-msgstr Показывать _описание приложений
+msgstr Показывать _описания приложений
 
 #: src/configuration_dialog.cpp:88
 msgid Ite_m icon size:
-msgstr 
+msgstr Размер значка _элемента:
 
 #: src/configuration_dialog.cpp:108
 msgid Categ_ory icon size:
-msgstr 
+msgstr Размер значка _категории:
 
 #: src/configuration_dialog.cpp:125
 msgid Panel Button
-msgstr 
+msgstr Кнопка на панели
 
 #: src/configuration_dialog.cpp:133
 msgid Di_splay:
-msgstr 
+msgstr _Показывать:
 
 #: src/configuration_dialog.cpp:139
 msgid Icon
-msgstr 
+msgstr Значок
 
 #: src/configuration_dialog.cpp:140
 msgid Title
-msgstr 
+msgstr Заголовок
 
 #: src/configuration_dialog.cpp:141
 msgid Icon and title
-msgstr 
+msgstr Значок и заголовок
 
 #: src/configuration_dialog.cpp:151
 msgid _Title:
-msgstr 
+msgstr _Заголовок:
 
 #: src/configuration_dialog.cpp:166
 msgid _Icon:
-msgstr _Значок:
+msgstr Зна_чок:
 
 #: src/configuration_dialog.cpp:182
 msgid Behavior
-msgstr 
+msgstr Поведение
 
 #: src/configuration_dialog.cpp:187
 msgid Switch categories by _hovering
-msgstr 
+msgstr Переключать категории по наведению _мыши
 
 #: src/configuration_dialog.cpp:209
 msgid Select An Icon
@@ -88,39 +90,39 @@ msgstr Выбрать значок
 
 #: src/favorites_page.cpp:73
 msgid Sort Alphabetically A-Z
-msgstr 
+msgstr Сортировать по алфавиту от А до Я
 
 #: src/favorites_page.cpp:79
 msgid Sort Alphabetically Z-A
-msgstr 
+msgstr Сортировать по алфавиту от Я до А
 
 #: src/icon_size.cpp:50
 msgid Very Small
-msgstr 
+msgstr Крошечный
 
 #: src/icon_size.cpp:51
 msgid Smaller
-msgstr 
+msgstr Очень 

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2013-07-29 17:51:32

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2013-07-22 14:15:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2013-07-29 17:51:34.0 +0200
@@ -1,0 +2,29 @@
+Thu Jul 25 05:34:39 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 1.1.0.
+  * Fix hang at launch when there are too many recent items.
+  * Fix focus selection not properly reset when switching
+categories.
+  * Fix menu not hiding when configuration dialog is clicked.
+  * Fix context menu disabling detection of clicks outside menu.
+  * Fix filter applied when button is deselected.
+  * Fix not showing items with duplicate text.
+  * Add external command to popup menu.
+  * Add option to show label with or instead of icon.
+  * Add option to switch categories by hovering.
+  * Add choosing icon sizes of launchers and categories.
+  * Add scrolling to sidebar.
+  * Add menu action to clear recently used.
+  * Add menu actions to sort favorites alphabetically.
+  * Add icons to context menu.
+  * New search algorithm.
+  * Refactor category code.
+  * Show launcher name in context menu.
+  * Build system improvements.
+  * Reduce C++ version.
+  * Translation updates: Brazilian Portuguese, Bulgarian, Danish,
+Dutch, German, Greek, Hebrew, Kazakh, Hungarian, Indonesian,
+Italian, Norwegian Bokmål, Polish, Portuguese, Romanian,
+Slovak, Swedish, Turkish, Vietnamese.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.0.3-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.1.0-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.m9zqTJ/_old  2013-07-29 17:51:35.0 +0200
+++ /var/tmp/diff_new_pack.m9zqTJ/_new  2013-07-29 17:51:35.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.0.3
+Version:1.1.0
 Release:0
-License:GPL-2.0+
 Summary:Alternate Xfce Menu
-Url:http://gottcode.org/xfce4-whiskermenu-plugin/
+License:GPL-2.0+
 Group:  System/GUI/XFCE
+Url:http://gottcode.org/xfce4-whiskermenu-plugin/
 Source0:
http://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-%{version}-src.tar.bz2
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -68,12 +68,13 @@
 %post
 %icon_theme_cache_post
 
-%%postun
+%postun
 %icon_theme_cache_postun
 
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING CREDITS NEWS README
+%{_bindir}/xfce4-popup-whiskermenu
 %{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
 %{_datadir}/icons/hicolor/*/*/xfce4-whiskermenu.*
 %{_datadir}/xfce4/panel/plugins/whiskermenu.desktop

++ xfce4-whiskermenu-plugin-1.0.3-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.1.0-src.tar.bz2 ++
 11859 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2013-07-22 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2013-07-22 14:15:07

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


Package is xfce4-panel-plugin-whiskermenu

Changes:

New Changes file:

--- /dev/null   2013-07-15 01:04:09.588030756 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2013-07-22 14:15:09.0 +0200
@@ -0,0 +1,5 @@
+---
+Mon Jul 15 13:22:19 UTC 2013 - lazy.k...@opensuse.org
+
+- Initial package created - 1.0.3.
+

New:

  xfce4-panel-plugin-whiskermenu.changes
  xfce4-panel-plugin-whiskermenu.spec
  xfce4-whiskermenu-plugin-1.0.3-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
#
# spec file for package xfce4-panel-plugin-whiskermenu
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


Name:   xfce4-panel-plugin-whiskermenu
Version:1.0.3
Release:0
License:GPL-2.0+
Summary:Alternate Xfce Menu
Url:http://gottcode.org/xfce4-whiskermenu-plugin/
Group:  System/GUI/XFCE
Source0:
http://gottcode.org/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin-%{version}-src.tar.bz2
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(exo-1)
BuildRequires:  pkgconfig(garcon-1)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(libxfce4panel-1.0)
BuildRequires:  pkgconfig(libxfce4ui-1)
BuildRequires:  pkgconfig(libxfce4util-1.0)
Recommends: %{name}-lang
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%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.

%lang_package

%prep
%setup -qn xfce4-whiskermenu-plugin-%{version}

%build
mkdir build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
-DCMAKE_INSTALL_LIBDIR=%{_libdir} \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_C_FLAGS=%{optflags} \
-DCMAKE_CXX_FLAGS=%{optflags}
make %{?_smp_mflags} VERBOSE=1

%install
pushd build
%make_install
popd
%find_lang xfce4-whiskermenu-plugin

%post
%icon_theme_cache_post

%%postun
%icon_theme_cache_postun

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING CREDITS NEWS README
%{_libdir}/xfce4/panel/plugins/libwhiskermenu.so
%{_datadir}/icons/hicolor/*/*/xfce4-whiskermenu.*
%{_datadir}/xfce4/panel/plugins/whiskermenu.desktop

%files lang -f xfce4-whiskermenu-plugin.lang

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org