Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package telly-skout for openSUSE:Factory checked in at 2025-05-09 18:48:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telly-skout (Old) and /work/SRC/openSUSE:Factory/.telly-skout.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telly-skout" Fri May 9 18:48:33 2025 rev:25 rq:1275897 version:25.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/telly-skout/telly-skout.changes 2025-04-20 20:11:01.884822598 +0200 +++ /work/SRC/openSUSE:Factory/.telly-skout.new.30101/telly-skout.changes 2025-05-09 18:51:21.013050877 +0200 @@ -1,0 +2,10 @@ +Wed May 7 21:00:53 UTC 2025 - Christophe Marin <[email protected]> + +- Update to 25.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/25.04.1/ +- Changes since 25.04.0: + * Fix Qt 6.10 build + +------------------------------------------------------------------- Old: ---- telly-skout-25.04.0.tar.xz telly-skout-25.04.0.tar.xz.sig New: ---- telly-skout-25.04.1.tar.xz telly-skout-25.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telly-skout.spec ++++++ --- /var/tmp/diff_new_pack.uN6IHe/_old 2025-05-09 18:51:21.713080137 +0200 +++ /var/tmp/diff_new_pack.uN6IHe/_new 2025-05-09 18:51:21.713080137 +0200 @@ -22,7 +22,7 @@ %bcond_without released Name: telly-skout -Version: 25.04.0 +Version: 25.04.1 Release: 0 Summary: Kirigami TV guide License: LGPL-2.1-or-later ++++++ telly-skout-25.04.0.tar.xz -> telly-skout-25.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.0/CMakeLists.txt new/telly-skout-25.04.1/CMakeLists.txt --- old/telly-skout-25.04.0/CMakeLists.txt 2025-04-08 18:11:19.000000000 +0200 +++ new/telly-skout-25.04.1/CMakeLists.txt 2025-05-03 00:32:28.000000000 +0200 @@ -6,7 +6,7 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "25") set(RELEASE_SERVICE_VERSION_MINOR "04") -set(RELEASE_SERVICE_VERSION_MICRO "0") +set(RELEASE_SERVICE_VERSION_MICRO "1") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(telly-skout VERSION ${RELEASE_SERVICE_VERSION}) @@ -81,6 +81,8 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 14.0.0) add_compile_options(-Wno-error=hardened) endif() + + add_compile_options(-Wno-error=deprecated-declarations) endif() ################# build and install ################# diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.0/autotests/tvspielfilmfetchertest.cpp new/telly-skout-25.04.1/autotests/tvspielfilmfetchertest.cpp --- old/telly-skout-25.04.0/autotests/tvspielfilmfetchertest.cpp 2025-04-08 18:11:19.000000000 +0200 +++ new/telly-skout-25.04.1/autotests/tvspielfilmfetchertest.cpp 2025-05-03 00:32:28.000000000 +0200 @@ -25,7 +25,7 @@ setFinished(true); m_data.setFileName(QFINDTESTDATA(dataFileName)); - m_data.open(QIODevice::ReadOnly); + Q_ASSERT(m_data.open(QIODevice::ReadOnly)); } qint64 readData(char *data, qint64 maxlen) override diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.0/benchmarks/tvspielfilmfetcherbenchmark.cpp new/telly-skout-25.04.1/benchmarks/tvspielfilmfetcherbenchmark.cpp --- old/telly-skout-25.04.0/benchmarks/tvspielfilmfetcherbenchmark.cpp 2025-04-08 18:11:19.000000000 +0200 +++ new/telly-skout-25.04.1/benchmarks/tvspielfilmfetcherbenchmark.cpp 2025-05-03 00:32:28.000000000 +0200 @@ -27,7 +27,7 @@ setFinished(true); m_data.setFileName(QFINDTESTDATA(dataFileName)); - m_data.open(QIODevice::ReadOnly); + Q_ASSERT(m_data.open(QIODevice::ReadOnly)); } qint64 readData(char *data, qint64 maxlen) override diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.0/org.kde.telly-skout.appdata.xml new/telly-skout-25.04.1/org.kde.telly-skout.appdata.xml --- old/telly-skout-25.04.0/org.kde.telly-skout.appdata.xml 2025-04-08 18:11:19.000000000 +0200 +++ new/telly-skout-25.04.1/org.kde.telly-skout.appdata.xml 2025-05-03 00:32:28.000000000 +0200 @@ -229,6 +229,7 @@ </categories> <launchable type="desktop-id">org.kde.telly-skout.desktop</launchable> <releases> + <release version="25.04.1" date="2025-05-08"/> <release version="25.04.0" date="2025-04-17"> <description> <p>TV Spielfilm fetcher</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.0/po/hu/telly-skout.po new/telly-skout-25.04.1/po/hu/telly-skout.po --- old/telly-skout-25.04.0/po/hu/telly-skout.po 2025-04-08 18:11:19.000000000 +0200 +++ new/telly-skout-25.04.1/po/hu/telly-skout.po 2025-05-03 00:32:28.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: telly-skout\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2025-02-19 00:45+0000\n" -"PO-Revision-Date: 2025-01-19 20:58+0100\n" +"PO-Revision-Date: 2025-04-21 22:11+0200\n" "Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" "Language: hu\n" @@ -15,7 +15,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.1\n" +"X-Generator: Lokalize 25.04.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -74,13 +74,13 @@ #, kde-format msgctxt "@info:tooltip" msgid "previous day" -msgstr "" +msgstr "előző nap" #: qml/FavoritesPage.qml:222 #, kde-format msgctxt "@info:tooltip" msgid "next day" -msgstr "" +msgstr "következő nap" #: qml/GroupListDelegate.qml:30 #, kde-format @@ -155,7 +155,7 @@ #, kde-format msgctxt "@option:check show date selection" msgid "Show date selection:" -msgstr "" +msgstr "Dátum kiválasztása:" #: qml/SettingsPage.qml:75 #, kde-format @@ -217,8 +217,7 @@ msgstr "Minden fájl (*)" #: qml/SortFavoritesPage.qml:16 -#, fuzzy, kde-format -#| msgid "Sort Favorites" +#, kde-format msgctxt "@title" msgid "Sort Favorites" msgstr "Kedvencek rendezése" @@ -252,10 +251,9 @@ msgstr "Névjegy" #: qml/TellySkoutGlobalDrawer.qml:65 -#, fuzzy, kde-format -#| msgid "Telly Skout" +#, kde-format msgid "About Telly Skout" -msgstr "Telly Skout" +msgstr "A Telly Skout névjegye" #: tvspielfilmfetcher.cpp:30 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.0/src/networkfetcher.cpp new/telly-skout-25.04.1/src/networkfetcher.cpp --- old/telly-skout-25.04.0/src/networkfetcher.cpp 2025-04-08 18:11:19.000000000 +0200 +++ new/telly-skout-25.04.1/src/networkfetcher.cpp 2025-05-03 00:32:28.000000000 +0200 @@ -37,7 +37,13 @@ QUrl(url), [this, url, callback](QByteArray data) { QFile file(imagePath(url)); - file.open(QIODevice::WriteOnly); + const bool success = file.open(QIODevice::WriteOnly); + + if (!success) { + qWarning() << "Failed to open image" << url << "."; + return; + } + file.write(data); file.close();
