Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package akregator for openSUSE:Factory checked in at 2026-02-06 19:02:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akregator (Old) and /work/SRC/openSUSE:Factory/.akregator.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akregator" Fri Feb 6 19:02:46 2026 rev:118 rq:1331164 version:25.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/akregator/akregator.changes 2026-01-12 10:18:18.210050297 +0100 +++ /work/SRC/openSUSE:Factory/.akregator.new.1670/akregator.changes 2026-02-06 19:03:06.109819099 +0100 @@ -1,0 +2,11 @@ +Tue Feb 3 10:05:10 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 25.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.12.2/ +- Changes since 25.12.1: + * documentation.yml is no more needed + * Fix clazy warnings (kde#514380) + +------------------------------------------------------------------- Old: ---- akregator-25.12.1.tar.xz akregator-25.12.1.tar.xz.sig New: ---- akregator-25.12.2.tar.xz akregator-25.12.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akregator.spec ++++++ --- /var/tmp/diff_new_pack.MpLASK/_old 2026-02-06 19:03:06.813848681 +0100 +++ /var/tmp/diff_new_pack.MpLASK/_new 2026-02-06 19:03:06.821849017 +0100 @@ -18,11 +18,11 @@ %define kf6_version 6.19.0 %define qt6_version 6.9.0 -%define kpim6_version 6.6.0 +%define kpim6_version 6.6.2 %bcond_without released Name: akregator -Version: 25.12.1 +Version: 25.12.2 Release: 0 Summary: RSS Feed Reader License: GPL-2.0-or-later ++++++ akregator-25.12.1.tar.xz -> akregator-25.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/.gitlab-ci.yml new/akregator-25.12.2/.gitlab-ci.yml --- old/akregator-25.12.1/.gitlab-ci.yml 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/.gitlab-ci.yml 2026-02-02 04:23:27.000000000 +0100 @@ -12,4 +12,3 @@ - /gitlab-templates/craft-windows-x86-64-qt6.yml - /gitlab-templates/craft-windows-appx-qt6.yml - /gitlab-templates/pre-commit.yml - - /gitlab-templates/documentation.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/CMakeLists.txt new/akregator-25.12.2/CMakeLists.txt --- old/akregator-25.12.1/CMakeLists.txt 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/CMakeLists.txt 2026-02-02 04:23:27.000000000 +0100 @@ -1,14 +1,14 @@ # SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: none cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "6.6.1") +set(PIM_VERSION "6.6.2") project(akregator VERSION ${PIM_VERSION}) # Update it for each release -set(AKREGATOR_RELEASE_VERSION_DATE "26.01.05") # yy.MM.dd +set(AKREGATOR_RELEASE_VERSION_DATE "26.02.05") # yy.MM.dd set(KF_MIN_VERSION "6.18.0") -set(RELEASE_SERVICE_VERSION "25.12.1") +set(RELEASE_SERVICE_VERSION "25.12.2") set(QT_REQUIRED_VERSION "6.8.0") # Use true if stable version => we will check specific version @@ -68,11 +68,11 @@ set(KDEPIM_LIB_VERSION "${PIM_VERSION}") set(KDEPIM_LIB_SOVERSION "6") -set(KONTACTINTERFACE_LIB_VERSION "6.6.1") -set(LIBGRANTLEETHEME_LIB_VERSION "6.6.1") -set(LIBKDEPIM_LIB_VERSION "6.6.1") -set(MESSAGELIB_LIB_VERSION "6.6.1") -set(PIMCOMMON_LIB_VERSION "6.6.1") +set(KONTACTINTERFACE_LIB_VERSION "6.6.2") +set(LIBGRANTLEETHEME_LIB_VERSION "6.6.2") +set(LIBKDEPIM_LIB_VERSION "6.6.2") +set(MESSAGELIB_LIB_VERSION "6.6.2") +set(PIMCOMMON_LIB_VERSION "6.6.2") find_package( Qt6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/configuration/akregator_config_userfeedback.json new/akregator-25.12.2/configuration/akregator_config_userfeedback.json --- old/akregator-25.12.1/configuration/akregator_config_userfeedback.json 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/configuration/akregator_config_userfeedback.json 2026-02-02 04:23:27.000000000 +0100 @@ -15,7 +15,7 @@ "Name[eo]": "Uzantokomentoj", "Name[es]": "Comentarios del usuario", "Name[et]": "Kasutaja tagasiside", - "Name[eu]": "Erabiltzailearen erreakzioa", + "Name[eu]": "Erabiltzailearen atzera-elikadura", "Name[fi]": "Käyttäjäpalaute", "Name[fr]": "Retours des utilisateurs", "Name[gl]": "Achegas de persoas usuarias", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/po/ca@valencia/akregator.po new/akregator-25.12.2/po/ca@valencia/akregator.po --- old/akregator-25.12.1/po/ca@valencia/akregator.po 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/po/ca@valencia/akregator.po 2026-02-02 04:23:27.000000000 +0100 @@ -1606,7 +1606,7 @@ #, kde-format msgctxt "@title:window" msgid "OPML Parsing Error" -msgstr "S'ha produït un error en l'anàlisi sintàctica de l'OPML" +msgstr "S'ha produït un error durant l'anàlisi de l'OPML" #: src/akregator_part.cpp:458 #, kde-format @@ -1863,14 +1863,14 @@ #, kde-format msgctxt "error message window caption" msgid "XML Parsing Error" -msgstr "S'ha produït un error en l'anàlisi sintàctica de l'XML" +msgstr "S'ha produït un error durant l'anàlisi de l'XML" #: src/command/loadfeedlistcommand.cpp:157 #, kde-kuit-format msgid "<qt><p>XML parsing error in line %1, column %2 of %3:</p><p>%4</p></qt>" msgstr "" -"<qt><p>S'ha produït un error en l'anàlisi sintàctica de l'XML en la línia " -"%1, columna %2 de %3:</p><p>%4</p></qt>" +"<qt><p>S'ha produït un error durant l'anàlisi de l'XML a la línia %1, " +"columna %2 de %3:</p><p>%4</p></qt>" #: src/command/loadfeedlistcommand.cpp:164 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/po/ta/akregator.po new/akregator-25.12.2/po/ta/akregator.po --- old/akregator-25.12.1/po/ta/akregator.po 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/po/ta/akregator.po 2026-02-02 04:23:27.000000000 +0100 @@ -1,10 +1,10 @@ -# SPDX-FileCopyrightText: 2021, 2022, 2023, 2024, 2025 Kishore G <[email protected]> +# SPDX-FileCopyrightText: 2021, 2022, 2023, 2024, 2025, 2026 Kishore G <[email protected]> msgid "" msgstr "" "Project-Id-Version: akregator\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-11-17 14:40+0000\n" -"PO-Revision-Date: 2025-03-16 15:40+0530\n" +"PO-Revision-Date: 2026-02-01 19:03+0530\n" "Last-Translator: Kishore G <[email protected]>\n" "Language-Team: Tamil <[email protected]>\n" "Language: ta\n" @@ -12,7 +12,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 24.12.3\n" +"X-Generator: Lokalize 25.12.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -2037,7 +2037,7 @@ #: src/formatter/grantleeviewformatter.cpp:179 #, kde-format msgid "<b>Description:</b> %1<br />" -msgstr "<b>விவரணம்:</b> %1<br><br>" +msgstr "<b>விவரணம்:</b> %1<br />" #: src/formatter/grantleeviewformatter.cpp:186 #, kde-format @@ -2045,10 +2045,9 @@ msgstr "<b>முகப்புப்பக்கம்:</b> <a href=\"%1\">%1</a>" #: src/formatter/grantleeviewformatter.cpp:193 -#, fuzzy, kde-format -#| msgid "<b>Description:</b> %1<br><br>" +#, kde-format msgid "<b>Copyright:</b> %1</a>" -msgstr "<b>விவரம்:</b> %1<br><br>" +msgstr "<b>பதிப்புரிமை:</b> %1</a>" #: src/formatter/grantleeviewformatter.cpp:253 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/src/article.cpp new/akregator-25.12.2/src/article.cpp --- old/akregator-25.12.1/src/article.cpp 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/src/article.cpp 2026-02-02 04:23:27.000000000 +0100 @@ -67,7 +67,7 @@ offset = repStart + replaceWith.length(); } if (s.length() > 90) { - s = s.left(90) + QLatin1StringView("…"); + s = s.left(90) + QStringLiteral("…"); } return s.simplified(); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/src/command/loadfeedlistcommand.cpp new/akregator-25.12.2/src/command/loadfeedlistcommand.cpp --- old/akregator-25.12.1/src/command/loadfeedlistcommand.cpp 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/src/command/loadfeedlistcommand.cpp 2026-02-02 04:23:27.000000000 +0100 @@ -79,7 +79,7 @@ QString LoadFeedListCommandPrivate::createBackup(const QString &path, bool *ok) { - const QString backup = path + QLatin1StringView("-backup.") + QString::number(QDateTime::currentDateTimeUtc().toSecsSinceEpoch()); + const QString backup = path + QLatin1StringView("-backup.") + QString::number(QDateTime::currentSecsSinceEpoch()); const bool copied = QFile::copy(path, backup); if (ok) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/src/data/org.kde.akregator.appdata.xml new/akregator-25.12.2/src/data/org.kde.akregator.appdata.xml --- old/akregator-25.12.1/src/data/org.kde.akregator.appdata.xml 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/src/data/org.kde.akregator.appdata.xml 2026-02-02 04:23:27.000000000 +0100 @@ -204,6 +204,7 @@ <binary>akregator</binary> </provides> <releases> + <release version="6.6.2" date="2026-02-05"/> <release version="6.6.1" date="2026-01-08"/> <release version="6.6.0" date="2025-12-11"/> <release version="6.5.3" date="2025-11-06"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/src/feed/feed.cpp new/akregator-25.12.2/src/feed/feed.cpp --- old/akregator-25.12.1/src/feed/feed.cpp 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/src/feed/feed.cpp 2026-02-02 04:23:27.000000000 +0100 @@ -640,7 +640,7 @@ const uint lastFetch = d->m_archive->lastFetch().toSecsSinceEpoch(); - const uint now = QDateTime::currentDateTimeUtc().toSecsSinceEpoch(); + const uint now = QDateTime::currentSecsSinceEpoch(); if (interval > 0 && (now - lastFetch) >= static_cast<uint>(interval)) { queue->addFeed(this); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/src/folder.cpp new/akregator-25.12.2/src/folder.cpp --- old/akregator-25.12.1/src/folder.cpp 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/src/folder.cpp 2026-02-02 04:23:27.000000000 +0100 @@ -248,22 +248,22 @@ TreeNode *Folder::firstChild() { - return m_children.isEmpty() ? nullptr : children().first(); + return m_children.isEmpty() ? nullptr : children().constFirst(); } const TreeNode *Folder::firstChild() const { - return m_children.isEmpty() ? nullptr : children().first(); + return m_children.isEmpty() ? nullptr : children().constFirst(); } TreeNode *Folder::lastChild() { - return m_children.isEmpty() ? nullptr : children().last(); + return m_children.isEmpty() ? nullptr : children().constLast(); } const TreeNode *Folder::lastChild() const { - return m_children.isEmpty() ? nullptr : children().last(); + return m_children.isEmpty() ? nullptr : children().constLast(); } bool Folder::isOpen() const diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/src/frame/frame.h new/akregator-25.12.2/src/frame/frame.h --- old/akregator-25.12.1/src/frame/frame.h 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/src/frame/frame.h 2026-02-02 04:23:27.000000000 +0100 @@ -98,7 +98,7 @@ void slotSetStarted(); void slotSetCanceled(const QString &); void slotSetCompleted(); - void slotSetState(State); + void slotSetState(Akregator::Frame::State); void slotSetProgress(int); void slotSetCaption(const QString &); void slotSetTitle(const QString &); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/akregator-25.12.1/src/openurlrequest.cpp new/akregator-25.12.2/src/openurlrequest.cpp --- old/akregator-25.12.1/src/openurlrequest.cpp 2026-01-03 11:58:46.000000000 +0100 +++ new/akregator-25.12.2/src/openurlrequest.cpp 2026-02-02 04:23:27.000000000 +0100 @@ -58,7 +58,7 @@ QString OpenUrlRequest::debugInfo() const { - return QStringLiteral("url=%1 options=%2").arg(m_url.url()).arg(QString::number(static_cast<int>(m_options))); + return QStringLiteral("url=%1 options=%2").arg(m_url.url(), QString::number(static_cast<int>(m_options))); } bool OpenUrlRequest::wasHandled() const
