Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kpimtextedit for openSUSE:Factory checked in at 2026-04-17 21:48:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpimtextedit (Old) and /work/SRC/openSUSE:Factory/.kpimtextedit.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpimtextedit" Fri Apr 17 21:48:11 2026 rev:130 rq:1347497 version:26.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes 2026-03-07 20:04:12.717681984 +0100 +++ /work/SRC/openSUSE:Factory/.kpimtextedit.new.11940/kpimtextedit.changes 2026-04-17 21:49:25.785453070 +0200 @@ -1,0 +2,45 @@ +Sat Apr 11 16:14:21 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/26.04.0/ +- Changes since 26.03.90: + * don't add two hr + * Remove qDebug + * fix index. Otherwise we remove current column/row + * Fix logic, we need to continue if obj is null otherwise it will cast + * Fix qbound argument + * Escape html + +------------------------------------------------------------------- +Mon Mar 30 12:10:40 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.90 + * New feature release +- No code change since 26.03.80 + +------------------------------------------------------------------- +Sat Mar 14 09:09:48 UTC 2026 - Christophe Marin <[email protected]> + +- Update to 26.03.80 + * New feature release +- Changes since 25.12.3: + * Use [[maybe_unused]] + * Fix typo + add KF_SKIP_PO_PROCESSING + * Add clazy build support + * cmake_minimum_required: drop outdated FATAL_ERROR. + * Add inmodule KPIMTextEdit + * Add -Wshadow for clang-based builds + * Fix documentation + * convert doc + * Fix ktextaddons dep + * Remove duplicate includes (found by script) + * Increase ktextaddons version + * Const'ify KConfigGroup + * Add default ClangBuildAnalyzer.ini (testing compile time) + * Fix some clazy warnings + * Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset + * Use same ktextaddons version + +------------------------------------------------------------------- Old: ---- kpimtextedit-25.12.3.tar.xz kpimtextedit-25.12.3.tar.xz.sig New: ---- kpimtextedit-26.04.0.tar.xz kpimtextedit-26.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpimtextedit.spec ++++++ --- /var/tmp/diff_new_pack.i9GRpV/_old 2026-04-17 21:49:26.397478293 +0200 +++ /var/tmp/diff_new_pack.i9GRpV/_new 2026-04-17 21:49:26.397478293 +0200 @@ -1,7 +1,7 @@ # # spec file for package kpimtextedit # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,11 @@ %define kf6_version 6.19.0 %define qt6_version 6.9.0 +%define ktextaddons_version 2.0.0 %bcond_without released Name: kpimtextedit -Version: 25.12.3 +Version: 26.04.0 Release: 0 Summary: KDE PIM Libraries: Text edit functionality License: LGPL-2.1-or-later @@ -31,7 +32,6 @@ Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig Source2: applications.keyring %endif -BuildRequires: doxygen BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} BuildRequires: cmake(KF6Codecs) >= %{kf6_version} BuildRequires: cmake(KF6Config) >= %{kf6_version} @@ -41,13 +41,12 @@ BuildRequires: cmake(KF6KIO) >= %{kf6_version} BuildRequires: cmake(KF6Sonnet) >= %{kf6_version} BuildRequires: cmake(KF6SyntaxHighlighting) >= %{kf6_version} -BuildRequires: cmake(KF6TextAddonsWidgets) -BuildRequires: cmake(KF6TextCustomEditor) -BuildRequires: cmake(KF6TextEditTextToSpeech) -BuildRequires: cmake(KF6TextEmoticonsWidgets) +BuildRequires: cmake(KF6TextAddonsWidgets) >= %{ktextaddons_version} +BuildRequires: cmake(KF6TextCustomEditor) >= %{ktextaddons_version} +BuildRequires: cmake(KF6TextEditTextToSpeech) >= %{ktextaddons_version} +BuildRequires: cmake(KF6TextEmoticonsWidgets) >= %{ktextaddons_version} BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version} BuildRequires: cmake(KF6XmlGui) >= %{kf6_version} -BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version} BuildRequires: cmake(Qt6Widgets) >= %{qt6_version} %description @@ -64,8 +63,8 @@ %package devel Summary: KDE PIM Libraries: Build Environment Requires: libKPim6TextEdit6 = %{version} -Requires: cmake(KF6TextCustomEditor) -Requires: cmake(KF6TextEditTextToSpeech) +Requires: cmake(KF6TextCustomEditor) >= %{ktextaddons_version} +Requires: cmake(KF6TextEditTextToSpeech) >= %{ktextaddons_version} %description devel This package contains necessary include files and libraries needed @@ -77,7 +76,7 @@ %autosetup -p1 %build -%cmake_kf6 -DBUILD_QCH:BOOL=TRUE +%cmake_kf6 %kf6_build @@ -96,7 +95,6 @@ %{_kf6_libdir}/libKPim6TextEdit.so.* %files devel -%doc %{_kf6_qchdir}/KPim6TextEdit.* %{_includedir}/KPim6/KPIMTextEdit/ %{_kf6_cmakedir}/KPim6TextEdit/ %{_kf6_libdir}/libKPim6TextEdit.so ++++++ kpimtextedit-25.12.3.tar.xz -> kpimtextedit-26.04.0.tar.xz ++++++ ++++ 6846 lines of diff (skipped) ++++++ kpimtextedit-25.12.3.tar.xz.sig -> kpimtextedit-26.04.0.tar.xz.sig ++++++ --- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit-25.12.3.tar.xz.sig 2026-03-07 20:04:12.233662011 +0100 +++ /work/SRC/openSUSE:Factory/.kpimtextedit.new.11940/kpimtextedit-26.04.0.tar.xz.sig 2026-04-17 21:49:25.769452410 +0200 @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNATURE----- -iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmmmKRsACgkQu0YzUNbv -Me9aSg/+MkVDplNRzCpWvZiHu0xIN4w76guLwVmYUi5QpBCaV+TLJR5LlkusJgtT -JjJGh0LQw1k+9n/Rfg8WQMLbIn6CZ6rYR/S8X7A1bSUTGMXy/Atr6Njk1sTVfhEz -ElLtinGkxwjzuoYT1kcr3Fm+EcaPvSwlnFyVZkIIqXSmdvYdNWqSct9qfzX2DZQL -PsbZo1455MW7MVZOv7wXmJAb+qiwNwYvKCfuZfE/2dG4nsH47BHz0QHYHzzBGAm5 -6A56sFfTThU6JFIXc+FOgr+xgSGhYjXTb6w2jraRMAPSIqo1Gt6FPVFJYGaMcdSm -hOddRhtz3M6TPX1aCMKxEPL3ZMuudbOWBoNixqc0/5wV8d9Cwa7YRegcu0Hfgma9 -nTvcp3tgyK6VlpRfKh/uevuNu/pJ9s5JVbS0YM5zBTjEpf+ZjUCx7L+5Bhooras9 -7vJLvsWuPnUzx6wSmEavMr9pniZIOtEJvTZ1WhtLHQql4g/wOTGVRlbGzV+UUayH -FDvvsEjM3qQB8jFtzMdd7SnnsW9BIfS099LY4PSBlFOG6kqv/CQYkRcR4jKJUmJA -J8QcdUakupZ/B03jKE8Ftp0Uv0JQIbo8fHtvELzQDRCulPuFIzTFrEgJEKSUM5qW -yPJ8kcwP1o/RBNdJmCtAuNBGkFWCLfMPXrb3EabjCBA0qsbg2wM= -=oRl7 +iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmnYlc4ACgkQu0YzUNbv +Me+HXQ//Rs9B5bEAoy6mVeTvElCHOUGZhsBhp62NGnnbhIYT7AJIo7HM3QMKn9Wm +18o5tijdgdgs2x5bIyfhEhY4sSwDfBeYypLZUfI25QD7ovIsUp3NT6VA88wc6XDS +nkrnbNjHzzwzmKWJ1TSRuj1AljK1NQ/6yF/vvHab8F6epYGr0X49IPDn32Uez+mk +Lguz3jNL+PJchfIDCmyvWIE8giXkTLmKd7XVGVY9ioBNx8xN0he1t+YQRPY7Fk9W +z1eoLLPSOV9xnhgjya7WEbj9adqukdGqN2vxyngSGUbBxhIKHCC6QC4+xmfnOLk8 +JEjAwtZZyVL1uNueXRap0Ruxgvi2l1ENbj0EUab4e2rrMryxCYtyTVegnKL6LeIn ++qvP7k7qYjDASPVqWDi0E1joLbgP2lu3cAjIpQS86DeoFKRi1FF+B7sElnCAbIOH +YFUPsRFR32e4UJXOU2t7GF+h7X2/5BCL6tRhrbXtd2Lc55MXbw82Dizcp1YzQHdN +HHQY8+Ap2l2MOf64KAy4nMSbK/LELsELWJvDQljARNfG7EINSv8HujLBoKzQX5vc +R8K8NCccJ4L5PxvFH97EBiYRMWn8SDAYytSL5LhWGSbkMDE+BK/MvvHYATWQEXgS +zNckhnesuI+kMmvhIOiEvVOPfL6Y3Io66f23biegiBDTAkjTUXc= +=G5K4 -----END PGP SIGNATURE-----
