Hello community, here is the log from the commit of package klines for openSUSE:Factory checked in at 2017-12-19 10:54:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/klines (Old) and /work/SRC/openSUSE:Factory/.klines.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "klines" Tue Dec 19 10:54:21 2017 rev:68 rq:556210 version:17.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/klines/klines.changes 2017-11-17 10:49:54.774882434 +0100 +++ /work/SRC/openSUSE:Factory/.klines.new/klines.changes 2017-12-19 10:54:25.261128687 +0100 @@ -1,0 +2,32 @@ +Sat Dec 09 14:59:06 CET 2017 - [email protected] + +- 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:37 CET 2017 - [email protected] + +- 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:16 CET 2017 - [email protected] + +- 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: + * Move rc file to qrc + * It's already done in kaboutdata + * add comment for appstream validation + +------------------------------------------------------------------- Old: ---- klines-17.08.3.tar.xz New: ---- klines-17.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ klines.spec ++++++ --- /var/tmp/diff_new_pack.kEkhEL/_old 2017-12-19 10:54:25.905097599 +0100 +++ /var/tmp/diff_new_pack.kEkhEL/_new 2017-12-19 10:54:25.905097599 +0100 @@ -19,7 +19,7 @@ %bcond_without lang Name: klines -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) @@ -100,7 +100,6 @@ %{_kf5_bindir}/klines %{_kf5_configkcfgdir}/klines.kcfg %{_kf5_iconsdir}/hicolor/*/apps/klines.* -%{_kf5_kxmlguidir}/klines/ %{_kf5_sharedir}/klines/ %if %{with lang} ++++++ klines-17.08.3.tar.xz -> klines-17.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-17.08.3/CMakeLists.txt new/klines-17.12.0/CMakeLists.txt --- old/klines-17.08.3/CMakeLists.txt 2017-11-07 02:20:07.000000000 +0100 +++ new/klines-17.12.0/CMakeLists.txt 2017-12-08 01:53:23.000000000 +0100 @@ -1,10 +1,10 @@ project(klines) 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.3.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) @@ -56,6 +56,7 @@ animator.cpp ) +qt5_add_resources(klines_SRCS klines.qrc) kconfig_add_kcfg_files(klines_SRCS prefs.kcfgc) file(GLOB ICONS_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/*-apps-klines.png") ecm_add_app_icon(klines_SRCS ICONS ${ICONS_SRCS}) @@ -75,7 +76,6 @@ install(PROGRAMS org.kde.klines.desktop DESTINATION ${KDE_INSTALL_APPDIR}) install(FILES klines.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR}) -install(FILES klinesui.rc DESTINATION ${KDE_INSTALL_KXMLGUI5DIR}/klines) ecm_install_icons(ICONS 16-apps-klines.png diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-17.08.3/klines.qrc new/klines-17.12.0/klines.qrc --- old/klines-17.08.3/klines.qrc 1970-01-01 01:00:00.000000000 +0100 +++ new/klines-17.12.0/klines.qrc 2017-11-27 06:59:15.000000000 +0100 @@ -0,0 +1,5 @@ +<RCC> +<qresource prefix="/kxmlgui5/klines"> +<file>klinesui.rc</file> +</qresource> +</RCC> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-17.08.3/main.cpp new/klines-17.12.0/main.cpp --- old/klines-17.08.3/main.cpp 2017-10-02 06:25:15.000000000 +0200 +++ new/klines-17.12.0/main.cpp 2017-11-27 06:59:15.000000000 +0100 @@ -52,8 +52,6 @@ KAboutData::setApplicationData(aboutData); KCrash::initialize(); QCommandLineParser parser; - parser.addVersionOption(); - parser.addHelpOption(); aboutData.setupCommandLine(&parser); parser.process(app); aboutData.processCommandLine(&parser); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-17.08.3/org.kde.klines.desktop new/klines-17.12.0/org.kde.klines.desktop --- old/klines-17.08.3/org.kde.klines.desktop 2017-10-02 06:25:15.000000000 +0200 +++ new/klines-17.12.0/org.kde.klines.desktop 2017-11-27 06:59:15.000000000 +0100 @@ -142,6 +142,29 @@ Name[x-test]=xxKolor Linesxx Name[zh_CN]=Kolor Lines Name[zh_TW]=Kolor Lines 彩色線條 +Comment=Tactical game +Comment[ca]=Joc de tàctica +Comment[ca@valencia]=Joc de tàctica +Comment[cs]=Taktická hra +Comment[da]=Taktisk spil +Comment[de]=Taktikspiel +Comment[en_GB]=Tactical game +Comment[es]=Juego de táctica +Comment[it]=Gioco di tattica +Comment[nl]=Tactisch spel +Comment[nn]=Taktisk spel +Comment[pl]=Gra taktyczna +Comment[pt]=Jogo táctico +Comment[pt_BR]=Jogo tático +Comment[sk]=Taktická hra +Comment[sr]=Тактичка игра +Comment[sr@ijekavian]=Тактичка игра +Comment[sr@ijekavianlatin]=Taktička igra +Comment[sr@latin]=Taktička igra +Comment[sv]=Taktikspel +Comment[tr]=Taktik oyunu +Comment[uk]=Тактична гра +Comment[x-test]=xxTactical gamexx X-DBUS-StartupType=Multi Categories=Qt;KDE;Game;StrategyGame; X-DBUS-ServiceName=org.kde.klines diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-17.08.3/po/gl/klines.po new/klines-17.12.0/po/gl/klines.po --- old/klines-17.08.3/po/gl/klines.po 2017-11-07 02:20:06.000000000 +0100 +++ new/klines-17.12.0/po/gl/klines.po 2017-12-08 01:53:22.000000000 +0100 @@ -36,7 +36,7 @@ msgid "Your emails" msgstr "" "[email protected], [email protected], [email protected], " -"[email protected]" +"[email protected]" #: klines.cpp:54 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/klines-17.08.3/po/zh_CN/klines.po new/klines-17.12.0/po/zh_CN/klines.po --- old/klines-17.08.3/po/zh_CN/klines.po 2017-11-07 02:20:06.000000000 +0100 +++ new/klines-17.12.0/po/zh_CN/klines.po 2017-12-08 01:53:22.000000000 +0100 @@ -11,7 +11,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2017-02-01 03:51+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 <[email protected]>\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/klines.pot\n" +"X-Crowdin-File: /kf5-trunk/messages/kdegames/klines.pot\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -77,7 +77,7 @@ #: klines.cpp:135 klines.cpp:143 #, kde-format msgid "High Scores" -msgstr "高分" +msgstr "" #. i18n: ectx: label, entry (ShowNext), group (Game) #: klines.kcfg:9
