Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kbruch for openSUSE:Factory checked in at 2023-04-23 22:45:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbruch (Old) and /work/SRC/openSUSE:Factory/.kbruch.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbruch" Sun Apr 23 22:45:52 2023 rev:152 rq:1080569 version:23.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kbruch/kbruch.changes 2023-03-03 22:28:22.863310716 +0100 +++ /work/SRC/openSUSE:Factory/.kbruch.new.1533/kbruch.changes 2023-04-23 22:48:11.838960205 +0200 @@ -1,0 +2,20 @@ +Sat Apr 15 08:45:33 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/23.04.0/ + +------------------------------------------------------------------- +Fri Mar 31 16:41:49 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.90 + * New feature release + +------------------------------------------------------------------- +Fri Mar 17 20:43:14 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.03.80 + * New feature release + +------------------------------------------------------------------- Old: ---- kbruch-22.12.3.tar.xz kbruch-22.12.3.tar.xz.sig New: ---- kbruch-23.04.0.tar.xz kbruch-23.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbruch.spec ++++++ --- /var/tmp/diff_new_pack.25lZGN/_old 2023-04-23 22:48:12.426963527 +0200 +++ /var/tmp/diff_new_pack.25lZGN/_new 2023-04-23 22:48:12.430963550 +0200 @@ -16,11 +16,9 @@ # -# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: kbruch -Version: 22.12.3 +Version: 23.04.0 Release: 0 Summary: Application to excercise fractions License: GPL-2.0-or-later ++++++ kbruch-22.12.3.tar.xz -> kbruch-23.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/.flatpak-manifest.json new/kbruch-23.04.0/.flatpak-manifest.json --- old/kbruch-22.12.3/.flatpak-manifest.json 1970-01-01 01:00:00.000000000 +0100 +++ new/kbruch-23.04.0/.flatpak-manifest.json 2023-04-12 18:03:13.000000000 +0200 @@ -0,0 +1,26 @@ +{ + "id": "org.kde.kbruch", + "runtime": "org.kde.Platform", + "runtime-version": "5.15-22.08", + "sdk": "org.kde.Sdk", + "command": "kbruch", + "rename-icon": "kbruch", + "finish-args": [ + "--share=ipc", + "--socket=x11", + "--socket=wayland", + "--device=dri" + ], + "modules": [ + { + "name": "kbruch", + "buildsystem": "cmake-ninja", + "sources": [ + { + "type": "dir", + "path": "." + } + ] + } + ] +} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/.flatpak-manifest.json.license new/kbruch-23.04.0/.flatpak-manifest.json.license --- old/kbruch-22.12.3/.flatpak-manifest.json.license 1970-01-01 01:00:00.000000000 +0100 +++ new/kbruch-23.04.0/.flatpak-manifest.json.license 2023-04-12 18:03:13.000000000 +0200 @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/.gitlab-ci.yml new/kbruch-23.04.0/.gitlab-ci.yml --- old/kbruch-22.12.3/.gitlab-ci.yml 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/.gitlab-ci.yml 2023-04-12 18:03:13.000000000 +0200 @@ -8,3 +8,4 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/flatpak.yml \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/.kde-ci.yml new/kbruch-23.04.0/.kde-ci.yml --- old/kbruch-22.12.3/.kde-ci.yml 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/.kde-ci.yml 2023-04-12 18:03:13.000000000 +0200 @@ -2,7 +2,17 @@ # SPDX-License-Identifier: CC0-1.0 Dependencies: -- 'on': ['@all'] +- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'Android/Qt6'] + 'require': + 'frameworks/extra-cmake-modules': '@latest-kf6' + 'frameworks/kconfig': '@latest-kf6' + 'frameworks/kcrash': '@latest-kf6' + 'frameworks/kdoctools': '@latest-kf6' + 'frameworks/ki18n': '@latest-kf6' + 'frameworks/kwidgetsaddons': '@latest-kf6' + 'frameworks/kxmlgui': '@latest-kf6' + +- 'on': ['Linux/Qt5', 'FreeBSD/Qt5', 'Windows/Qt5', 'Android/Qt5'] 'require': 'frameworks/extra-cmake-modules': '@stable' 'frameworks/kconfig': '@stable' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/CMakeLists.txt new/kbruch-23.04.0/CMakeLists.txt --- old/kbruch-22.12.3/CMakeLists.txt 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/CMakeLists.txt 2023-04-12 18:03:13.000000000 +0200 @@ -1,21 +1,29 @@ cmake_minimum_required(VERSION 3.16) # KDE Application Version, managed by release script -set(RELEASE_SERVICE_VERSION_MAJOR "22") -set(RELEASE_SERVICE_VERSION_MINOR "12") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MAJOR "23") +set(RELEASE_SERVICE_VERSION_MINOR "04") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kbruch VERSION ${RELEASE_SERVICE_VERSION}) set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.90.0") +set(KF5_MIN_VERSION "5.92.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ) include(KDEInstallDirs) include(KDECMakeSettings) +include(ECMDeprecationSettings) +if (QT_MAJOR_VERSION STREQUAL "6") + set(QT_REQUIRED_VERSION "6.4.0") + set(KF_MIN_VERSION "5.240.0") + set(KF_MAJOR_VERSION "6") +else() + set(KF_MAJOR_VERSION "5") +endif() include(KDECompilerSettings NO_POLICY_SCOPE) include(ECMAddAppIcon) @@ -23,12 +31,13 @@ include(ECMInstallIcons) include(FeatureSummary) + find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED Core Widgets ) -find_package(KF5 ${KF5_MIN_VERSION} REQUIRED +find_package(KF${KF_MAJOR_VERSION} ${KF5_MIN_VERSION} REQUIRED Config CoreAddons Crash @@ -37,18 +46,12 @@ XmlGui ) -find_package(KF5DocTools ${KF5_MIN_VERSION}) -set_package_properties(KF5DocTools PROPERTIES DESCRIPTION +find_package(KF${KF_MAJOR_VERSION}DocTools ${KF5_MIN_VERSION}) +set_package_properties(KF${KF_MAJOR_VERSION}DocTools PROPERTIES DESCRIPTION "Tools to generate documentation" TYPE OPTIONAL ) -add_definitions( - -DQT_DISABLE_DEPRECATED_BEFORE=0x050c00 - -DQT_DEPRECATED_WARNINGS_SINCE=0x060000 - -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055800 - -DKF_DEPRECATED_WARNINGS_SINCE=0x060000 -) - +ecm_set_disabled_deprecation_versions(QT 6.4 KF 5.101.0) kde_enable_exceptions() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/org.kde.kbruch.appdata.xml new/kbruch-23.04.0/org.kde.kbruch.appdata.xml --- old/kbruch-22.12.3/org.kde.kbruch.appdata.xml 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/org.kde.kbruch.appdata.xml 2023-04-12 18:03:13.000000000 +0200 @@ -355,10 +355,10 @@ <binary>kbruch</binary> </provides> <releases> + <release version="23.04.0" date="2023-04-20"/> <release version="22.12.3" date="2023-03-02"/> <release version="22.12.2" date="2023-02-02"/> <release version="22.12.1" date="2023-01-05"/> - <release version="22.12.0" date="2022-12-08"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/po/ca/kbruch.po new/kbruch-23.04.0/po/ca/kbruch.po --- old/kbruch-22.12.3/po/ca/kbruch.po 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/po/ca/kbruch.po 2023-04-12 18:03:13.000000000 +0200 @@ -1287,3 +1287,22 @@ msgctxt "division symbol" msgid "/" msgstr "/" + +#~ msgid "Freestyle" +#~ msgstr "Estil lliure" + +#~ msgid "Original Author" +#~ msgstr "Autor original" + +#~ msgid "" +#~ "Set if the fractions will appear as mixed numbers or not in the solution " +#~ "(mixed number example: 1 4/5 = 9/5 )." +#~ msgstr "" +#~ "Estableix si les fraccions apareixeran o no en forma mixta en la " +#~ "solució(exemple de fracció mixta: 1·4/5 = 9/5)." + +#~ msgid " or " +#~ msgstr " o " + +#~ msgid "Multiply" +#~ msgstr "Multiplica" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/po/ka/kbruch.po new/kbruch-23.04.0/po/ka/kbruch.po --- old/kbruch-22.12.3/po/ka/kbruch.po 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/po/ka/kbruch.po 2023-04-12 18:03:13.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kbruch\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-04 00:41+0000\n" -"PO-Revision-Date: 2023-01-21 19:37+0100\n" +"PO-Revision-Date: 2023-01-19 07:39+0100\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <[email protected]>\n" "Language: ka\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/po/sl/kbruch.po new/kbruch-23.04.0/po/sl/kbruch.po --- old/kbruch-22.12.3/po/sl/kbruch.po 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/po/sl/kbruch.po 2023-04-12 18:03:13.000000000 +0200 @@ -11,17 +11,17 @@ "Project-Id-Version: kbruch\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-04 00:41+0000\n" -"PO-Revision-Date: 2022-11-18 09:51+0100\n" +"PO-Revision-Date: 2020-07-06 07:27+0200\n" "Last-Translator: Matjaž Jeran <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Translator: Andrej Mernik <[email protected]>\n" +"X-Generator: Lokalize 19.12.2\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "%100==4 ? 3 : 0);\n" -"Translator: Andrej Mernik <[email protected]>\n" -"X-Generator: Poedit 3.1.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/po/tr/kbruch.po new/kbruch-23.04.0/po/tr/kbruch.po --- old/kbruch-22.12.3/po/tr/kbruch.po 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/po/tr/kbruch.po 2023-04-12 18:03:13.000000000 +0200 @@ -10,13 +10,13 @@ # obsoleteman <[email protected]>, 2008-2009,2012. # Volkan Gezer <[email protected]>, 2013-2014. # Kaan Ozdincer <[email protected]>, 2014. -# Emir SARI <[email protected]>, 2022. +# Emir SARI <[email protected]>, 2022, 2023. msgid "" msgstr "" "Project-Id-Version: kdeedu-kde4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-04 00:41+0000\n" -"PO-Revision-Date: 2022-11-15 05:05+0300\n" +"PO-Revision-Date: 2023-03-31 21:30+0300\n" "Last-Translator: Emir SARI <[email protected]>\n" "Language-Team: Turkish <[email protected]>\n" "Language: tr\n" @@ -24,7 +24,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Lokalize 22.08.3\n" +"X-Generator: Lokalize 22.12.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -214,7 +214,7 @@ #: ExerciseFactorize.cpp:154 #, kde-format msgid "Backspace" -msgstr "Geri Git" +msgstr "Geri Sil" #: ExerciseFactorize.cpp:198 #, kde-format @@ -376,7 +376,7 @@ "You entered 0 as the denominator. This means division by zero, which is not " "allowed. This question will be counted as not correctly solved." msgstr "" -"Bölen olarak 0 (sıfır) girdiniz. Bu sıfır ile bölüm demektir, ve buna izin " +"Bölen olarak 0 (sıfır) girdiniz. Bu sıfır ile bölüm demektir ve buna izin " "verilmemektedir. Bu görev doÄru çözülmemiÅ olarak sayılacaktır." #: ExerciseMixedNumbers.cpp:347 TaskView.cpp:366 @@ -401,7 +401,7 @@ #, kde-format msgctxt "%1 percentage of %2" msgid "%1% of %2 = " -msgstr "%2 deÄerinin %%1 = " +msgstr "%â%1/%2 = " #: ExercisePercentage.cpp:91 #, kde-format @@ -691,7 +691,7 @@ #: kbruch.kcfg:55 #, kde-format msgid "Set if the fractions need to be reduced." -msgstr "EÄer kesirlerin sadeleÅtirilmeye ihtiyacı varsa ayarlayın." +msgstr "EÄer kesirlerin sadeleÅtirilmeye gereksinimi varsa ayarlayın." #. i18n: ectx: label, entry, group (Task) #: kbruch.kcfg:59 kbruch.kcfg:64 kbruch.kcfg:69 @@ -713,7 +713,7 @@ msgid "" "Set if the fractions will need answers in mixed form or not on solution." msgstr "" -"Kesirler, karmaÅık biçim içinde cevaba ihtiyaç duyacaksa ya da çözüm " +"Kesirler, karmaÅık biçim içinde cevaba gereksinim duyacaksa ya da çözüm " "içerisinde olmayacaksa buradan ayarlayın." #. i18n: ectx: whatsthis, entry, group (Task) @@ -931,7 +931,7 @@ "want for calculating fractions." msgstr "" "Kesirlerle iÅlem yapmak istediÄiniz terim sayısını \n" -"(2,3,4, veya 5) seçin." +"(2,3,4 veya 5) seçin." #: MainQtWidget.cpp:250 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/po/zh_CN/kbruch.po new/kbruch-23.04.0/po/zh_CN/kbruch.po --- old/kbruch-22.12.3/po/zh_CN/kbruch.po 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/po/zh_CN/kbruch.po 2023-04-12 18:03:13.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-11-04 00:41+0000\n" -"PO-Revision-Date: 2023-02-24 12:58\n" +"PO-Revision-Date: 2023-04-10 14:12\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/src/CMakeLists.txt new/kbruch-23.04.0/src/CMakeLists.txt --- old/kbruch-22.12.3/src/CMakeLists.txt 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/src/CMakeLists.txt 2023-04-12 18:03:13.000000000 +0200 @@ -38,13 +38,13 @@ add_executable(kbruch ${kbruch_SRCS}) target_link_libraries(kbruch - KF5::ConfigCore - KF5::ConfigGui - KF5::CoreAddons - KF5::Crash - KF5::I18n - KF5::WidgetsAddons - KF5::XmlGui + KF${KF_MAJOR_VERSION}::ConfigCore + KF${KF_MAJOR_VERSION}::ConfigGui + KF${KF_MAJOR_VERSION}::CoreAddons + KF${KF_MAJOR_VERSION}::Crash + KF${KF_MAJOR_VERSION}::I18n + KF${KF_MAJOR_VERSION}::WidgetsAddons + KF${KF_MAJOR_VERSION}::XmlGui ) install(TARGETS kbruch ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/src/FractionPainter.cpp new/kbruch-23.04.0/src/FractionPainter.cpp --- old/kbruch-22.12.3/src/FractionPainter.cpp 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/src/FractionPainter.cpp 2023-04-12 18:03:13.000000000 +0200 @@ -37,8 +37,8 @@ paintWidget(paint); } -void FractionPainter::paintFraction(const QString & op, Ratio & lr, int lm, - Ratio & rr, int rm) +void FractionPainter::paintFraction(const QString & op, const Ratio & lr, int lm, + const Ratio & rr, int rm) { str_operation = op; leftRatio = lr; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kbruch-22.12.3/src/FractionPainter.h new/kbruch-23.04.0/src/FractionPainter.h --- old/kbruch-22.12.3/src/FractionPainter.h 2023-02-25 05:58:55.000000000 +0100 +++ new/kbruch-23.04.0/src/FractionPainter.h 2023-04-12 18:03:13.000000000 +0200 @@ -30,8 +30,8 @@ /** destructor */ ~FractionPainter() override; - void paintFraction(const QString & str_operation, Ratio & leftRatio, int leftMult, - Ratio & rightRatio, int rightMult); + void paintFraction(const QString & str_operation, const Ratio & leftRatio, int leftMult, + const Ratio & rightRatio, int rightMult); void update(); protected: /** Function is called every time the screen need to be painted.
