Accepting request 1207225 from KDE:Frameworks
KDE Frameworks 6.7.0 (forwarded request 1206249 from krop) OBS-URL: https://build.opensuse.org/request/show/1207225 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-ktexteditor?expand=0&rev=8
This commit is contained in:
commit
8ad4cd488e
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 10:00:18 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.7.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/6/6.7.0
|
||||||
|
- Changes since 6.6.0:
|
||||||
|
* Update dependency version to 6.7.0
|
||||||
|
* Port away from deprecated KPluralHandlingSpinBox
|
||||||
|
* Fix unexpected space indentation in Go var group (kde#487054)
|
||||||
|
* Read dir kateconfig on view creation (kde#489600)
|
||||||
|
* Fix pressing <ENTER> on } inserts two lines instead of one (kde#479717)
|
||||||
|
* Dont remove trailing spaces in markdown by default (kde#451648)
|
||||||
|
* Multicursors: Avoid indenting the sameline twice
|
||||||
|
* blockmode: repair indent when the cursor is in the first column
|
||||||
|
* Multicursor: Fix indent with multiple cursors
|
||||||
|
* with latest syntax definition, more tests pass for ruby
|
||||||
|
* use more views
|
||||||
|
* avoid double signal emission
|
||||||
|
* less deprecated calls, works locally
|
||||||
|
* Store multiline ranges spanning multiple blocks in TextBuffer
|
||||||
|
* Remove MovingRange caching in TextBlock
|
||||||
|
* add hint the file might got moved (kde#476071)
|
||||||
|
* Dont create selection highlights with multiple selections
|
||||||
|
* Optimize killLine for multiple cursors
|
||||||
|
* completion: Allow async population of documentation
|
||||||
|
* more const to avoid wrong use of these members
|
||||||
|
* ensure modify the renderer that is used for printing (kde#465526)
|
||||||
|
* Fix text insertion with multiple cursors at same position. (kde#492869)
|
||||||
|
* Add command names for "Remove Spaces" and "Keep Extra Spaces"
|
||||||
|
* Minimap now follows the theme also for search matches
|
||||||
|
* Run clang-format
|
||||||
|
* Fix merging of selections in opposite directions
|
||||||
|
* Fix secondary cursor at boundary of selection doesn't get removed
|
||||||
|
* Fix warnings
|
||||||
|
* Update version to 6.7.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 7 09:03:29 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
Sat Sep 7 09:03:29 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define qt6_version 6.6.0
|
%define qt6_version 6.7.0
|
||||||
|
|
||||||
%define rname ktexteditor
|
%define rname ktexteditor
|
||||||
# Full KF6 version (e.g. 6.6.0)
|
# Full KF6 version (e.g. 6.7.0)
|
||||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||||
# Last major and minor KF6 version (e.g. 6.0)
|
# 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}')}
|
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kf6-ktexteditor
|
Name: kf6-ktexteditor
|
||||||
Version: 6.6.0
|
Version: 6.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable text editor component
|
Summary: Embeddable text editor component
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9991a78fd5cf692964d84210baea472ece56434d924f9e67561b857f8b48c777
|
|
||||||
size 2877692
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqKQAKCRAsjfWHptSq
|
|
||||||
waLNAQCGvBQ5sOg8jUPShgot98sh8OGwHEctkDbo8y4Xw+OZmAEAnylDwNNP0yoc
|
|
||||||
WJVnxiICLLKHdUUtKJxZYAnIWQEfGw8=
|
|
||||||
=2Kg1
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
ktexteditor-6.7.0.tar.xz
Normal file
3
ktexteditor-6.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed76f72324225a926e00c2c970d48d7f11a576e942e48d092e9837bda79d6991
|
||||||
|
size 2880020
|
7
ktexteditor-6.7.0.tar.xz.sig
Normal file
7
ktexteditor-6.7.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAFQAAKCRAsjfWHptSq
|
||||||
|
wYiZAQDblu968se4sB1KUNtjDQPWMmNhyd/VrH3KyMaSeLNJawEAsIb27U8qzqvr
|
||||||
|
Uc/dhqy4uBrupbDZ5vQoigGSobtz9QE=
|
||||||
|
=UgTl
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user