Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kweathercore for openSUSE:Factory checked in at 2025-03-07 16:42:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kweathercore (Old) and /work/SRC/openSUSE:Factory/.kweathercore.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kweathercore" Fri Mar 7 16:42:14 2025 rev:10 rq:1250971 version:24.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kweathercore/kweathercore.changes 2025-02-07 23:08:11.661416020 +0100 +++ /work/SRC/openSUSE:Factory/.kweathercore.new.19136/kweathercore.changes 2025-03-07 16:46:34.992487540 +0100 @@ -1,0 +2,10 @@ +Tue Mar 4 13:01:24 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 24.12.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/24.12.3/ +- Changes since 24.12.2: + * Add missing include + +------------------------------------------------------------------- Old: ---- kweathercore-24.12.2.tar.xz kweathercore-24.12.2.tar.xz.sig New: ---- kweathercore-24.12.3.tar.xz kweathercore-24.12.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kweathercore.spec ++++++ --- /var/tmp/diff_new_pack.q7Z4XF/_old 2025-03-07 16:46:35.448506633 +0100 +++ /var/tmp/diff_new_pack.q7Z4XF/_new 2025-03-07 16:46:35.448506633 +0100 @@ -21,7 +21,7 @@ %bcond_without released Name: kweathercore -Version: 24.12.2 +Version: 24.12.3 Release: 0 Summary: Library to facilitate retrieval of weather information License: LGPL-2.0-or-later ++++++ kweathercore-24.12.2.tar.xz -> kweathercore-24.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-24.12.2/CMakeLists.txt new/kweathercore-24.12.3/CMakeLists.txt --- old/kweathercore-24.12.2/CMakeLists.txt 2025-01-31 00:36:52.000000000 +0100 +++ new/kweathercore-24.12.3/CMakeLists.txt 2025-02-27 20:52:44.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "24") set (RELEASE_SERVICE_VERSION_MINOR "12") -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(KWeatherCore VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kweathercore-24.12.2/src/geotimezone.cpp new/kweathercore-24.12.3/src/geotimezone.cpp --- old/kweathercore-24.12.2/src/geotimezone.cpp 2025-01-31 00:36:52.000000000 +0100 +++ new/kweathercore-24.12.3/src/geotimezone.cpp 2025-02-27 20:52:44.000000000 +0100 @@ -9,6 +9,7 @@ #include "reply_p.h" #include <QJsonDocument> +#include <QJsonValue> #include <QNetworkAccessManager> #include <QNetworkReply> #include <QNetworkRequest>