Hello community,

here is the log from the commit of package khotkeys5 for openSUSE:Factory 
checked in at 2016-10-04 15:49:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khotkeys5 (Old)
 and      /work/SRC/openSUSE:Factory/.khotkeys5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khotkeys5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes      2016-08-29 
15:26:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2016-10-04 
15:48:46.000000000 +0200
@@ -1,0 +2,29 @@
+Thu Sep 29 16:36:28 UTC 2016 - [email protected]
+
+- Update to 5.8.0
+  * New LTS feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.8.0.php
+
+-------------------------------------------------------------------
+Wed Sep 21 09:14:26 UTC 2016 - [email protected]
+
+- Use %{_plasma5_version} again, define it if needed
+
+-------------------------------------------------------------------
+Thu Sep 15 15:53:55 UTC 2016 - [email protected]
+
+- Update to 5.7.95 (Plasma 5.8 Beta)
+  * New LTS feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.95.php
+
+-------------------------------------------------------------------
+Tue Sep 13 17:42:09 UTC 2016 - [email protected]
+
+- Update to 5.7.5
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.5.php
+
+-------------------------------------------------------------------

Old:
----
  khotkeys-5.7.4.tar.xz

New:
----
  khotkeys-5.8.0.tar.xz

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

Other differences:
------------------
++++++ khotkeys5.spec ++++++
--- /var/tmp/diff_new_pack.WVkGR5/_old  2016-10-04 15:48:47.000000000 +0200
+++ /var/tmp/diff_new_pack.WVkGR5/_new  2016-10-04 15:48:47.000000000 +0200
@@ -18,8 +18,9 @@
 
 %bcond_without lang
 Name:           khotkeys5
-Version:        5.7.4
+Version:        5.8.0
 Release:        0
+%{!?_plasma5_version: %global _plasma5_version %{version}}
 Summary:        KDE's hotkey daemon
 License:        GPL-2.0+
 Group:          System/GUI/KDE
@@ -36,7 +37,7 @@
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5Plasma)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  cmake(LibKWorkspace) >= %{version}
+BuildRequires:  cmake(LibKWorkspace) >= %{_plasma5_version}
 BuildRequires:  cmake(Qt5X11Extras) >= 5.4.0
 BuildRequires:  pkgconfig(x11)
 %if %{with lang}

