Hello community, here is the log from the commit of package killbots for openSUSE:Factory checked in at 2016-06-25 02:01:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/killbots (Old) and /work/SRC/openSUSE:Factory/.killbots.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "killbots" Changes: -------- --- /work/SRC/openSUSE:Factory/killbots/killbots.changes 2016-05-29 03:10:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.killbots.new/killbots.changes 2016-06-25 02:01:59.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Jun 10 17:59:11 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.2 + * KDE Applications 16.04.2 + * https://www.kde.org/announcements/announce-applications-16.04.2.php + + +------------------------------------------------------------------- Old: ---- killbots-16.04.1.tar.xz New: ---- killbots-16.04.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ killbots.spec ++++++ --- /var/tmp/diff_new_pack.BC2yY2/_old 2016-06-25 02:02:00.000000000 +0200 +++ /var/tmp/diff_new_pack.BC2yY2/_new 2016-06-25 02:02:00.000000000 +0200 @@ -38,7 +38,7 @@ License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org -Version: 16.04.1 +Version: 16.04.2 Release: 0 Source0: killbots-%{version}.tar.xz Obsoletes: %{name}5 < %{version} ++++++ killbots-16.04.1.tar.xz -> killbots-16.04.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-16.04.1/main.cpp new/killbots-16.04.2/main.cpp --- old/killbots-16.04.1/main.cpp 2016-04-25 15:09:45.000000000 +0200 +++ new/killbots-16.04.2/main.cpp 2016-05-29 14:21:01.000000000 +0200 @@ -38,7 +38,7 @@ KLocalizedString::setApplicationDomain("killbots"); - KAboutData about(QStringLiteral("killbots"), i18n("Killbots"), QStringLiteral("1.2.0")); + KAboutData about(QStringLiteral("killbots"), i18n("Killbots"), QStringLiteral("1.2.1")); about.setShortDescription(i18n("A KDE game of killer robots and teleportation.")); about.setLicense(KAboutLicense::GPL_V2); about.setCopyrightStatement(i18n("© 2006-2009, Parker Coates")); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-16.04.1/mainwindow.cpp new/killbots-16.04.2/mainwindow.cpp --- old/killbots-16.04.1/mainwindow.cpp 2016-04-25 15:09:45.000000000 +0200 +++ new/killbots-16.04.2/mainwindow.cpp 2016-05-29 14:21:01.000000000 +0200 @@ -210,7 +210,8 @@ createScoreDialog(); } - m_scoreDialog->setConfigGroup(qMakePair(m_engine->ruleset()->scoreGroupKey(), m_engine->ruleset()->name())); + // TODO: Find out why this line breaks adding high scores. + //m_scoreDialog->setConfigGroup(qMakePair(m_engine->ruleset()->scoreGroupKey(), m_engine->ruleset()->name())); m_scoreDialog->exec(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-16.04.1/org.kde.killbots.desktop new/killbots-16.04.2/org.kde.killbots.desktop --- old/killbots-16.04.1/org.kde.killbots.desktop 2016-04-25 15:09:45.000000000 +0200 +++ new/killbots-16.04.2/org.kde.killbots.desktop 2016-05-29 14:21:01.000000000 +0200 @@ -52,6 +52,7 @@ GenericName=Strategy Game with Robots GenericName[ca]=Joc d'estratègia amb robots GenericName[ca@valencia]=Joc d'estratègia amb robots +GenericName[da]=Strategispil med robotter GenericName[de]=Strategiespiel mit Robotern GenericName[en_GB]=Strategy Game with Robots GenericName[es]=Juego de estrategia con robots @@ -75,6 +76,7 @@ Comment=A KDE game of killer robots and teleportation. Comment[ca]=Un joc del KDE amb robots assassins i teletransport. Comment[ca@valencia]=Un joc del KDE amb robots assassins i teletransport. +Comment[da]=Et KDE-spil med dræberrobotter og teleportering. Comment[de]=Ein Spiel für KDE mit Killermaschinen und Teleportieren. Comment[en_GB]=A KDE game of killer robots and teleportation. Comment[es]=Un juego de KDE de robots asesinos y teletransporte. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/killbots-16.04.1/themes/mountainadventure.desktop new/killbots-16.04.2/themes/mountainadventure.desktop --- old/killbots-16.04.1/themes/mountainadventure.desktop 2016-04-25 15:09:45.000000000 +0200 +++ new/killbots-16.04.2/themes/mountainadventure.desktop 2016-05-29 14:21:01.000000000 +0200 @@ -48,6 +48,7 @@ Description=Indiana Gnomes battles ghosts and bats on a misty mountainside. Description[ca]=Indiana Gnomes lluita contra fantasmes i ratpenats en un costat de la muntanya bromosa. Description[ca@valencia]=Indiana Gnomes lluita contra fantasmes i ratpenats en un costat de la muntanya bromosa. +Description[da]=Indiana Gnomes kæmper mod spøgelser og flagermus på en tåget bjergside. Description[de]=Indiana Gnomes kämpft gegen Geister und Fledermäuse in einer nebligen Bergwand. Description[en_GB]=Indiana Gnomes battles ghosts and bats on a misty mountainside. Description[es]=Indiana Gnomes lucha contra fantasmas y murciélagos en una ladera de la montaña neblinosa.
