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 2026-05-11 16:55:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/telly-skout (Old) and /work/SRC/openSUSE:Factory/.telly-skout.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telly-skout" Mon May 11 16:55:29 2026 rev:37 rq:1351793 version:26.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/telly-skout/telly-skout.changes 2026-04-17 21:56:16.862406738 +0200 +++ /work/SRC/openSUSE:Factory/.telly-skout.new.1966/telly-skout.changes 2026-05-11 17:05:43.533501680 +0200 @@ -1,0 +2,10 @@ +Thu May 7 08:03:42 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.04.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/26.04.1/ +- Changes since 26.04.0: + * snapcraft: Switch to core24 and prepare for beta + +------------------------------------------------------------------- Old: ---- telly-skout-26.04.0.tar.xz telly-skout-26.04.0.tar.xz.sig New: ---- telly-skout-26.04.1.tar.xz telly-skout-26.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ telly-skout.spec ++++++ --- /var/tmp/diff_new_pack.YZLfMn/_old 2026-05-11 17:05:44.189528503 +0200 +++ /var/tmp/diff_new_pack.YZLfMn/_new 2026-05-11 17:05:44.193528666 +0200 @@ -22,7 +22,7 @@ %bcond_without released Name: telly-skout -Version: 26.04.0 +Version: 26.04.1 Release: 0 Summary: Kirigami TV guide License: LGPL-2.1-or-later ++++++ telly-skout-26.04.0.tar.xz -> telly-skout-26.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-26.04.0/CMakeLists.txt new/telly-skout-26.04.1/CMakeLists.txt --- old/telly-skout-26.04.0/CMakeLists.txt 2026-04-09 05:38:47.000000000 +0200 +++ new/telly-skout-26.04.1/CMakeLists.txt 2026-05-05 00:12:12.000000000 +0200 @@ -6,7 +6,7 @@ # KDE Applications version, managed by release script. set(RELEASE_SERVICE_VERSION_MAJOR "26") 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}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-26.04.0/org.kde.telly-skout.appdata.xml new/telly-skout-26.04.1/org.kde.telly-skout.appdata.xml --- old/telly-skout-26.04.0/org.kde.telly-skout.appdata.xml 2026-04-09 05:38:47.000000000 +0200 +++ new/telly-skout-26.04.1/org.kde.telly-skout.appdata.xml 2026-05-05 00:12:12.000000000 +0200 @@ -238,6 +238,7 @@ </categories> <launchable type="desktop-id">org.kde.telly-skout.desktop</launchable> <releases> + <release version="26.04.1" date="2026-05-07"/> <release version="26.04.0" date="2026-04-16"/> <release version="25.12.3" date="2026-03-05"/> <release version="25.12.2" date="2026-02-05"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/telly-skout-26.04.0/snapcraft.yaml new/telly-skout-26.04.1/snapcraft.yaml --- old/telly-skout-26.04.0/snapcraft.yaml 2026-04-09 05:38:47.000000000 +0200 +++ new/telly-skout-26.04.1/snapcraft.yaml 2026-05-05 00:12:12.000000000 +0200 @@ -5,7 +5,7 @@ name: telly-skout confinement: strict grade: stable -base: core22 +base: core24 adopt-info: telly-skout apps: telly-skout: @@ -15,7 +15,7 @@ desktop: usr/share/applications/org.kde.telly-skout.desktop command: usr/bin/telly-skout plugs: - - audio-record + - audio-playback slots: session-dbus-interface: interface: dbus @@ -63,16 +63,24 @@ - -usr/lib/gcc/$CRAFT_ARCH_TRIPLET_BUILD_FOR/6.0.0 - -usr/lib/aspell/* - -usr/share/lintian + gpu-2404: + after: [telly-skout] + source: https://github.com/canonical/gpu-snap.git + plugin: dump + override-prime: | + craftctl default + ${CRAFT_PART_SRC}/bin/gpu-2404-cleanup mesa-2404 + prime: + - bin/gpu-2404-wrapper cleanup: after: - telly-skout plugin: nil build-snaps: - - core22 - - kf6-core22 + - core24 + - kf6-core24 override-prime: | set -eux - for snap in "core22" "kf6-core22"; do + for snap in "core24" "kf6-core24"; do cd "/snap/$snap/current" && find . -type f,l -exec rm -rf "${CRAFT_PRIME}/{}" \; done -