++++++ khotkeys-5.7.4.tar.xz -> khotkeys-5.8.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.4/CMakeLists.txt 
new/khotkeys-5.8.0/CMakeLists.txt
--- old/khotkeys-5.7.4/CMakeLists.txt   2016-08-23 14:41:19.000000000 +0200
+++ new/khotkeys-5.8.0/CMakeLists.txt   2016-09-29 13:24:06.000000000 +0200
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.7.4")
+set(PROJECT_VERSION "5.8.0")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/khotkeys-5.7.4/libkhotkeysprivate/triggers/shortcut_trigger.cpp 
new/khotkeys-5.8.0/libkhotkeysprivate/triggers/shortcut_trigger.cpp
--- old/khotkeys-5.7.4/libkhotkeysprivate/triggers/shortcut_trigger.cpp 
2016-08-23 14:40:52.000000000 +0200
+++ new/khotkeys-5.8.0/libkhotkeysprivate/triggers/shortcut_trigger.cpp 
2016-09-29 13:23:50.000000000 +0200
@@ -190,18 +190,14 @@
 void ShortcutTrigger::set_key_sequence( const QKeySequence &seq )
     {
 
-        qDebug() << "SHO" << seq;
-
     // Get the action from the keyboard handler
     QAction *action = keyboard_handler->getAction( _uuid.toString() );
-    qDebug() << "SHO" << action;
     if (!action)
         {
         _shortcut.setPrimary(seq);
         }
     else
         {
-            qDebug() << "SHO" << "setting shortcut";
         KGlobalAccel::self()->setShortcut(action,
                                           QList<QKeySequence>() << seq,
                                           
KGlobalAccel::KGlobalAccel::NoAutoloading);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.4/po/bg/khotkeys.po 
new/khotkeys-5.8.0/po/bg/khotkeys.po
--- old/khotkeys-5.7.4/po/bg/khotkeys.po        2016-08-23 14:40:54.000000000 
+0200
+++ new/khotkeys-5.8.0/po/bg/khotkeys.po        2016-09-29 13:23:52.000000000 
+0200
@@ -2,7 +2,7 @@
 # Bulgarian translation of KDE.
 # This file is licensed under the GPL.
 #
-# $Id: khotkeys.po 1462113 2016-06-16 19:23:52Z ltoscano $
+# $Id: khotkeys.po 1469943 2016-09-15 23:00:38Z ltoscano $
 #
 # Zlatko Popov <[email protected]>, 2006, 2007, 2008.
 # Yasen Pramatarov <[email protected]>, 2009, 2011.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.4/po/en_GB/khotkeys.po 
new/khotkeys-5.8.0/po/en_GB/khotkeys.po
--- old/khotkeys-5.7.4/po/en_GB/khotkeys.po     2016-08-23 14:40:55.000000000 
+0200
+++ new/khotkeys-5.8.0/po/en_GB/khotkeys.po     2016-09-29 13:23:53.000000000 
+0200
@@ -3,20 +3,21 @@
 #
 # Malcolm Hunter <[email protected]>, 2003, 2004, 2005, 2008.
 # Andrew Coles <[email protected]>, 2004, 2005, 2009, 2010.
-# Steve Allewell <[email protected]>, 2014.
+# Steve Allewell <[email protected]>, 2014, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: khotkeys\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-01-10 08:25+0000\n"
-"PO-Revision-Date: 2014-06-28 18:34+0100\n"
+"PO-Revision-Date: 2016-09-12 22:55+0000\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
+"Language-Team: English <[email protected]>\n"
 "Language: en_GB\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Lokalize 2.0\n"
 
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
@@ -505,7 +506,7 @@
 #. i18n: ectx: property (statusTip), widget (QLabel, idLabel)
 #: kcm_hotkeys/hotkeys_export_widget.ui:62
 msgid "KHotkeys file id."
-msgstr "KHotkeys file id."
+msgstr "KHotkeys file ID."
 
 #. i18n: ectx: property (whatsThis), widget (QLabel, idLabel)
 #: kcm_hotkeys/hotkeys_export_widget.ui:65
@@ -513,18 +514,18 @@
 "A khotkeys file id is used to ensure files are not imported more than once. "
 "They are mostly used for automatic updates from the KDE developers."
 msgstr ""
-"A khotkeys file id is used to ensure files are not imported more than once. "
+"A khotkeys file ID is used to ensure files are not imported more than once. "
 "They are mostly used for automatic updates from the KDE developers."
 
 #. i18n: ectx: property (text), widget (QLabel, idLabel)
 #: kcm_hotkeys/hotkeys_export_widget.ui:68
 msgid "Id"
-msgstr "Id"
+msgstr "ID"
 
 #. i18n: ectx: property (clickMessage), widget (KLineEdit, id)
 #: kcm_hotkeys/hotkeys_export_widget.ui:78
 msgid "Set import id for file, or leave empty"
-msgstr "Set import id for file, or leave empty"
+msgstr "Set import ID for file, or leave empty"
 
 #. i18n: ectx: property (text), widget (QLabel, filenameLabel)
 #: kcm_hotkeys/hotkeys_export_widget.ui:85
@@ -721,7 +722,7 @@
 "determined whether or not it has been imported already. Are you sure you "
 "want to import it?"
 msgstr ""
-"This \"actions\" file has no ImportId field and therefore it cannot be "
+"This \"actions\" file has no Import ID field and therefore it cannot be "
 "determined whether or not it has been imported already. Are you sure you "
 "want to import it?"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.4/po/he/khotkeys.po 
new/khotkeys-5.8.0/po/he/khotkeys.po
--- old/khotkeys-5.7.4/po/he/khotkeys.po        2016-08-23 14:40:57.000000000 
+0200
+++ new/khotkeys-5.8.0/po/he/khotkeys.po        2016-09-29 13:23:53.000000000 
+0200
@@ -11,19 +11,20 @@
 # Dror Levin <[email protected]>, 2003.
 # Diego Iastrubni <[email protected]>, 2005, 2008, 2012, 2014.
 # tahmar1900 <[email protected]>, 2008.
+# Elkana Bardugo <[email protected]>, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: khotkeys\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-01-10 08:25+0000\n"
-"PO-Revision-Date: 2014-01-10 18:42+0200\n"
-"Last-Translator: Diego Iastrubni <[email protected]>\n"
+"PO-Revision-Date: 2016-09-18 22:09+0200\n"
+"Last-Translator: Elkana Bardugo <[email protected]>\n"
 "Language-Team: Hebrew <[email protected]>\n"
 "Language: he\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 msgctxt "NAME OF TRANSLATORS"
@@ -184,7 +185,7 @@
 #. i18n: ectx: property (suffix), widget (KIntSpinBox, gestures_timeout)
 #: kcm_hotkeys/global_settings_widget.ui:70
 msgid "ms"
-msgstr "מ\"ש"
+msgstr "אלפיות השניה"
 
 #. i18n: ectx: property (text), widget (QLabel, gestures_button_label)
 #: kcm_hotkeys/global_settings_widget.ui:99
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.4/po/pl/khotkeys.po 
new/khotkeys-5.8.0/po/pl/khotkeys.po
--- old/khotkeys-5.7.4/po/pl/khotkeys.po        2016-08-23 14:41:01.000000000 
+0200
+++ new/khotkeys-5.8.0/po/pl/khotkeys.po        2016-09-29 13:23:56.000000000 
+0200
@@ -1,6 +1,6 @@
 # translation of khotkeys.po to Polish
 # translation of khotkeys.po to
-# Version: $Revision: 1462113 $
+# Version: $Revision: 1469943 $
 # Michal Rudolf <[email protected]>, 2002, 2003, 2004, 2005, 2008, 2009, 
2010.
 # Krzysztof Lichota <[email protected]>, 2005, 2006.
 # Marta Rybczyńska <[email protected]>, 2008.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.4/po/sl/khotkeys.po 
new/khotkeys-5.8.0/po/sl/khotkeys.po
--- old/khotkeys-5.7.4/po/sl/khotkeys.po        2016-08-23 14:41:02.000000000 
+0200
+++ new/khotkeys-5.8.0/po/sl/khotkeys.po        2016-09-29 13:23:56.000000000 
+0200
@@ -1,7 +1,7 @@
 # translation of khotkeys.po to Slovenian
 # Translation of khotkeys.po to Slovenian
 # KHOTKEYS translation to Slovenian language
-# $Id: khotkeys.po 1462113 2016-06-16 19:23:52Z ltoscano $
+# $Id: khotkeys.po 1469943 2016-09-15 23:00:38Z ltoscano $
 # $Source$
 #
 # Copyright (C) 2000, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.4/test/CMakeLists.txt 
new/khotkeys-5.8.0/test/CMakeLists.txt
--- old/khotkeys-5.7.4/test/CMakeLists.txt      2016-08-23 14:40:52.000000000 
+0200
+++ new/khotkeys-5.8.0/test/CMakeLists.txt      2016-09-29 13:23:50.000000000 
+0200
@@ -8,6 +8,7 @@
         ../app/kded.cpp)
 
 add_executable(khotkeys_standalone ${khotkeys_standalone_PART_SRCS})
+add_dependencies(khotkeys_standalone kded_khotkeys)
 target_link_libraries(khotkeys_standalone
     khotkeysprivate
     PW::KWorkspace


Reply via email to