diff --git a/kf6-ktexteditor.changes b/kf6-ktexteditor.changes index 33fa33e..405214b 100644 --- a/kf6-ktexteditor.changes +++ b/kf6-ktexteditor.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Jul 9 09:41:57 UTC 2024 - Christophe Marin + +- Update to 6.4.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/6/6.4.0 +- Changes since 6.3.0: + * add a tool to test javascript scripts + * fix JS API result of view.executeCommand() + * kateregexpsearch: fix FAST_DEBUG + * API documentation: fix typo on kte_design page + * add action to popy the current file name and line (kde#488027) + * prefer even indent sizes (kde#474505) + * try different way to read file for digest + * remove gradient, looks ugly + * add missing :, are there for all other entries + * don't remember encoding if known to be broken (kde#445015) + * ensure we don't keep old session config keys (kde#486648) + ------------------------------------------------------------------- Wed Jun 5 10:11:57 UTC 2024 - Christophe Marin diff --git a/kf6-ktexteditor.spec b/kf6-ktexteditor.spec index af05d31..dbe1f50 100644 --- a/kf6-ktexteditor.spec +++ b/kf6-ktexteditor.spec @@ -19,13 +19,13 @@ %define qt6_version 6.6.0 %define rname ktexteditor -# Full KF6 version (e.g. 6.3.0) +# Full KF6 version (e.g. 6.4.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.3.0 +Version: 6.4.0 Release: 0 Summary: Embeddable text editor component License: LGPL-2.1-or-later @@ -106,6 +106,7 @@ This subpackage provides the header files. %files %{_kf6_debugdir}/ktexteditor.categories %{_kf6_debugdir}/ktexteditor.renamecategories +%{_kf6_bindir}/ktexteditor-script-tester6 # TODO split %dir %{_kf6_plugindir}/kf6/parts %{_kf6_plugindir}/kf6/parts/katepart.so diff --git a/ktexteditor-6.3.0.tar.xz b/ktexteditor-6.3.0.tar.xz deleted file mode 100644 index fcda455..0000000 --- a/ktexteditor-6.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:979dbffaeb0a0413b3745efa180aa0be6e1ed8bf8f5a938281499b931e283776 -size 2821408 diff --git a/ktexteditor-6.3.0.tar.xz.sig b/ktexteditor-6.3.0.tar.xz.sig deleted file mode 100644 index 4a4aa5d..0000000 --- a/ktexteditor-6.3.0.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQfQAKCRAsjfWHptSq -wVYzAQCdlZXG86rqZD4dyAbqOXA6QMZJhFXvkxPTJOrW/FaHvQD+N3q1iiR+0nbg -SXGQ7D7lx34SX6HXkVgrvGQP57dpVwE= -=wLt4 ------END PGP SIGNATURE----- diff --git a/ktexteditor-6.4.0.tar.xz b/ktexteditor-6.4.0.tar.xz new file mode 100644 index 0000000..d59e3b0 --- /dev/null +++ b/ktexteditor-6.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825e1a79549d66f204d50869f1dfbbc8a14ab96e76b3e8c3e899b236edccd6d4 +size 2862688 diff --git a/ktexteditor-6.4.0.tar.xz.sig b/ktexteditor-6.4.0.tar.xz.sig new file mode 100644 index 0000000..a3c1a65 --- /dev/null +++ b/ktexteditor-6.4.0.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohS5wAKCRAsjfWHptSq +wUzMAQDy4lG8UbKp47DJluq9grEmiJCrxJsXbeyHHZap/5jeNwD8DgUc/oSvAPEW +o/7wS4bzayhmu7c31Du0w6wgGVISiwM= +=55Es +-----END PGP SIGNATURE-----