Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kquickimageeditor for 
openSUSE:Factory checked in at 2026-09-04 12:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kquickimageeditor (Old)
 and      /work/SRC/openSUSE:Factory/.kquickimageeditor.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kquickimageeditor"

Fri Sep  4 12:36:06 2026 rev:10 rq:1375394 version:0.7.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kquickimageeditor/kquickimageeditor.changes      
2026-07-06 12:27:29.101299103 +0200
+++ 
/work/SRC/openSUSE:Factory/.kquickimageeditor.new.1265/kquickimageeditor.changes
    2026-09-04 12:36:37.679614602 +0200
@@ -1,0 +2,24 @@
+Wed Sep  2 13:13:42 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 0.7.0.1:
+  * Fix build on ARM with SVE
+
+-------------------------------------------------------------------
+Tue Sep  1 09:30:32 UTC 2026 - Fabian Vogt <[email protected]>
+
+- Update to 0.7.0:
+  * Removed OpenCV dependency by replacing the stack blur with a Qt
+    Concurrency and Highway SIMD library based implementation.
+  * Added color adjustment API.
+  * Added repainted signal to AnnotationDocument. AnnotationDocument
+    periodically repaints annotationsImage and canvasBaseImage.
+  * AnnotationDocument::renderToImage always returns the latest image. If
+    necessary, it will wait for repaints to finish before returning.
+  * Annotation shadows don't jitter as much while being drawn or resized.
+  * Added hasSelectionChanged and optionsChanged signals to
+    SelectedItemWrapper.
+  * For more details see
+    https://mail.kde.org/pipermail/kde-announce/2026-August/000524.html
+- Add %check
+
+-------------------------------------------------------------------

Old:
----
  kquickimageeditor-0.6.2.1.tar.xz
  kquickimageeditor-0.6.2.1.tar.xz.sig

New:
----
  kquickimageeditor-0.7.0.1.tar.xz
  kquickimageeditor-0.7.0.1.tar.xz.sig

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

Other differences:
------------------
++++++ kquickimageeditor.spec ++++++
--- /var/tmp/diff_new_pack.UtdD3K/_old  2026-09-04 12:36:38.478642656 +0200
+++ /var/tmp/diff_new_pack.UtdD3K/_new  2026-09-04 12:36:38.483642831 +0200
@@ -23,6 +23,7 @@
 %if "%{flavor}" == "qt6"
 %define qt6 1
 %define pkg_suffix 6
+%define sover 1
 %define kf6_version 6.13.0
 %define qt6_version 6.8.0
 %endif
@@ -30,7 +31,7 @@
 
 %bcond_without released
 Name:           kquickimageeditor%{?pkg_suffix}
-Version:        0.6.2.1
+Version:        0.7.0.1
 Release:        0
 Summary:        A set of QtQuick components for image editing
 License:        LGPL-2.1-or-later
@@ -43,10 +44,13 @@
 %if 0%{?qt6}
 BuildRequires:  kf6-extra-cmake-modules >= %{kf6_version}
 BuildRequires:  cmake(KF6Config) >= %{kf6_version}
-BuildRequires:  cmake(OpenCV) >= 4.7.0
+BuildRequires:  cmake(Qt6Concurrent) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Qml) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Quick) >= %{qt6_version}
+BuildRequires:  cmake(Qt6ShaderTools) >= %{qt6_version}
+BuildRequires:  cmake(Qt6Test) >= %{qt6_version}
+BuildRequires:  cmake(hwy) >= 1.3.0
 %endif
 
 %description
@@ -60,17 +64,17 @@
 KQuickImageEditor is a set of QtQuick components providing basic image editing
 capabilities.
 
-%package -n libKQuickImageEditor1
+%package -n libKQuickImageEditor%{sover}
 Summary:        KQuickImageEditor library
 
-%description -n libKQuickImageEditor1
+%description -n libKQuickImageEditor%{sover}
 KQuickImageEditor is a set of QtQuick components providing basic image editing
 capabilities.
 
 %package devel
 Summary:        Development files for KQuickImageEditor
 Requires:       kquickimageeditor%{?pkg_suffix}-imports = %{version}
-Requires:       libKQuickImageEditor1 = %{version}
+Requires:       libKQuickImageEditor%{sover} = %{version}
 %if 0%{?qt6}
 Requires:       cmake(Qt6Core) >= %{qt6_version}
 %endif
@@ -84,7 +88,7 @@
 
 %build
 %if 0%{?qt6}
-%cmake_kf6
+%cmake_kf6 -DBUILD_TESTING:BOOL=TRUE
 %kf6_build
 %endif
 
@@ -93,11 +97,15 @@
 %kf6_install
 %endif
 
+%check
+%ctest
+
 %if 0%{?qt6}
-%ldconfig_scriptlets -n libKQuickImageEditor1
+%ldconfig_scriptlets -n libKQuickImageEditor%{sover}
 
-%files -n libKQuickImageEditor1
+%files -n libKQuickImageEditor%{sover}
 %license LICENSES/*
+%{_kf6_libdir}/libKQuickImageEditor.so.%{sover}
 %{_kf6_libdir}/libKQuickImageEditor.so.*
 %endif
 

++++++ kquickimageeditor-0.6.2.1.tar.xz -> kquickimageeditor-0.7.0.1.tar.xz 
++++++
++++ 3878 lines of diff (skipped)

Reply via email to