diff --git a/kf6-ktexteditor.changes b/kf6-ktexteditor.changes index f9732eb..9f91413 100644 --- a/kf6-ktexteditor.changes +++ b/kf6-ktexteditor.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Dec 8 10:09:27 UTC 2024 - Christophe Marin + +- Update to 6.9.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.9.0 +- Changes since 6.8.0: + * Update dependency version to 6.9.0 + * sort and remove duplicates in outRanges in Kate::TextBuffer::rangesForLine + * Add test case for line unwrapping crash + * don't leave non-multiblock Kate::TextRange in m_buffer->m_multilineRanges + * don't crash on insert at lastLine + 1 (kde#496612) + * avoid closeUrl() call + * Clear all references/uses of aboutToDeleteMovingInterfaceContent + * Align completion with the word being completed (kde#485885) + * try to relax unstable test + * Use a QLabel for scrollbar linenumbers tooltip + * Add functions for jumping to next/prev blank line + * Disable ENABLE_KAUTH_DEFAULT on Haiku also + * Remove misleading dead code + * Fix crash if feedback or dyn attr is cleared before deletion (kde#495925) + * Fix ranges with dynamic attribute dont notify deletion + * Deprecate aboutToDeleteMovingInterfaceContent + * Remove m_ranges from buffer + * Dont take ownership of the MovingRange/MovingCursor + * buffer: Remove m_invalidCursors + * allow shifted numbers for Dvorak and Co. (kde#388138) + * keep hinting as set by the user (kde#482659) + * Update version to 6.9.0 + ------------------------------------------------------------------- Mon Nov 4 11:18:18 UTC 2024 - Christophe Marin diff --git a/kf6-ktexteditor.spec b/kf6-ktexteditor.spec index 07d3ef7..a3a662b 100644 --- a/kf6-ktexteditor.spec +++ b/kf6-ktexteditor.spec @@ -19,13 +19,13 @@ %define qt6_version 6.7.0 %define rname ktexteditor -# Full KF6 version (e.g. 6.8.0) +# Full KF6 version (e.g. 6.9.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.8.0 +Version: 6.9.0 Release: 0 Summary: Embeddable text editor component License: LGPL-2.1-or-later diff --git a/ktexteditor-6.8.0.tar.xz b/ktexteditor-6.8.0.tar.xz deleted file mode 100644 index 107c40a..0000000 --- a/ktexteditor-6.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a58ab74c4efddf3161174e860d211426454122e844b25fc25ef6282a1e7a270 -size 2892584 diff --git a/ktexteditor-6.8.0.tar.xz.sig b/ktexteditor-6.8.0.tar.xz.sig deleted file mode 100644 index 8a1ec93..0000000 --- a/ktexteditor-6.8.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZKAAAKCRAsjfWHptSq -wRZOAQD3jZK0AKiYVUjSlyrVS7IRYwivLLs+42h0q9+H16kZ+QEAhvzuNkkwdAiM -lqGZscllnchEBkg5eyIJfpMWpf3B1gE= -=17fw ------END PGP SIGNATURE----- diff --git a/ktexteditor-6.9.0.tar.xz b/ktexteditor-6.9.0.tar.xz new file mode 100644 index 0000000..17dacaf --- /dev/null +++ b/ktexteditor-6.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1660dc6a07f21d99fe5495951f25f1e9f61db63f8f50bc2f610482bc15b3ca +size 2896588 diff --git a/ktexteditor-6.9.0.tar.xz.sig b/ktexteditor-6.9.0.tar.xz.sig new file mode 100644 index 0000000..274dd17 --- /dev/null +++ b/ktexteditor-6.9.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ1Ll4gAKCRAsjfWHptSq +weXzAP4sF+siziEfnUjAtewqEM+ljYb9AUfJcdmYht26oEpJEAEArVYlYisqM4Fn +jUE6fz5YcUPeNIeEYbZXc7pxx7vRfg8= +=pPp+ +-----END PGP SIGNATURE-----