Hello community, here is the log from the commit of package knights for openSUSE:Factory checked in at 2019-10-28 16:51:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/knights (Old) and /work/SRC/openSUSE:Factory/.knights.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "knights" Mon Oct 28 16:51:55 2019 rev:13 rq:737789 version:19.08.2 Changes: -------- --- /work/SRC/openSUSE:Factory/knights/knights.changes 2019-09-11 10:30:07.643387967 +0200 +++ /work/SRC/openSUSE:Factory/.knights.new.2990/knights.changes 2019-10-28 16:53:17.145228977 +0100 @@ -1,0 +2,10 @@ +Fri Oct 11 07:43:00 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.08.2 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.08.2.php +- Changes since 19.08.1: + * Fix problem starting games when second player is computer engine (kde#411825) + +------------------------------------------------------------------- Old: ---- knights-19.08.1.tar.xz knights-19.08.1.tar.xz.sig New: ---- knights-19.08.2.tar.xz knights-19.08.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ knights.spec ++++++ --- /var/tmp/diff_new_pack.P5eXr9/_old 2019-10-28 16:53:17.833229852 +0100 +++ /var/tmp/diff_new_pack.P5eXr9/_new 2019-10-28 16:53:17.833229852 +0100 @@ -18,7 +18,7 @@ %bcond_without lang Name: knights -Version: 19.08.1 +Version: 19.08.2 Release: 0 Summary: A simple chess board License: GPL-2.0-or-later ++++++ knights-19.08.1.tar.xz -> knights-19.08.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-19.08.1/po/zh_CN/knights.po new/knights-19.08.2/po/zh_CN/knights.po --- old/knights-19.08.1/po/zh_CN/knights.po 2019-09-03 03:39:08.000000000 +0200 +++ new/knights-19.08.2/po/zh_CN/knights.po 2019-10-08 02:15:38.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-30 07:43+0200\n" -"PO-Revision-Date: 2019-08-16 17:10\n" +"PO-Revision-Date: 2019-09-05 09:53\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-19.08.1/src/gamedialog.cpp new/knights-19.08.2/src/gamedialog.cpp --- old/knights-19.08.1/src/gamedialog.cpp 2019-09-02 07:41:36.000000000 +0200 +++ new/knights-19.08.2/src/gamedialog.cpp 2019-09-14 19:03:17.000000000 +0200 @@ -121,7 +121,7 @@ connect(ui->rbPlayer2Engine, &QRadioButton::clicked, this, &GameDialog::player2SettingsChanged); connect(ui->rbPlayer2Server, &QRadioButton::clicked, this, &GameDialog::player2SettingsChanged); connect(ui->pbPlayer2Engine, &QPushButton::clicked, this, &GameDialog::showEngineConfigDialog); - connect(ui->cbPlayer1Engine, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &GameDialog::checkOkButton); + connect(ui->cbPlayer2Engine, QOverload<int>::of(&QComboBox::currentIndexChanged), this, &GameDialog::checkOkButton); //time control connect(ui->cbTimeControl, &QCheckBox::toggled, this, &GameDialog::timeControlChanged); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/knights-19.08.1/src/org.kde.knights.appdata.xml new/knights-19.08.2/src/org.kde.knights.appdata.xml --- old/knights-19.08.1/src/org.kde.knights.appdata.xml 2019-09-02 07:41:36.000000000 +0200 +++ new/knights-19.08.2/src/org.kde.knights.appdata.xml 2019-09-14 19:03:17.000000000 +0200 @@ -653,6 +653,7 @@ <caption>Knights, chess game</caption> <caption xml:lang="ca">Knights, un joc d'escacs</caption> <caption xml:lang="ca-valencia">Knights, un joc d'escacs</caption> + <caption xml:lang="cs">Knights, hra v šachy</caption> <caption xml:lang="de">Schachspiel Knights</caption> <caption xml:lang="en-GB">Knights, chess game</caption> <caption xml:lang="es">Knights, juego de ajedrez</caption>
