Accepting request 1201040 from KDE:Frameworks
KDE Frameworks 6.6.0 (forwarded request 1199844 from krop) OBS-URL: https://build.opensuse.org/request/show/1201040 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-ktexteditor?expand=0&rev=7
This commit is contained in:
commit
aaac2f1aa5
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 09:03:29 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.6.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.6.0
|
||||
- Changes since 6.5.0:
|
||||
* Update version to 6.6.0
|
||||
* Make tests a bit faster
|
||||
* Fix clashing and missing keyboard accelerators
|
||||
* Add help texts for new editing commands
|
||||
* Move sort implementation to C++ (kde#478250)
|
||||
* Move natsort to C++ and implement it using QCollator
|
||||
* Move the sortuniq, uniq implementation to C++ (kde#478250)
|
||||
* read and write font features to config
|
||||
* Fix doc.text() when first block is empty
|
||||
* Fix block splitting
|
||||
* try to make test more robust
|
||||
* Restore previous indentation test mode based on individual files
|
||||
* Store startlines in the buffer instead of block
|
||||
* doc: Fix code example for plugin hosting
|
||||
* no 10 second timeouts, the CI is not that consistent fast
|
||||
* try to make test more stable
|
||||
* improve encoding detection (kde#487594)
|
||||
* fix grouping on config dialog page (kde#490617)
|
||||
* Optimize cursorToOffset
|
||||
* Dont indent on tab when in block selection mode (kde#448695)
|
||||
* Fix selection printing (kde#415570)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:47:54 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%define rname ktexteditor
|
||||
# Full KF6 version (e.g. 6.5.0)
|
||||
# Full KF6 version (e.g. 6.6.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.5.0
|
||||
Version: 6.6.0
|
||||
Release: 0
|
||||
Summary: Embeddable text editor component
|
||||
License: LGPL-2.1-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9bbb8875a68c6b627f3999c2dab2f91fe15570e2a43c3b2aa9149e5b98dbb8c1
|
||||
size 2846764
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/4wAKCRAsjfWHptSq
|
||||
wT47AP4sHPE9sM9K1bX/7MTtk9KNd1Ino3QzMGjsO2eal2XzZQEA52lp8AndVK49
|
||||
T/meNDzHT0YC+Alt3bTAz/q2/i6BfgI=
|
||||
=RRSX
|
||||
-----END PGP SIGNATURE-----
|
3
ktexteditor-6.6.0.tar.xz
Normal file
3
ktexteditor-6.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9991a78fd5cf692964d84210baea472ece56434d924f9e67561b857f8b48c777
|
||||
size 2877692
|
7
ktexteditor-6.6.0.tar.xz.sig
Normal file
7
ktexteditor-6.6.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqKQAKCRAsjfWHptSq
|
||||
waLNAQCGvBQ5sOg8jUPShgot98sh8OGwHEctkDbo8y4Xw+OZmAEAnylDwNNP0yoc
|
||||
WJVnxiICLLKHdUUtKJxZYAnIWQEfGw8=
|
||||
=2Kg1
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user