Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-kio for openSUSE:Factory checked 
in at 2026-01-22 15:12:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-kio (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-kio.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-kio"

Thu Jan 22 15:12:27 2026 rev:27 rq:1328561 version:6.22.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-kio/kf6-kio.changes  2026-01-12 
10:15:59.236333769 +0100
+++ /work/SRC/openSUSE:Factory/.kf6-kio.new.1928/kf6-kio.changes        
2026-01-22 15:12:53.371014044 +0100
@@ -1,0 +2,8 @@
+Wed Jan 21 17:57:06 UTC 2026 - Christophe Marin <[email protected]>
+
+- Update to 6.22.1
+  * Hotfix release
+Changes since 6.22.0:
+  * fix binary compatibility
+
+-------------------------------------------------------------------

Old:
----
  kio-6.22.0.tar.xz
  kio-6.22.0.tar.xz.sig

New:
----
  kio-6.22.1.tar.xz
  kio-6.22.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kf6-kio.spec ++++++
--- /var/tmp/diff_new_pack.xGBooM/_old  2026-01-22 15:12:54.131045636 +0100
+++ /var/tmp/diff_new_pack.xGBooM/_new  2026-01-22 15:12:54.131045636 +0100
@@ -20,10 +20,11 @@
 
 %define rname kio
 # Full KF6 version (e.g. 6.22.0)
-%{!?_kf6_version: %global _kf6_version %{version}}
+# %%{!?_kf6_version: %%global _kf6_version %%{version}}
+%global _kf6_version 6.22.0
 %bcond_without released
 Name:           kf6-kio
-Version:        6.22.0
+Version:        6.22.1
 Release:        0
 Summary:        Network transparent access to files and data
 License:        LGPL-2.1-or-later


++++++ kio-6.22.0.tar.xz -> kio-6.22.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-6.22.0/CMakeLists.txt 
new/kio-6.22.1/CMakeLists.txt
--- old/kio-6.22.0/CMakeLists.txt       2026-01-02 18:42:39.000000000 +0100
+++ new/kio-6.22.1/CMakeLists.txt       2026-01-21 12:26:03.000000000 +0100
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "6.22.0") # handled by release scripts
+set(KF_VERSION "6.22.1") # handled by release scripts
 set(KF_DEP_VERSION "6.22.0") # handled by release scripts
 
 project(KIO VERSION ${KF_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-6.22.0/src/filewidgets/kdiroperator.h 
new/kio-6.22.1/src/filewidgets/kdiroperator.h
--- old/kio-6.22.0/src/filewidgets/kdiroperator.h       2026-01-02 
18:42:39.000000000 +0100
+++ new/kio-6.22.1/src/filewidgets/kdiroperator.h       2026-01-21 
12:26:03.000000000 +0100
@@ -573,7 +573,7 @@
      */
     bool followSelectedDirectories() const;
 
-#if KIOFILEWIDGETS_ENABLE_DEPRECATED_SINCE(6, 15)
+#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 15)
     /*!
      * Starts and returns a KIO::DeleteJob to delete the given \a items.
      *
@@ -650,7 +650,7 @@
      */
     virtual void setDropOptions(int options);
 
-#if KIOFILEWIDGETS_ENABLE_DEPRECATED_SINCE(6, 15)
+#if KIOFILEWIDGETS_BUILD_DEPRECATED_SINCE(6, 15)
     /*!
      * Starts and returns a KIO::CopyJob to trash the given \a items.
      *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kio-6.22.0/src/widgets/jobuidelegate.h 
new/kio-6.22.1/src/widgets/jobuidelegate.h
--- old/kio-6.22.0/src/widgets/jobuidelegate.h  2026-01-02 18:42:39.000000000 
+0100
+++ new/kio-6.22.1/src/widgets/jobuidelegate.h  2026-01-21 12:26:03.000000000 
+0100
@@ -86,7 +86,7 @@
      */
     static void unregisterWindow(QWidget *window);
 
-#if KIOWIDGETS_ENABLE_DEPRECATED_SINCE(6, 15)
+#if KIOWIDGETS_BUILD_DEPRECATED_SINCE(6, 15)
     /*!
      * Ask for confirmation before deleting/trashing \a urls.
      *

Reply via email to