From b8a37e2d7e880d765de895cdbf6cbb293874b484e8c1b2ffa8d12b73eb463946 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Thu, 9 Jan 2025 16:42:08 +0000 Subject: [PATCH 1/2] KDE Frameworks 6.10.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-ktexteditor?expand=0&rev=23 --- kf6-ktexteditor.spec | 2 +- ktexteditor-6.10.0.tar.xz | 3 +++ ktexteditor-6.10.0.tar.xz.sig | 7 +++++++ ktexteditor-6.9.0.tar.xz | 3 --- ktexteditor-6.9.0.tar.xz.sig | 7 ------- 5 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 ktexteditor-6.10.0.tar.xz create mode 100644 ktexteditor-6.10.0.tar.xz.sig delete mode 100644 ktexteditor-6.9.0.tar.xz delete mode 100644 ktexteditor-6.9.0.tar.xz.sig diff --git a/kf6-ktexteditor.spec b/kf6-ktexteditor.spec index a3a662b..773e904 100644 --- a/kf6-ktexteditor.spec +++ b/kf6-ktexteditor.spec @@ -25,7 +25,7 @@ %{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kf6-ktexteditor -Version: 6.9.0 +Version: 6.10.0 Release: 0 Summary: Embeddable text editor component License: LGPL-2.1-or-later diff --git a/ktexteditor-6.10.0.tar.xz b/ktexteditor-6.10.0.tar.xz new file mode 100644 index 0000000..f07220e --- /dev/null +++ b/ktexteditor-6.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f80c4feb8737cef83775e2c79f86060c16af89ee8b48e2d72f94bdc1a180b9f +size 2927232 diff --git a/ktexteditor-6.10.0.tar.xz.sig b/ktexteditor-6.10.0.tar.xz.sig new file mode 100644 index 0000000..ee3fc5d --- /dev/null +++ b/ktexteditor-6.10.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gCMQAKCRAsjfWHptSq +wdltAP4ralEJ+5QfFTrMiFk/6heiwuwpghkKaaWLqDgGwsG39wEA3TE4pDHM1zCU +fGgG4o7rknR0UEjoivG4S+8KjH/1hgQ= +=1QzK +-----END PGP SIGNATURE----- diff --git a/ktexteditor-6.9.0.tar.xz b/ktexteditor-6.9.0.tar.xz deleted file mode 100644 index 17dacaf..0000000 --- a/ktexteditor-6.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 274dd17..0000000 --- a/ktexteditor-6.9.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ1Ll4gAKCRAsjfWHptSq -weXzAP4sF+siziEfnUjAtewqEM+ljYb9AUfJcdmYht26oEpJEAEArVYlYisqM4Fn -jUE6fz5YcUPeNIeEYbZXc7pxx7vRfg8= -=pPp+ ------END PGP SIGNATURE----- From 16c0ecac000dd674862e15222c89a54096477c30af553878113e97fcb6cf9e9a Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Thu, 9 Jan 2025 17:15:24 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-ktexteditor?expand=0&rev=24 --- kf6-ktexteditor.changes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kf6-ktexteditor.changes b/kf6-ktexteditor.changes index 9f91413..021da50 100644 --- a/kf6-ktexteditor.changes +++ b/kf6-ktexteditor.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jan 9 17:12:39 UTC 2025 - Christophe Marin + +- Update to 6.10.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.10.0 +- Changes since 6.9.0: + * Update dependency version to 6.10.0 + * Fix default shortcuts for mac os + * rewrite Kate::TextBlock::mergeBlock m_cursors merging code + * use one targetBlock->m_lines.insert instead of many targetBlock->m_lines.push_back + * add testNoFlippedRange and testBlockSplitAndMerge to movingrange_test + * Preprocess lineEndings before pasting + * "Paste From File" feature for Kate to select a file and insert it's contents into the current file (kde#496902) + * Remove unnecessary multicursor clipboard code + * Try to split clipboard text across multiple cursors when pasting (kde#497863) + * Optimize kill lines for large number of cursors + * Fix full line selection behaviour of the C++ versions of the editing commands + * remove not needed include + * ensure content like from document doesn't make the dialog size explode (kde#497328) + * store QTextLayout inline + * Update version to 6.10.0 + ------------------------------------------------------------------- Sun Dec 8 10:09:27 UTC 2024 - Christophe Marin