Accepting request 1222809 from KDE:Frameworks
KDE Frameworks 6.8.0 (forwarded request 1221715 from krop) OBS-URL: https://build.opensuse.org/request/show/1222809 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kf6-ktexteditor?expand=0&rev=9
This commit is contained in:
commit
9fd84c4aed
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 11:18:18 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.8.0
|
||||
- Changes since 6.7.0:
|
||||
* Vi mode: Don't infinite loop in searcher
|
||||
* Update dependency version to 6.8.0
|
||||
* remove unused var
|
||||
* fix ignores
|
||||
* less deprecated stuff used
|
||||
* Don't temporarily clear document URL during openUrl()
|
||||
* Only discard completion if the cursor was at the end of line
|
||||
* Update git blame ignore file
|
||||
* Reformat code with clang-format
|
||||
* Fix implicit conversion of Qt::Key in Qt 6.9
|
||||
* Try to avoid unwanted completions
|
||||
* fix session restore of file type (kde#492201)
|
||||
* Make ViewPrivate::displayRangeChanged public
|
||||
* Set DocumentPrivate::m_reloading to false only if loading
|
||||
* Give a more proper name to the test
|
||||
* Fix multiblock range handling when unwrapping line (kde#494826)
|
||||
* Fix line removal not handled properly in KateTemplateHandler (kde#434093)
|
||||
* Update version to 6.8.0
|
||||
* Inline blocksize into buffer
|
||||
* Improve MovingRangeTest::benchCheckValidity
|
||||
* Improve TextRange::checkValidity performance
|
||||
* do all testing in clean temp dirs
|
||||
* Add a swap file test
|
||||
* add benchmarks for moving stuff
|
||||
* Use std::vector for cursor storage
|
||||
* Allow disabling editorconfig (kde#471008)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 10:00:18 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%define qt6_version 6.7.0
|
||||
|
||||
%define rname ktexteditor
|
||||
# Full KF6 version (e.g. 6.7.0)
|
||||
# Full KF6 version (e.g. 6.8.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.7.0
|
||||
Version: 6.8.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:ed76f72324225a926e00c2c970d48d7f11a576e942e48d092e9837bda79d6991
|
||||
size 2880020
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAFQAAKCRAsjfWHptSq
|
||||
wYiZAQDblu968se4sB1KUNtjDQPWMmNhyd/VrH3KyMaSeLNJawEAsIb27U8qzqvr
|
||||
Uc/dhqy4uBrupbDZ5vQoigGSobtz9QE=
|
||||
=UgTl
|
||||
-----END PGP SIGNATURE-----
|
3
ktexteditor-6.8.0.tar.xz
Normal file
3
ktexteditor-6.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a58ab74c4efddf3161174e860d211426454122e844b25fc25ef6282a1e7a270
|
||||
size 2892584
|
7
ktexteditor-6.8.0.tar.xz.sig
Normal file
7
ktexteditor-6.8.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZyZKAAAKCRAsjfWHptSq
|
||||
wRZOAQD3jZK0AKiYVUjSlyrVS7IRYwivLLs+42h0q9+H16kZ+QEAhvzuNkkwdAiM
|
||||
lqGZscllnchEBkg5eyIJfpMWpf3B1gE=
|
||||
=17fw
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user