Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kf6-ktexteditor for openSUSE:Factory 
checked in at 2025-06-18 15:55:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kf6-ktexteditor (Old)
 and      /work/SRC/openSUSE:Factory/.kf6-ktexteditor.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kf6-ktexteditor"

Wed Jun 18 15:55:40 2025 rev:16 rq:1285604 version:6.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kf6-ktexteditor/kf6-ktexteditor.changes  
2025-05-12 16:47:36.365466436 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-ktexteditor.new.19631/kf6-ktexteditor.changes   
    2025-06-18 15:59:47.669267570 +0200
@@ -1,0 +2,15 @@
+Mon Jun  9 20:29:45 UTC 2025 - Christophe Marin <christo...@krop.fr>
+
+- Update to 6.15.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/6/6.15.0
+- Too many changes since 6.14.0, only listing bugfixes:
+  * trigger refresh of modified on disk message if the type did change 
(kde#504150)
+  * Fix m_marks not initialized (kde#503455)
+  * don't confuse users, just report modified on disk (kde#504151)
+  * Fix screenshot for hidpi displays (kde#503823)
+  * Fix error logic (kde#503821)
+- Replace _kf6_bugfix_version usage
+
+-------------------------------------------------------------------

Old:
----
  ktexteditor-6.14.0.tar.xz
  ktexteditor-6.14.0.tar.xz.sig

New:
----
  ktexteditor-6.15.0.tar.xz
  ktexteditor-6.15.0.tar.xz.sig

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

Other differences:
------------------
++++++ kf6-ktexteditor.spec ++++++
--- /var/tmp/diff_new_pack.ndgR7I/_old  2025-06-18 15:59:48.917319177 +0200
+++ /var/tmp/diff_new_pack.ndgR7I/_new  2025-06-18 15:59:48.921319342 +0200
@@ -16,16 +16,14 @@
 #
 
 
-%define qt6_version 6.7.0
+%define qt6_version 6.8.0
 
 %define rname ktexteditor
-# Full KF6 version (e.g. 6.14.0)
+# Full KF6 version (e.g. 6.15.0)
 %{!?_kf6_version: %global _kf6_version %{version}}
-# Last major and minor KF6 version (e.g. 6.0)
-%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without released
 Name:           kf6-ktexteditor
-Version:        6.14.0
+Version:        6.15.0
 Release:        0
 Summary:        Embeddable text editor component
 License:        LGPL-2.1-or-later
@@ -35,20 +33,19 @@
 Source1:        %{rname}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
-BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
+BuildRequires:  kf6-extra-cmake-modules >= %{_kf6_version}
 BuildRequires:  pkgconfig
 BuildRequires:  cmake(EditorConfig)
-BuildRequires:  cmake(KF6Archive) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6Config) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6GuiAddons) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6I18n) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6KIO) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6Parts) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6Sonnet) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6SyntaxHighlighting) >= %{_kf6_bugfix_version}
-BuildRequires:  cmake(KF6WindowSystem) >= %{_kf6_bugfix_version}
+BuildRequires:  cmake(KF6Archive) >= %{_kf6_version}
+BuildRequires:  cmake(KF6Config) >= %{_kf6_version}
+BuildRequires:  cmake(KF6GuiAddons) >= %{_kf6_version}
+BuildRequires:  cmake(KF6I18n) >= %{_kf6_version}
+BuildRequires:  cmake(KF6KIO) >= %{_kf6_version}
+BuildRequires:  cmake(KF6Parts) >= %{_kf6_version}
+BuildRequires:  cmake(KF6Sonnet) >= %{_kf6_version}
+BuildRequires:  cmake(KF6SyntaxHighlighting) >= %{_kf6_version}
+BuildRequires:  cmake(KF6WindowSystem) >= %{_kf6_version}
 BuildRequires:  cmake(Qt6Core) >= %{qt6_version}
 BuildRequires:  cmake(Qt6PrintSupport) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Qml) >= %{qt6_version}
@@ -57,7 +54,7 @@
 BuildRequires:  cmake(Qt6Widgets) >= %{qt6_version}
 BuildRequires:  cmake(Qt6Xml) >= %{qt6_version}
 BuildRequires:  pkgconfig(libgit2)
-Requires:       kf6-syntax-highlighting >= %{_kf6_bugfix_version}
+Requires:       kf6-syntax-highlighting >= %{_kf6_version}
 
 %description
 KTextEditor provides a text editor component that can be embedded in
@@ -74,8 +71,8 @@
 %package devel
 Summary:        Header files for ktexteditor, an embeddable text editor 
component
 Requires:       libKF6TextEditor6 = %{version}
-Requires:       cmake(KF6Parts) >= %{_kf6_bugfix_version}
-Requires:       cmake(KF6SyntaxHighlighting) >= %{_kf6_bugfix_version}
+Requires:       cmake(KF6Parts) >= %{_kf6_version}
+Requires:       cmake(KF6SyntaxHighlighting) >= %{_kf6_version}
 
 %description devel
 KTextEditor provides a text editor component that can be embedded in
@@ -89,7 +86,7 @@
 %autosetup -p1 -n %{rname}-%{version}
 
 %build
-%cmake_kf6 -DBUILD_QCH:BOOL=TRUE \
+%cmake_kf6 \
            -DENABLE_KAUTH:BOOL=FALSE
 
 %kf6_build
@@ -117,7 +114,6 @@
 %{_kf6_libdir}/libKF6TextEditor.so.*
 
 %files devel
-%doc %{_kf6_qchdir}/KF6TextEditor.*
 %{_kf6_cmakedir}/KF6TextEditor/
 %{_kf6_includedir}/KTextEditor/
 %{_kf6_libdir}/libKF6TextEditor.so

++++++ ktexteditor-6.14.0.tar.xz -> ktexteditor-6.15.0.tar.xz ++++++
++++ 36653 lines of diff (skipped)

++++++ ktexteditor-6.14.0.tar.xz.sig -> ktexteditor-6.15.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/kf6-ktexteditor/ktexteditor-6.14.0.tar.xz.sig    
2025-05-12 16:47:36.589475829 +0200
+++ 
/work/SRC/openSUSE:Factory/.kf6-ktexteditor.new.19631/ktexteditor-6.15.0.tar.xz.sig
 2025-06-18 15:59:47.801273029 +0200
@@ -1,7 +1,7 @@
 -----BEGIN PGP SIGNATURE-----
 
-iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaBTVwAAKCRAsjfWHptSq
-wTlWAP0RHzXouAXRoDsI9sQGnSXZiL3dA/9zbwQCsJFsVOxX5gD8DaW5MlUCwNEO
-X6qDJiARMLdslYJzH5ZbFsbfNnk1rQA=
-=pHnE
+iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCaEvxYwAKCRAsjfWHptSq
+wfghAQDVkb0KAt5FpfOWhoYAADyU+uVpX0IV1jQK0X7sZmu1uAEAr3V58wHlwnTi
+Ke5bAl4OlUfUQT9KEH2dZL9c2zaNNws=
+=3omT
 -----END PGP SIGNATURE-----

Reply via email to