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-08-16 20:39:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telly-skout (Old) and /work/SRC/openSUSE:Factory/.telly-skout.new.1085 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telly-skout" Sat Aug 16 20:39:08 2025 rev:28 rq:1299756 version:25.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/telly-skout/telly-skout.changes 2025-07-06 17:17:13.530080967 +0200 +++ /work/SRC/openSUSE:Factory/.telly-skout.new.1085/telly-skout.changes 2025-08-16 20:43:35.766721670 +0200 @@ -1,0 +2,22 @@ +Fri Aug 8 07:48:17 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- 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:26:03 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 25.07.80 + * New feature release +- Changes since 25.04.3: + * Flatpak: update Kirigami Addons to 1.8.1 + * Fix Qt 6.10 build + * Flatpak: update runtime to 6.9 + * Add 25.04.0 release description + * TV Spielfilm fetcher: fix "Select Favorites" page does not list channels + * Improve handling of gaps/overlaps in the programs (kde#502258) + +------------------------------------------------------------------- Old: ---- telly-skout-25.04.3.tar.xz telly-skout-25.04.3.tar.xz.sig New: ---- telly-skout-25.08.0.tar.xz telly-skout-25.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telly-skout.spec ++++++ --- /var/tmp/diff_new_pack.clfsWz/_old 2025-08-16 20:43:36.278742903 +0200 +++ /var/tmp/diff_new_pack.clfsWz/_new 2025-08-16 20:43:36.282743069 +0200 @@ -1,7 +1,7 @@ # # spec file for package telly-skout # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2021, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -17,12 +17,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: telly-skout -Version: 25.04.3 +Version: 25.08.0 Release: 0 Summary: Kirigami TV guide License: LGPL-2.1-or-later @@ -62,7 +62,7 @@ %autosetup -p1 %build -%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE +%cmake_kf6 %kf6_build ++++++ telly-skout-25.04.3.tar.xz -> telly-skout-25.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.3/.flatpak-manifest.yml new/telly-skout-25.08.0/.flatpak-manifest.yml --- old/telly-skout-25.04.3/.flatpak-manifest.yml 2025-06-30 18:57:49.000000000 +0200 +++ new/telly-skout-25.08.0/.flatpak-manifest.yml 2025-08-01 00:54:38.000000000 +0200 @@ -3,7 +3,7 @@ --- app-id: org.kde.telly-skout runtime: org.kde.Platform -runtime-version: 6.8 +runtime-version: 6.9 sdk: org.kde.Sdk command: telly-skout copy-icon: true @@ -30,8 +30,8 @@ - -DBUILD_TESTING=OFF sources: - type: archive - url: https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.7.0.tar.xz - sha256: 7d854975185cf740de486d84f1e2ec3e4eadb66ac9fb897214cba9ab8cc492b1 + url: https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.8.1.tar.xz + sha256: 00028ae4df99e250518345ea28d9cdf49d700e9acac482734bb51384da11f945 x-checker-data: type: anitya project-id: 242933 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.3/CMakeLists.txt new/telly-skout-25.08.0/CMakeLists.txt --- old/telly-skout-25.04.3/CMakeLists.txt 2025-06-30 18:57:49.000000000 +0200 +++ new/telly-skout-25.08.0/CMakeLists.txt 2025-08-01 00:54:38.000000000 +0200 @@ -5,8 +5,8 @@ # 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(telly-skout VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-25.04.3/org.kde.telly-skout.appdata.xml new/telly-skout-25.08.0/org.kde.telly-skout.appdata.xml --- old/telly-skout-25.04.3/org.kde.telly-skout.appdata.xml 2025-06-30 18:57:49.000000000 +0200 +++ new/telly-skout-25.08.0/org.kde.telly-skout.appdata.xml 2025-08-01 00:54:38.000000000 +0200 @@ -229,6 +229,7 @@ </categories> <launchable type="desktop-id">org.kde.telly-skout.desktop</launchable> <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/telly-skout-25.04.3/po/ca/telly-skout.po new/telly-skout-25.08.0/po/ca/telly-skout.po --- old/telly-skout-25.04.3/po/ca/telly-skout.po 2025-06-30 18:57:49.000000000 +0200 +++ new/telly-skout-25.08.0/po/ca/telly-skout.po 2025-08-01 00:54:38.000000000 +0200 @@ -292,3 +292,12 @@ #, kde-format msgid "XMLTV" msgstr "XMLTV" + +#~ msgid "UI" +#~ msgstr "IU" + +#~ msgid "px" +#~ msgstr "px" + +#~ msgid "days" +#~ msgstr "dies"