Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xfce4-whiskermenu-plugin for
openSUSE:Factory checked in at 2021-01-26 14:47:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin (Old)
and /work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-whiskermenu-plugin"
Tue Jan 26 14:47:26 2021 rev:12 rq:866793 version:2.5.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin.changes
2021-01-18 11:34:46.561108296 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-whiskermenu-plugin.new.28504/xfce4-whiskermenu-plugin.changes
2021-01-26 14:51:23.815812320 +0100
@@ -1,0 +2,8 @@
+Mon Jan 25 09:36:03 UTC 2021 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 2.5.3
+ * Fix invalid command expansion with Xfce 4.14
+ (bxo#panel-plugins/xfce4-whiskermenu-plugin#39)
+ * Translation updates
+
+-------------------------------------------------------------------
Old:
----
xfce4-whiskermenu-plugin-2.5.2.tar.bz2
New:
----
xfce4-whiskermenu-plugin-2.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-whiskermenu-plugin.spec ++++++
--- /var/tmp/diff_new_pack.W4wAv5/_old 2021-01-26 14:51:24.527813291 +0100
+++ /var/tmp/diff_new_pack.W4wAv5/_new 2021-01-26 14:51:24.531813296 +0100
@@ -19,7 +19,7 @@
%define panel_version 4.12.0
%define plugin whiskermenu
Name: xfce4-whiskermenu-plugin
-Version: 2.5.2
+Version: 2.5.3
Release: 0
Summary: Alternate Xfce Menu
License: GPL-2.0-or-later
++++++ xfce4-whiskermenu-plugin-2.5.2.tar.bz2 ->
xfce4-whiskermenu-plugin-2.5.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.5.2/CMakeLists.txt
new/xfce4-whiskermenu-plugin-2.5.3/CMakeLists.txt
--- old/xfce4-whiskermenu-plugin-2.5.2/CMakeLists.txt 2021-01-15
21:13:30.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-2.5.3/CMakeLists.txt 2021-01-24
15:23:42.000000000 +0100
@@ -5,7 +5,7 @@
# version number
set(whiskermenu_version_major "2")
set(whiskermenu_version_minor "5")
-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.5.2/NEWS
new/xfce4-whiskermenu-plugin-2.5.3/NEWS
--- old/xfce4-whiskermenu-plugin-2.5.2/NEWS 2021-01-15 21:13:30.000000000
+0100
+++ new/xfce4-whiskermenu-plugin-2.5.3/NEWS 2021-01-24 15:23:42.000000000
+0100
@@ -1,3 +1,8 @@
+2.5.3
+=====
+- Fix invalid command expansion with Xfce 4.14 (Issue #39)
+- Translation updates: Basque, Portuguese (Brazil).
+
2.5.2
=====
- Do not reparent launched programs. (Issue #32)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/xfce4-whiskermenu-plugin-2.5.2/panel-plugin/launcher.cpp
new/xfce4-whiskermenu-plugin-2.5.3/panel-plugin/launcher.cpp
--- old/xfce4-whiskermenu-plugin-2.5.2/panel-plugin/launcher.cpp
2021-01-15 21:13:30.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-2.5.3/panel-plugin/launcher.cpp
2021-01-24 15:23:42.000000000 +0100
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013-2020 Graeme Gott <[email protected]>
+ * Copyright (C) 2013-2021 Graeme Gott <[email protected]>
*
* 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
@@ -103,9 +103,9 @@
std::string::size_type length = expanded.length() - 1;
for (std::string::size_type i = 0; i < length; ++i)
{
- if (G_UNLIKELY(command[i] == '%'))
+ if (G_UNLIKELY(expanded[i] == '%'))
{
- switch (command[i + 1])
+ switch (expanded[i + 1])
{
case 'i':
replace_with_quoted_string(expanded, i, "--icon
", icon);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.5.2/po/eu.po
new/xfce4-whiskermenu-plugin-2.5.3/po/eu.po
--- old/xfce4-whiskermenu-plugin-2.5.2/po/eu.po 2021-01-15 21:13:30.000000000
+0100
+++ new/xfce4-whiskermenu-plugin-2.5.3/po/eu.po 2021-01-24 15:23:42.000000000
+0100
@@ -11,7 +11,7 @@
"Project-Id-Version: Whisker Menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-19 19:33-0500\n"
-"PO-Revision-Date: 2021-01-12 16:12+0000\n"
+"PO-Revision-Date: 2021-01-18 15:28+0000\n"
"Last-Translator: beriain\n"
"Language-Team: Basque
(http://www.transifex.com/gottcode/xfce4-whiskermenu-plugin/language/eu/)\n"
"MIME-Version: 1.0\n"
@@ -92,7 +92,7 @@
#: ../panel-plugin/recent-page.cpp:173
msgid "Clear Recently Used"
-msgstr "Azkenaldian erabilitakoak garbitu"
+msgstr "Erabilitako azkenak garbitu"
#: ../panel-plugin/plugin.cpp:439
msgid "Copyright ?? 2013-2020 Graeme Gott"
@@ -266,7 +266,7 @@
#: ../panel-plugin/recent-page.cpp:37 ../panel-plugin/settings-dialog.cpp:903
#: ../panel-plugin/settings-dialog.cpp:953
msgid "Recently Used"
-msgstr "Azkenaldian erabilitakoak"
+msgstr "Erabilitako azkenak"
#: ../panel-plugin/settings-dialog.cpp:537
#, c-format
@@ -297,11 +297,11 @@
#: ../panel-plugin/settings-dialog.cpp:119
msgid "Search Actio_ns"
-msgstr "Eki_ntzak bilatu"
+msgstr "Bilaketa eki_ntzak"
#: ../panel-plugin/search-action.cpp:273
msgid "Search Action"
-msgstr "Ekintza bilatu"
+msgstr "Bilaketa ekintza"
#: ../panel-plugin/command-edit.cpp:64
msgid "Select Command"
@@ -443,7 +443,7 @@
#: ../panel-plugin/settings.cpp:132
msgid "Web Search"
-msgstr "Web-an bilatu"
+msgstr "Webean bilatu"
#: ../panel-plugin/settings-dialog.cpp:94
#: ../panel-plugin/settings-dialog.cpp:101
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/xfce4-whiskermenu-plugin-2.5.2/po/pt_BR.po
new/xfce4-whiskermenu-plugin-2.5.3/po/pt_BR.po
--- old/xfce4-whiskermenu-plugin-2.5.2/po/pt_BR.po 2021-01-15
21:13:30.000000000 +0100
+++ new/xfce4-whiskermenu-plugin-2.5.3/po/pt_BR.po 2021-01-24
15:23:42.000000000 +0100
@@ -23,14 +23,13 @@
"Project-Id-Version: Whisker Menu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-19 19:33-0500\n"
-"PO-Revision-Date: 2020-10-27 16:54+0000\n"
+"PO-Revision-Date: 2021-01-19 23:54+0000\n"
"Last-Translator: Gabriel Henrique <[email protected]>\n"
-"Language-Team: Portuguese (Brazil) (http://www.transifex.com/gottcode/xfce4-"
-"whiskermenu-plugin/language/pt_BR/)\n"
-"Language: pt_BR\n"
+"Language-Team: Portuguese (Brazil)
(http://www.transifex.com/gottcode/xfce4-whiskermenu-plugin/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: ../panel-plugin/settings-dialog.cpp:1060
@@ -93,8 +92,7 @@
#: ../panel-plugin/command-edit.cpp:49
msgid "Browse the file system to choose a custom command."
-msgstr ""
-"Navegar pelo sistema de arquivos para escolher um comando personalizado."
+msgstr "Navegar pelo sistema de arquivos para escolher um comando
personalizado."
#: ../panel-plugin/settings-dialog.cpp:1117
msgid "C_ommand:"
@@ -419,9 +417,7 @@
msgid ""
"To unhide it you have to manually remove the file \"%s\" or open the file "
"and remove the line \"%s\"."
-msgstr ""
-"Para desocultar, voc?? tem que remover manualmente o arquivo \"%s\" ou abrir "
-"o arquivo e remover a linha \"%s\"."
+msgstr "Para desocultar, voc?? tem que remover manualmente o arquivo \"%s\" ou
abrir o arquivo e remover a linha \"%s\"."
#: ../panel-plugin/settings.cpp:171
#, c-format
@@ -547,14 +543,4 @@
#: ../panel-plugin/plugin.cpp:443
msgid "translator-credits"
-msgstr ""
-"Carlos Reis <[email protected]>, 2017\n"
-"F??bio Luciano de G??is <[email protected]>, 2013\n"
-"Gabriel Henrique <[email protected]>, 2017-2020\n"
-"Graeme Gott <[email protected]>, 2013\n"
-"Holmes <[email protected]>, 2014\n"
-"Hugo Carvalho <[email protected]>, 2020\n"
-"Jos?? Vieira <[email protected]>, 2016-2017\n"
-"Lorhan Sohaky, 2018\n"
-"Paulo Castro, 2013\n"
-"Thiago Albuquerque Soares <[email protected]>, 2018"
+msgstr "Carlos Reis <[email protected]>, 2017\nF??bio Luciano de G??is
<[email protected]>, 2013\nGabriel Henrique <[email protected]>,
2017-2020\nGraeme Gott <[email protected]>, 2013\nHolmes
<[email protected]>, 2014\nHugo Carvalho <[email protected]>,
2020\nJos?? Vieira <[email protected]>, 2016-2017\nLorhan Sohaky, 2018\nPaulo
Castro, 2013\nThiago Albuquerque Soares <[email protected]>, 2018"