Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kongress for openSUSE:Factory checked in at 2025-08-16 20:38:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kongress (Old) and /work/SRC/openSUSE:Factory/.kongress.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kongress" Sat Aug 16 20:38:28 2025 rev:28 rq:1299662 version:25.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kongress/kongress.changes 2025-07-06 17:15:18.801336180 +0200 +++ /work/SRC/openSUSE:Factory/.kongress.new.1085/kongress.changes 2025-08-16 20:41:59.750738615 +0200 @@ -1,0 +2,22 @@ +Fri Aug 8 07:47:46 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/25.08.0/ +- No code change since 25.07.80 + +------------------------------------------------------------------- +Mon Jul 14 14:25:32 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.07.80 + * New feature release +- Changes since 25.04.3: + * Build stable APKs against stable libraries + * Add note to README on where the conference data is located + * Fix typo in Qt translation catalog exclusion pattern + * Update Craft ignore list + * Use ECM's more elaborate APK version code logic + * Remove obsolete APK file exclusion options + +------------------------------------------------------------------- Old: ---- kongress-25.04.3.tar.xz kongress-25.04.3.tar.xz.sig New: ---- kongress-25.08.0.tar.xz kongress-25.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kongress.spec ++++++ --- /var/tmp/diff_new_pack.pJbvJf/_old 2025-08-16 20:42:00.546771650 +0200 +++ /var/tmp/diff_new_pack.pJbvJf/_new 2025-08-16 20:42:00.550771816 +0200 @@ -1,6 +1,6 @@ # spec file for kongress # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,12 +15,12 @@ # -%define kf6_version 6.6.0 -%define qt6_version 6.6.0 +%define kf6_version 6.14.0 +%define qt6_version 6.8.0 %bcond_without released Name: kongress -Version: 25.04.3 +Version: 25.08.0 Release: 0 License: GPL-3.0-or-later Summary: Companion application for conferences ++++++ kongress-25.04.3.tar.xz -> kongress-25.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/.craft.ini new/kongress-25.08.0/.craft.ini --- old/kongress-25.04.3/.craft.ini 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/.craft.ini 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -; SPDX-FileCopyrightText: None -; SPDX-License-Identifier: CC0-1.0 - -[BlueprintSettings] -kde/libs.version=master -libs/qt.qtMajorVersion=6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/.craftignore new/kongress-25.08.0/.craftignore --- old/kongress-25.04.3/.craftignore 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/.craftignore 2025-08-05 06:06:59.000000000 +0200 @@ -16,9 +16,12 @@ # kongressac isn't built on Android, so we don't need its translations there either share/locale/.*/LC_MESSAGES/kongressac\.mo +# unused image formats +plugins/imageformats/.*_qico_.*\.so + # translation catalogs of dependencies not needed here -share/locale/.*/LC_MESSAGES/(kcodecs6|kconfig6)_qt\.qm -share/locale/.*/LC_MESSAGES/(kcontacts6|kpublictransport)\.mo +share/locale/.*/LC_MESSAGES/(karchive6|kcodecs6|kconfig6)_qt\.qm +share/locale/.*/LC_MESSAGES/(kcontacts6|kcolorscheme6|kiconthemes6|kpublictransport)\.mo # QML leftovers of dependencies we don't need lib/qml/org/kde/kpublictransport/.* @@ -27,3 +30,11 @@ # newer Kirigami Addon versions depend on Qt.labs.platform for ColorDialog, which as a QtWidgets dependency # remove that the hard way, we don't need a color dialog qml/Qt/labs/platform/.* + +# unused KConfigWidgets assets pulled in via KIconThemes +share/locale/.*/kf6_entry.desktop +share/locale/.*/LC_MESSAGES/kconfigwidgets6\.mo +share/locale/.*/LC_MESSAGES/(kitemviews6|kwidgetsaddons6)_qt\.qm + +# unused Qt translation catalogs +translations/(qtconnectivity|qtdeclarative|qtlocation|qtmultimedia|qtwebsockets)_.*\.qm diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/CMakeLists.txt new/kongress-25.08.0/CMakeLists.txt --- old/kongress-25.04.3/CMakeLists.txt 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/CMakeLists.txt 2025-08-05 06:06:59.000000000 +0200 @@ -6,14 +6,14 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "25") -set(RELEASE_SERVICE_VERSION_MINOR "04") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MINOR "08") +set(RELEASE_SERVICE_VERSION_MICRO "0") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kongress VERSION ${RELEASE_SERVICE_VERSION}) -set(QT_MIN_VERSION "6.5.0") -set(KF_MIN_VERSION "6.1.0") +set(QT_MIN_VERSION "6.8.0") +set(KF_MIN_VERSION "6.12.0") set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) @@ -49,7 +49,7 @@ find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS Config Kirigami2 I18n CalendarCore CoreAddons) find_package(KF6KirigamiAddons 1.0 REQUIRED) find_package(KOSMIndoorMap REQUIRED) -ecm_set_disabled_deprecation_versions(QT 6.8.0 KF 6.12.0) +ecm_set_disabled_deprecation_versions(QT 6.9.0 KF 6.13.0) if (ANDROID) @@ -72,10 +72,6 @@ add_subdirectory(kongressac) endif() -if (ANDROID) - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/android/version.gradle.in ${CMAKE_BINARY_DIR}/version.gradle) -endif() - if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") ki18n_install(po) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/README.md new/kongress-25.08.0/README.md --- old/kongress-25.04.3/README.md 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/README.md 2025-08-05 06:06:59.000000000 +0200 @@ -14,6 +14,11 @@ A set of conferences have been preloaded and are available after installation. Users may add extra conferences, providing a link to their iCalendar schedule (under development). +## Adding Conferences + +The preloaded events are configured in https://invent.kde.org/websites/autoconfig-kde-org/-/blob/master/kongress/conference-data.json, +adding new ones can be done by submitting a merge request againt the [autoconfig.kde.org repository](https://invent.kde.org/websites/autoconfig-kde-org/). + ## Setup ### Build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/android/build.gradle new/kongress-25.08.0/android/build.gradle --- old/kongress-25.04.3/android/build.gradle 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/android/build.gradle 2025-08-05 06:06:59.000000000 +0200 @@ -23,8 +23,7 @@ apply plugin: 'com.android.application' -apply from: '../version.gradle' -def timestamp = (int)(new Date().getTime()/1000) +apply from: '../ecm-version.gradle' dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar']) @@ -78,29 +77,8 @@ targetSdkVersion qtTargetSdkVersion applicationId "org.kde.kongress" namespace "org.kde.kongress" - versionCode timestamp - versionName projectVersionFull - manifestPlaceholders = [versionName: projectVersionFull, versionCode: timestamp] + versionName ecmVersionName + versionCode ecmVersionCode + manifestPlaceholders = [versionName: ecmVersionName, versionCode: ecmVersionCode] } - - packagingOptions { - exclude 'lib/*/*_Controls_Fusion_*' - exclude 'lib/*/*_Controls_Imagine_*' - exclude 'lib/*/*_Controls_Universal_*' - exclude 'lib/*/*RemoteObjects*' - exclude 'lib/*/*StateMachine*' - exclude 'lib/*/*_imageformats_qico_*' - exclude 'lib/*/*_imageformats_qicns_*' - exclude 'lib/*/*_imageformats_qtga_*' - exclude 'lib/*/*_imageformats_qtiff_*' - exclude 'lib/*/*_qmltooling_*' - } - - aaptOptions { - // different syntax than above - // see https://android.googlesource.com/platform/frameworks/base/+/refs/heads/pie-release/tools/aapt2/util/Files.h#90 - ignoreAssetsPattern '!<dir>ECM:!<dir>aclocal:!<dir>doc:!<dir>gtk-doc:!<dir>iso-codes:!<dir>man:!<dir>mime:!<dir>pkgconfig:!<dir>qlogging-categories5:!<file>iso_15924.mo:!<file>iso_3166-2.mo:!<file>iso_3166-3.mo:!<file>iso_4217.mo:!<file>iso_639-2.mo:!<file>iso_639-3.mo:!<file>iso_639-5.mo:!<file>kde5_xml_mimetypes.qm' - } - - } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/android/version.gradle.in new/kongress-25.08.0/android/version.gradle.in --- old/kongress-25.04.3/android/version.gradle.in 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/android/version.gradle.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -// SPDX-FileCopyrightText: 2021 Volker Krause <[email protected]> -// SPDX-License-Identifier: BSD-3-Clause - -ext { - projectVersionFull = "@PROJECT_VERSION@" -} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/org.kde.kongress.appdata.xml new/kongress-25.08.0/org.kde.kongress.appdata.xml --- old/kongress-25.04.3/org.kde.kongress.appdata.xml 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/org.kde.kongress.appdata.xml 2025-08-05 06:06:59.000000000 +0200 @@ -205,6 +205,7 @@ <url type="homepage">https://invent.kde.org/utilities/kongress</url> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?product=Kongress</url> <releases> + <release version="25.08.0" date="2025-08-14"/> <release version="25.04.3" date="2025-07-03"/> <release version="25.04.2" date="2025-06-05"/> <release version="25.04.1" date="2025-05-08"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/po/ar/kongress.po new/kongress-25.08.0/po/ar/kongress.po --- old/kongress-25.04.3/po/ar/kongress.po 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/po/ar/kongress.po 2025-08-05 06:06:59.000000000 +0200 @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Lokalize 23.08.5\n" #, kde-format @@ -277,12 +277,12 @@ #: contents/ui/SettingsView.qml:33 #, kde-format msgid "Notifications" -msgstr "الإخطارات" +msgstr "الإشعارات" #: contents/ui/SettingsView.qml:41 #, kde-format msgid "Notifications are not supported on your platform" -msgstr "لا تُدعم الإخطارات على منصتك" +msgstr "لا تُدعم الإشعارات على منصتك" #: contents/ui/SettingsView.qml:48 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/po/ar/kongressac.po new/kongress-25.08.0/po/ar/kongressac.po --- old/kongress-25.04.3/po/ar/kongressac.po 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/po/ar/kongressac.po 2025-08-05 06:06:59.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) 2024 This file is copyright: # This file is distributed under the same license as the kongress package. -# SPDX-FileCopyrightText: 2024 Zayed Al-Saidi <[email protected]> +# SPDX-FileCopyrightText: 2024, 2025 Zayed Al-Saidi <[email protected]> # msgid "" msgstr "" "Project-Id-Version: kongress\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2024-08-10 00:45+0000\n" -"PO-Revision-Date: 2024-11-30 16:34+0400\n" +"PO-Revision-Date: 2025-08-03 22:02+0400\n" "Last-Translator: Zayed Al-Saidi <[email protected]>\n" "Language-Team: ar\n" "Language: ar\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " -"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" "X-Generator: Lokalize 23.08.5\n" #, kde-format @@ -31,7 +31,7 @@ #: kongressacmain.cpp:21 kongressacmain.cpp:23 #, kde-format msgid "Kongress Alarm Check Daemon" -msgstr "برنامج فحص التنبيهات لكونغرس" +msgstr "برنامج فحص منبه كونغرس" #: kongressacmain.cpp:25 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/po/ca/kongressac.po new/kongress-25.08.0/po/ca/kongressac.po --- old/kongress-25.04.3/po/ca/kongressac.po 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/po/ca/kongressac.po 2025-08-05 06:06:59.000000000 +0200 @@ -49,3 +49,9 @@ #, kde-format msgid "Maintainer" msgstr "Mantenidor" + +#~ msgid "Suspend" +#~ msgstr "Suspèn" + +#~ msgid "Dismiss" +#~ msgstr "Refusa" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kongress-25.04.3/po/zh_CN/kongress.po new/kongress-25.08.0/po/zh_CN/kongress.po --- old/kongress-25.04.3/po/zh_CN/kongress.po 2025-06-30 18:56:03.000000000 +0200 +++ new/kongress-25.08.0/po/zh_CN/kongress.po 2025-08-05 06:06:59.000000000 +0200 @@ -234,19 +234,19 @@ #: contents/ui/IndoorMapView.qml:196 #, kde-format msgid "Switched to floor %1" -msgstr "" +msgstr "切换到 %1 楼" #: contents/ui/IndoorMapView.qml:256 #, kde-format msgctxt "@action:intoolbar Go down one floor" msgid "Floor down" -msgstr "" +msgstr "层级下移" #: contents/ui/IndoorMapView.qml:265 #, kde-format msgctxt "@action:intoolbar Go up one floor" msgid "Floor up" -msgstr "" +msgstr "层级上移" #: contents/ui/ScheduleView.qml:50 #, kde-format
