Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kunifiedpush for openSUSE:Factory checked in at 2025-07-06 17:11:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kunifiedpush (Old) and /work/SRC/openSUSE:Factory/.kunifiedpush.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kunifiedpush" Sun Jul 6 17:11:36 2025 rev:9 rq:1290433 version:25.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kunifiedpush/kunifiedpush.changes 2025-06-10 09:04:51.534335649 +0200 +++ /work/SRC/openSUSE:Factory/.kunifiedpush.new.1903/kunifiedpush.changes 2025-07-06 17:16:29.544262139 +0200 @@ -1,0 +2,10 @@ +Tue Jul 1 15:27:24 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.04.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.3/ +- Changes since 25.04.2: + * Force ntfy to consider message as UnifiedPush messages + +------------------------------------------------------------------- Old: ---- kunifiedpush-25.04.2.tar.xz kunifiedpush-25.04.2.tar.xz.sig New: ---- kunifiedpush-25.04.3.tar.xz kunifiedpush-25.04.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kunifiedpush.spec ++++++ --- /var/tmp/diff_new_pack.z77Lon/_old 2025-07-06 17:16:30.252291417 +0200 +++ /var/tmp/diff_new_pack.z77Lon/_new 2025-07-06 17:16:30.252291417 +0200 @@ -22,7 +22,7 @@ %define qt6_version 6.5.0 # Name: kunifiedpush -Version: 25.04.2 +Version: 25.04.3 Release: 0 Summary: UnifiedPush client components License: LGPL-2.0-or-later ++++++ kunifiedpush-25.04.2.tar.xz -> kunifiedpush-25.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunifiedpush-25.04.2/CMakeLists.txt new/kunifiedpush-25.04.3/CMakeLists.txt --- old/kunifiedpush-25.04.2/CMakeLists.txt 2025-06-02 22:06:01.000000000 +0200 +++ new/kunifiedpush-25.04.3/CMakeLists.txt 2025-06-30 17:59:56.000000000 +0200 @@ -6,7 +6,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "25") 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(KUnifiedPush VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunifiedpush-25.04.2/src/distributor/ntfypushprovider.cpp new/kunifiedpush-25.04.3/src/distributor/ntfypushprovider.cpp --- old/kunifiedpush-25.04.2/src/distributor/ntfypushprovider.cpp 2025-06-02 22:06:01.000000000 +0200 +++ new/kunifiedpush-25.04.3/src/distributor/ntfypushprovider.cpp 2025-06-30 17:59:56.000000000 +0200 @@ -15,6 +15,7 @@ #include <QUrlQuery> #include <QUuid> +using namespace Qt::Literals; using namespace KUnifiedPush; NtfyPushProvider::NtfyPushProvider(QObject *parent) @@ -78,6 +79,11 @@ } path += topic; endpoint.setPath(path); + + QUrlQuery query; + query.addQueryItem(u"up"_s, u"1"_s); + endpoint.setQuery(query); + newClient.endpoint = endpoint.toString(); m_topics.push_back(topic); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunifiedpush-25.04.2/src/kcm/kcm_push_notifications.json new/kunifiedpush-25.04.3/src/kcm/kcm_push_notifications.json --- old/kunifiedpush-25.04.2/src/kcm/kcm_push_notifications.json 2025-06-02 22:06:01.000000000 +0200 +++ new/kunifiedpush-25.04.3/src/kcm/kcm_push_notifications.json 2025-06-30 17:59:56.000000000 +0200 @@ -48,7 +48,7 @@ "Name[es]": "Notificaciones push", "Name[eu]": "Bultzada jakinarazpenak", "Name[fi]": "Push-ilmoitukset", - "Name[fr]": "Présenter les notifications", + "Name[fr]": "Notifications automatiques", "Name[gl]": "Notificacións levadas", "Name[he]": "הודעות בדחיפה", "Name[hi]": "सूचनाएं धक्का",