Hello community, here is the log from the commit of package kbreakout for openSUSE:Factory checked in at 2020-07-15 11:46:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbreakout (Old) and /work/SRC/openSUSE:Factory/.kbreakout.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbreakout" Wed Jul 15 11:46:21 2020 rev:99 rq:820159 version:20.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kbreakout/kbreakout.changes 2020-06-14 18:27:00.252940279 +0200 +++ /work/SRC/openSUSE:Factory/.kbreakout.new.3060/kbreakout.changes 2020-07-15 11:47:31.838997767 +0200 @@ -1,0 +2,9 @@ +Thu Jul 9 20:09:03 UTC 2020 - Luca Beltrame <[email protected]> + +- Update to 20.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/releases/2020-07-apps-update +- No code change since 20.04.2 + +------------------------------------------------------------------- Old: ---- kbreakout-20.04.2.tar.xz kbreakout-20.04.2.tar.xz.sig New: ---- kbreakout-20.04.3.tar.xz kbreakout-20.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbreakout.spec ++++++ --- /var/tmp/diff_new_pack.hM4C4N/_old 2020-07-15 11:47:32.690998687 +0200 +++ /var/tmp/diff_new_pack.hM4C4N/_new 2020-07-15 11:47:32.694998692 +0200 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kbreakout -Version: 20.04.2 +Version: 20.04.3 Release: 0 Summary: Breakout-like game for KDE License: GPL-2.0-or-later ++++++ kbreakout-20.04.2.tar.xz -> kbreakout-20.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-20.04.2/CMakeLists.txt new/kbreakout-20.04.3/CMakeLists.txt --- old/kbreakout-20.04.2/CMakeLists.txt 2020-06-09 02:36:35.000000000 +0200 +++ new/kbreakout-20.04.3/CMakeLists.txt 2020-07-07 02:58:44.000000000 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "20") set(RELEASE_SERVICE_VERSION_MINOR "04") -set(RELEASE_SERVICE_VERSION_MICRO "2") +set(RELEASE_SERVICE_VERSION_MICRO "3") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kbreakout VERSION ${RELEASE_SERVICE_VERSION}) @@ -12,7 +12,7 @@ set (KF5_MIN_VERSION "5.30.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED CONFIG) -set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) +set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH}) find_package(Qt5 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Widgets Qml Quick QuickWidgets) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS @@ -42,9 +42,6 @@ add_definitions(-DQT_NO_FOREACH) MESSAGE(STATUS "compile without foreach") endif() -if (EXISTS "${CMAKE_SOURCE_DIR}/.git") - add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000) -endif() add_subdirectory(src) add_subdirectory(pics) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-20.04.2/org.kde.kbreakout.appdata.xml new/kbreakout-20.04.3/org.kde.kbreakout.appdata.xml --- old/kbreakout-20.04.2/org.kde.kbreakout.appdata.xml 2020-06-08 19:58:19.000000000 +0200 +++ new/kbreakout-20.04.3/org.kde.kbreakout.appdata.xml 2020-07-03 23:12:41.000000000 +0200 @@ -134,9 +134,9 @@ </screenshots> <project_group>KDE</project_group> <releases> + <release version="20.04.3" date="2020-07-09"/> <release version="20.04.2" date="2020-06-11"/> <release version="20.04.1" date="2020-05-14"/> <release version="20.04.0" date="2020-04-23"/> - <release version="19.12.3" date="2020-03-05"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-20.04.2/po/sr/kbreakout.po new/kbreakout-20.04.3/po/sr/kbreakout.po --- old/kbreakout-20.04.2/po/sr/kbreakout.po 2020-06-09 02:36:35.000000000 +0200 +++ new/kbreakout-20.04.3/po/sr/kbreakout.po 2020-07-07 02:58:44.000000000 +0200 @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: kbreakout\n" -"Report-Msgid-Bugs-To: http://bugs.kde.org\n" -"POT-Creation-Date: 2018-12-06 03:08+0100\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2020-03-07 03:11+0100\n" "PO-Revision-Date: 2017-04-07 00:52+0200\n" "Last-Translator: Chusslove Illich <[email protected]>\n" "Language-Team: Serbian <[email protected]>\n" @@ -55,72 +55,72 @@ msgid "Fire on mouse click" msgstr "Пуцање на клик мишем" -#: main.cpp:38 +#: main.cpp:39 #, kde-format msgid "KBreakOut" msgstr "К‑пробој" -#: main.cpp:39 +#: main.cpp:40 #, kde-format msgid "A breakout like game by KDE" msgstr "Игра разбијања блокова из КДЕ‑а" -#: main.cpp:41 +#: main.cpp:42 #, kde-format msgid "(c) 2007-2008 Fela Winkelmolen" msgstr "© 2007-2008, Фела Винкелмолен" -#: main.cpp:42 +#: main.cpp:43 #, kde-format msgid "Fela Winkelmolen" msgstr "Фела Винкелмолен" -#: main.cpp:43 +#: main.cpp:44 #, kde-format msgid "original author and maintainer" msgstr "првобитни аутор и одржавалац" -#: main.cpp:45 +#: main.cpp:46 #, kde-format msgid "Eugene Trounev" msgstr "Јевгениј Труњов" -#: main.cpp:46 main.cpp:49 +#: main.cpp:47 main.cpp:50 #, kde-format msgid "artwork" msgstr "графика" -#: main.cpp:48 +#: main.cpp:49 #, kde-format msgid "Sean Wilson" msgstr "Шон Вилсон" -#: main.cpp:51 +#: main.cpp:52 #, kde-format msgid "Lorenzo Bonomi" msgstr "Лоренцо Бономи" -#: main.cpp:52 +#: main.cpp:53 #, kde-format msgid "testing" msgstr "испробавање" -#: main.cpp:54 +#: main.cpp:55 #, kde-format msgid "Brian Croom" msgstr "Брајан Крум" -#: main.cpp:55 +#: main.cpp:56 #, kde-format msgid "port to KGameRenderer" msgstr "пренос на KGameRenderer" -#: main.cpp:57 +#: main.cpp:58 #, kde-format msgid "Viranch Mehta" msgstr "Виранч Мехта" -#: main.cpp:58 +#: main.cpp:59 #, kde-format msgid "port to QtQuick" msgstr "пренос на QtQuick" @@ -218,7 +218,7 @@ msgid "Well done! You won the game" msgstr "Одлично! Добили сте партију." -#: qml/logic.js:217 qml/main.qml:154 +#: qml/logic.js:217 qml/main.qml:156 msgid "Level %1" msgstr "Ниво %1" @@ -235,6 +235,6 @@ msgid "Game Over!" msgstr "Крај игре!" -#: qml/main.qml:124 +#: qml/main.qml:126 msgid "Press %1 to fire the ball" msgstr "Притисните %1 да испалите лопту" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbreakout-20.04.2/po/zh_CN/kbreakout.po new/kbreakout-20.04.3/po/zh_CN/kbreakout.po --- old/kbreakout-20.04.2/po/zh_CN/kbreakout.po 2020-06-09 02:36:35.000000000 +0200 +++ new/kbreakout-20.04.3/po/zh_CN/kbreakout.po 2020-07-07 02:58:44.000000000 +0200 @@ -10,8 +10,8 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2020-03-07 03:11+0100\n" -"PO-Revision-Date: 2020-05-09 13:51\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"PO-Revision-Date: 2020-06-24 08:02\n" +"Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -19,8 +19,10 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Project-ID: 269464\n" "X-Crowdin-Language: zh-CN\n" -"X-Crowdin-File: /kf5-stable/messages/kdegames/kbreakout.pot\n" +"X-Crowdin-File: /kf5-stable/messages/kbreakout/kbreakout.pot\n" +"X-Crowdin-File-ID: 3690\n" #, kde-format msgctxt "NAME OF TRANSLATORS"
