Hello community, here is the log from the commit of package bomber for openSUSE:Factory checked in at 2015-07-14 17:30:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bomber (Old) and /work/SRC/openSUSE:Factory/.bomber.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bomber" Changes: -------- --- /work/SRC/openSUSE:Factory/bomber/bomber.changes 2015-06-04 10:00:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bomber.new/bomber.changes 2015-07-14 17:30:54.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Jul 6 05:09:07 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.3 + * KDE Applications 15.04.3 + * https://www.kde.org/announcements/announce-applications-15.04.3.php + + +------------------------------------------------------------------- Old: ---- bomber-15.04.2.tar.xz New: ---- bomber-15.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bomber.spec ++++++ --- /var/tmp/diff_new_pack.XQoMxH/_old 2015-07-14 17:30:55.000000000 +0200 +++ /var/tmp/diff_new_pack.XQoMxH/_new 2015-07-14 17:30:55.000000000 +0200 @@ -17,7 +17,7 @@ Name: bomber -Version: 15.04.2 +Version: 15.04.3 Release: 0 Summary: Invading cities with a plane License: GPL-2.0+ ++++++ bomber-15.04.2.tar.xz -> bomber-15.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bomber-15.04.2/CMakeLists.txt new/bomber-15.04.3/CMakeLists.txt --- old/bomber-15.04.2/CMakeLists.txt 2015-04-27 13:16:40.000000000 +0200 +++ new/bomber-15.04.3/CMakeLists.txt 2015-06-01 12:59:01.000000000 +0200 @@ -30,7 +30,6 @@ add_definitions(-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS) add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII") -add_definitions(-DTRANSLATION_DOMAIN="bomber") add_subdirectory( themes ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bomber-15.04.2/src/bomber.appdata.xml new/bomber-15.04.3/src/bomber.appdata.xml --- old/bomber-15.04.2/src/bomber.appdata.xml 2015-04-27 13:16:40.000000000 +0200 +++ new/bomber-15.04.3/src/bomber.appdata.xml 2015-06-01 12:59:01.000000000 +0200 @@ -69,7 +69,7 @@ the speed of the plane and the height of the buildings. </p> <p xml:lang="bs">Cilj igre je da uništite sve zgrade da bi prešli na sljedeći nivo. Svaki nivo postaje malo teži povećanjem brzine aviona i visine zgrade.</p> - <p xml:lang="ca">L'objectiu del joc és destruir tots els edificis i avançar al següent nivell. Cada nivell és torna més difícil, incrementant la velocitat de l'avió i l'alçada dels edificis.</p> + <p xml:lang="ca">L'objectiu del joc és destruir tots els edificis i avançar al següent nivell. Cada nivell es torna més difícil, incrementant la velocitat de l'avió i l'alçada dels edificis.</p> <p xml:lang="de">Das Spielziel ist die Zerstörung aller Gebäude und der damit verbundene Aufstieg in die nächste Ebene. Die Ebenen werden durch die zunehmende Geschwindigkeit der Flugzeuge und Höhe der Gebäude immer schwieriger.</p> <p xml:lang="en-GB">The goal of the game is to destroy all the buildings and advance to the next level. Each level gets a bit harder by increasing the speed of the plane and the height of the buildings.</p> <p xml:lang="es">El objetivo del juego es destruir todos los edificios y avanzar el siguiente nivel. Cada nivel es un poco más difícil aumentando la velocidad del avión y la altura de los edificios.</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bomber-15.04.2/src/main.cpp new/bomber-15.04.3/src/main.cpp --- old/bomber-15.04.2/src/main.cpp 2015-04-27 13:16:40.000000000 +0200 +++ new/bomber-15.04.3/src/main.cpp 2015-06-01 12:59:01.000000000 +0200 @@ -37,6 +37,8 @@ migrate.setUiFiles(QStringList() << QStringLiteral("bomberui.rc")); migrate.migrate(); + KLocalizedString::setApplicationDomain("bomber"); + KAboutData about(QLatin1Literal("bomber"), i18n("Bomber"), QLatin1String(version), i18n(description), KAboutLicense::GPL, i18n("(C) 2007 John-Paul Stanford"), QString(), QLatin1Literal("[email protected]"));
