Hello community,

here is the log from the commit of package kblackbox for openSUSE:Factory 
checked in at 2017-12-19 10:52:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kblackbox (Old)
 and      /work/SRC/openSUSE:Factory/.kblackbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kblackbox"

Tue Dec 19 10:52:55 2017 rev:70 rq:556150 version:17.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kblackbox/kblackbox.changes      2017-11-17 
10:44:54.965855979 +0100
+++ /work/SRC/openSUSE:Factory/.kblackbox.new/kblackbox.changes 2017-12-19 
10:52:58.601312122 +0100
@@ -1,0 +2,31 @@
+Sat Dec 09 14:59:03 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+-------------------------------------------------------------------
+Sat Dec 02 10:12:35 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+-------------------------------------------------------------------
+Mon Nov 20 06:59:00 CET 2017 - lbeltr...@kde.org
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * It's already done by kaboutdata
+  * Don't let people add more balls when the repository is empty
+
+-------------------------------------------------------------------

Old:
----
  kblackbox-17.08.3.tar.xz

New:
----
  kblackbox-17.12.0.tar.xz

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

Other differences:
------------------
++++++ kblackbox.spec ++++++
--- /var/tmp/diff_new_pack.KDUz8h/_old  2017-12-19 10:52:59.217282387 +0100
+++ /var/tmp/diff_new_pack.KDUz8h/_new  2017-12-19 10:52:59.221282194 +0100
@@ -19,7 +19,7 @@
 %bcond_without lang
 
 Name:           kblackbox
-Version:        17.08.3
+Version:        17.12.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ kblackbox-17.08.3.tar.xz -> kblackbox-17.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-17.08.3/CMakeLists.txt 
new/kblackbox-17.12.0/CMakeLists.txt
--- old/kblackbox-17.08.3/CMakeLists.txt        2017-11-07 02:19:18.000000000 
+0100
+++ new/kblackbox-17.12.0/CMakeLists.txt        2017-12-08 01:52:42.000000000 
+0100
@@ -1,10 +1,10 @@
 project(kblackbox)
 
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)
-set (QT_MIN_VERSION "5.3.0")
-set (KF5_MIN_VERSION "5.15.0")
+set (QT_MIN_VERSION "5.7.0")
+set (KF5_MIN_VERSION "5.30.0")
 
