Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kio-extras for openSUSE:Factory checked in at 2025-05-09 18:43:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio-extras (Old) and /work/SRC/openSUSE:Factory/.kio-extras.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio-extras" Fri May 9 18:43:56 2025 rev:18 rq:1275768 version:25.04.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kio-extras/kio-extras.changes 2025-04-20 19:58:43.921817668 +0200 +++ /work/SRC/openSUSE:Factory/.kio-extras.new.30101/kio-extras.changes 2025-05-09 18:44:20.775508688 +0200 @@ -1,0 +2,12 @@ +Wed May 7 21:00:13 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: + * Image thumbnailer: add image/tiff mime type (kde#503223) + * imagethumbnail: Add MIME types for PSD, QOI, DDS + * CMake: Use find_package(Qt6::GuiPrivate) to fix build for qtbase dev + +------------------------------------------------------------------- Old: ---- kio-extras-25.04.0.tar.xz kio-extras-25.04.0.tar.xz.sig New: ---- kio-extras-25.04.1.tar.xz kio-extras-25.04.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio-extras.spec ++++++ --- /var/tmp/diff_new_pack.gremxE/_old 2025-05-09 18:44:21.491538629 +0200 +++ /var/tmp/diff_new_pack.gremxE/_new 2025-05-09 18:44:21.491538629 +0200 @@ -22,7 +22,7 @@ %bcond_without released Name: kio-extras -Version: 25.04.0 +Version: 25.04.1 Release: 0 Summary: Additional KIO slaves for KDE applications License: GPL-2.0-or-later ++++++ kio-extras-25.04.0.tar.xz -> kio-extras-25.04.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-extras-25.04.0/CMakeLists.txt new/kio-extras-25.04.1/CMakeLists.txt --- old/kio-extras-25.04.0/CMakeLists.txt 2025-04-08 16:19:12.000000000 +0200 +++ new/kio-extras-25.04.1/CMakeLists.txt 2025-05-02 23:00:29.000000000 +0200 @@ -3,7 +3,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(kio-extras VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-extras-25.04.0/thumbnail/CMakeLists.txt new/kio-extras-25.04.1/thumbnail/CMakeLists.txt --- old/kio-extras-25.04.0/thumbnail/CMakeLists.txt 2025-04-08 16:19:12.000000000 +0200 +++ new/kio-extras-25.04.1/thumbnail/CMakeLists.txt 2025-05-02 23:00:29.000000000 +0200 @@ -6,6 +6,13 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII) +# Private targets need to be included explicitly since +# https://code.qt.io/cgit/qt/qtbase.git/commit/?id=ad7b94e163ac5c3959a7e38d7f48536be288a187 +# but this is only available for Qt >= 6.9, see https://bugreports.qt.io/browse/QTBUG-87776 +if (Qt6Gui_VERSION VERSION_GREATER_EQUAL 6.9.0) + find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS GuiPrivate) +endif() + find_package(OpenEXR 3.0 CONFIG QUIET) if(NOT OpenEXR_FOUND) find_package(OpenEXR) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kio-extras-25.04.0/thumbnail/imagethumbnail.json new/kio-extras-25.04.1/thumbnail/imagethumbnail.json --- old/kio-extras-25.04.0/thumbnail/imagethumbnail.json 2025-04-08 16:19:12.000000000 +0200 +++ new/kio-extras-25.04.1/thumbnail/imagethumbnail.json 2025-05-02 23:00:29.000000000 +0200 @@ -24,7 +24,11 @@ "image/jpx", "image/jxl", "image/vnd.zbrush.pcx", - "image/x-rgb" + "image/x-rgb", + "image/vnd.adobe.photoshop", + "image/qoi", + "image/x-dds", + "image/tiff" ], "Name": "Images (GIF, PNG, BMP, ...)", "Name[ar]": "الصّور (GIF، PNG، BMP، ...)",