-find_package(ECM 1.7.0 REQUIRED CONFIG)
+find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Svg)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-17.08.3/kbbscalablegraphicwidget.cpp 
new/kblackbox-17.12.0/kbbscalablegraphicwidget.cpp
--- old/kblackbox-17.08.3/kbbscalablegraphicwidget.cpp  2017-06-02 
07:28:02.000000000 +0200
+++ new/kblackbox-17.12.0/kbbscalablegraphicwidget.cpp  2017-10-22 
15:33:18.000000000 +0200
@@ -542,7 +542,7 @@
 {
        if ((m_balls->containsVisible(m_cursor->boxPosition())) || 
(m_ballsUnsure->containsVisible(m_cursor->boxPosition())))
                removeBall(m_cursor->boxPosition());
-       else
+       else if (m_ballRepository->ballToTake() != KBBGraphicsItemSet::NO_INDEX)
                addBall(m_cursor->boxPosition());
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-17.08.3/main.cpp 
new/kblackbox-17.12.0/main.cpp
--- old/kblackbox-17.08.3/main.cpp      2017-06-02 07:28:02.000000000 +0200
+++ new/kblackbox-17.12.0/main.cpp      2017-10-22 15:33:18.000000000 +0200
@@ -59,8 +59,6 @@
     QCommandLineParser parser;
     KAboutData::setApplicationData(aboutData);
     KCrash::initialize();
-    parser.addVersionOption();
-    parser.addHelpOption();
     aboutData.setupCommandLine(&parser);
     parser.process(application);
     aboutData.processCommandLine(&parser);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-17.08.3/po/gl/kblackbox.po 
new/kblackbox-17.12.0/po/gl/kblackbox.po
--- old/kblackbox-17.08.3/po/gl/kblackbox.po    2017-11-07 02:19:18.000000000 
+0100
+++ new/kblackbox-17.12.0/po/gl/kblackbox.po    2017-12-08 01:52:42.000000000 
+0100
@@ -37,7 +37,7 @@
 msgid "Your emails"
 msgstr ""
 "veronicafernandezco...@gmail.com, mvillar...@gmail.com, xoseca...@gmail.com, "
-"adriyeticha...@gmail.com"
+"adr...@chaves.io"
 
 #: kbblevelconfigurationwidget.cpp:35
 #, kde-format
@@ -173,12 +173,12 @@
 #: kbbmainwindow.cpp:187
 #, kde-format
 msgid "Switch Ball or Shoot Laser"
-msgstr "Trocar a bóla ou disparar o láser"
+msgstr "Cambiar a bóla ou disparar o láser"
 
 #: kbbmainwindow.cpp:193
 #, kde-format
 msgid "Switch Marker"
-msgstr "Trocar o marcador"
+msgstr "Cambiar o marcador"
 
 #: kbbmainwindow.cpp:264
 #, kde-format
@@ -189,15 +189,15 @@
 "Note: You can change<br />the parameters of<br />custom games in the<br /"
 ">Settings dialog."
 msgstr ""
-"Nota: podes modificar<br />os parámetros das<br />partidas "
-"personalizadas<br />no diálogo de configuración."
+"Nota: podes cambiar<br />os parámetros das<br />partidas personalizadas<br /"
+">no diálogo de configuración."
 
 #: kbbmainwindow.cpp:297
 #, kde-format
 msgid "First, you need to remove 1 ball from the black box."
 msgid_plural "First, you need to remove %1 balls from the black box."
-msgstr[0] "Primeiro, debes eliminar 1 bóla do taboleiro."
-msgstr[1] "Primeiro, debes eliminar %1 bólas do taboleiro."
+msgstr[0] "Primeiro, debes retirar 1 bóla do taboleiro."
+msgstr[1] "Primeiro, debes retirar %1 bólas do taboleiro."
 
 #: kbbmainwindow.cpp:299
 #, kde-format
@@ -308,9 +308,9 @@
 "So, do you really want to give up this game?"
 msgstr ""
 "Situaches todas as bólas. Ben!\n"
-"Agora debes premer «Resolver!» para rematar a partida e saber se puxeches "
-"ben as bólas.\n"
-"Daquela, estás seguro de que queres abandonar a partida?"
+"Agora debes premer «Resolver!» para rematar a partida e comprobar se "
+"puxeches ben as bólas.\n"
+"Daquela, seguro que queres abandonar a partida?"
 
 #: kbbmainwindow.cpp:443 kbbmainwindow.cpp:445
 #, kde-format
@@ -334,7 +334,7 @@
 #: kbbmainwindow.cpp:445
 #, kde-format
 msgid "Do you really want to give up this game?"
-msgstr "Estás seguro de que queres abandonar esta partida?"
+msgstr "Seguro que queres abandonar esta partida?"
 
 #: kbbmainwindow.cpp:455
 #, kde-format
@@ -441,7 +441,7 @@
 "Este titorial aprenderache a xogar a KBlackBox mediante un exemplo simple."
 "<br /><br />Estamos a xogar cunha caixa negra cadrada de 6 columnas e 6 "
 "filas. Ten 3 bólas <b>agochadas</b> nela e 24 láser de probas arredor dela."
-"<br /><br />O obxectivo é <b>adiviñar a posición das bólas.</b>"
+"<br /><br />O obxectivo é <b>atopar a posición das bólas.</b>"
 
 #: kbbtutorial.cpp:169
 #, kde-format
@@ -462,8 +462,8 @@
 "balls in various ways."
 msgstr ""
 "As bólas non son visíbeis, pero podemos disparar láseres na caixa en "
-"diferentes puntos e observar se os láseres saen da caixa e, se o fan, por "
-"onde.<br /><br />Os raios láser reaccionan de diferentes xeitos por mor das "
+"distintos puntos e observar se os láseres saen da caixa e, se o fan, por "
+"onde.<br /><br />Os raios láser reaccionan de distintos xeitos por mor das "
 "bólas."
 
 #: kbbtutorial.cpp:174
@@ -489,7 +489,7 @@
 "punto oposto ao de entrada.<br /><br />Exemplo: supón que temos 3 bólas na "
 "caixa como se mostra. Non afectarán ao raio láser «1».<br /><br />A medida "
 "que se xoga, cada par de puntos de entrada e saída sinálase cun número "
-"diferente."
+"distinto."
 
 #: kbbtutorial.cpp:179
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kblackbox-17.08.3/po/zh_CN/kblackbox.po 
new/kblackbox-17.12.0/po/zh_CN/kblackbox.po
--- old/kblackbox-17.08.3/po/zh_CN/kblackbox.po 2017-11-07 02:19:18.000000000 
+0100
+++ new/kblackbox-17.12.0/po/zh_CN/kblackbox.po 2017-12-08 01:52:42.000000000 
+0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-19 20:14+0100\n"
-"PO-Revision-Date: 2017-10-19 10:52-0400\n"
+"PO-Revision-Date: 2017-11-09 08:34-0500\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -22,7 +22,7 @@
 "X-Generator: crowdin.com\n"
 "X-Crowdin-Project: kdeorg\n"
 "X-Crowdin-Language: zh-CN\n"
-"X-Crowdin-File: /kf5-stable/messages/kdegames/kblackbox.pot\n"
+"X-Crowdin-File: /kf5-trunk/messages/kdegames/kblackbox.pot\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"


Reply via email to