SHA256
1
0
forked from pool/kate

27 Commits

Author SHA256 Message Date
6c57302d55 Accepting request 1290304 from KDE:Applications
KDE release gear 25.04.3 (forwarded request 1289933 from krop)

OBS-URL: https://build.opensuse.org/request/show/1290304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=186
2025-07-06 15:00:58 +00:00
Christophe Marin
88b417e881 KDE release gear 25.04.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=248
2025-07-03 13:30:57 +00:00
1311dd9118 Accepting request 1283111 from KDE:Applications
KDE release gear 25.04.2 (forwarded request 1282457 from krop)

OBS-URL: https://build.opensuse.org/request/show/1283111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=185
2025-06-06 20:32:59 +00:00
Christophe Marin
c778a03443 KDE release gear 25.04.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=247
2025-06-05 11:09:16 +00:00
f3180b7ba1 Accepting request 1275712 from KDE:Applications
KDE release gear 25.04.1

OBS-URL: https://build.opensuse.org/request/show/1275712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=184
2025-05-09 16:43:39 +00:00
Christophe Marin
35b7956b0d KDE release gear 25.04.1
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=246
2025-05-08 18:04:02 +00:00
827c62010f Accepting request 1270367 from KDE:Applications
KDE release gear 25.04.0 (forwarded request 1270198 from krop)

OBS-URL: https://build.opensuse.org/request/show/1270367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=183
2025-04-18 14:15:47 +00:00
Christophe Marin
324d21de13 KDE release gear 25.04.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=245
2025-04-17 12:38:12 +00:00
Christophe Marin
f86f8f410f OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=244 2025-03-29 09:25:44 +00:00
Christophe Marin
e499fc36b8 KDE release gear 25.04 RC
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=243
2025-03-29 08:56:01 +00:00
4b20549544 Accepting request 1250838 from KDE:Applications
KDE release gear 24.12.3 (forwarded request 1250391 from krop)

OBS-URL: https://build.opensuse.org/request/show/1250838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=182
2025-03-07 15:37:50 +00:00
Christophe Marin
35281014f7 KDE release gear 24.12.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=242
2025-03-06 18:25:46 +00:00
bdf7d12e37 Accepting request 1243695 from KDE:Applications
KDE release gear 24.12.2 (forwarded request 1243167 from krop)

OBS-URL: https://build.opensuse.org/request/show/1243695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=181
2025-02-07 21:47:27 +00:00
Christophe Marin
4d7d87614e KDE release gear 24.12.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=241
2025-02-06 13:34:55 +00:00
ca1e1630aa Accepting request 1236433 from KDE:Applications
KDE release gear 24.12.1 (forwarded request 1235746 from krop)

OBS-URL: https://build.opensuse.org/request/show/1236433
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=180
2025-01-12 10:11:46 +00:00
Christophe Marin
adf727e185 KDE release gear 24.12.1
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=240
2025-01-09 16:43:21 +00:00
5aad0d5a7c Accepting request 1233466 from KDE:Applications
- new Qt keychain dependency to re-enable SQL plugin build

OBS-URL: https://build.opensuse.org/request/show/1233466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=179
2024-12-29 10:55:58 +00:00
Christophe Marin
94417441aa OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=239 2024-12-26 22:26:01 +00:00
Christophe Marin
162f65dcad Kate is missing SQL plugin in the latest build(s)
```
$ rpm -ql kate-plugins| grep sql
... no file found ...
```

that's because of missing dependency (cmake output) in the OBS:

```
[   35s]  * Qt6Keychain
[   35s]    Required to build the katesql addon
```

this patch fixes it:

```
$ rpm -ql /var/tmp/build-root/KDE_Frameworks5_openSUSE_Tumbleweed-x86_64/home/abuild/rpmbuild/RPMS/x86_64/kate-plugins-debuginfo-24.12.0-0.x86_64.rpm | grep sql
/usr/lib/debug/usr/lib64/qt6/plugins/kf6/ktexteditor/katesqlplugin.so.debug
```

I'm not sure if it is a proper solution to depend on qtkeychain-qt6-devel directly. But cmake(Qt6Keychain) was not found at all.

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=238
2024-12-26 22:25:19 +00:00
e3b82a8694 Accepting request 1230379 from KDE:Applications
KDE release gear 24.12.0 (forwarded request 1230034 from krop)

OBS-URL: https://build.opensuse.org/request/show/1230379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=178
2024-12-13 21:26:13 +00:00
Christophe Marin
d62c062624 KDE release gear 24.12.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=237
2024-12-12 10:45:51 +00:00
Christophe Marin
ad748231a7 KDE Release gear 24.12 RC
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=236
2024-12-02 08:58:53 +00:00
Christophe Marin
270e862ac0 KDE release gear 24.12 beta
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=235
2024-11-21 08:26:32 +00:00
625f40617e Accepting request 1222255 from KDE:Applications
KDE Release gear 24.08.3 (forwarded request 1221581 from krop)

OBS-URL: https://build.opensuse.org/request/show/1222255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=177
2024-11-08 10:54:21 +00:00
Christophe Marin
5c468e7c18 KDE Release gear 24.08.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=234
2024-11-07 12:52:31 +00:00
5cb6bde98b Accepting request 1206823 from KDE:Applications
KDE Release gear 24.08.2

OBS-URL: https://build.opensuse.org/request/show/1206823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kate?expand=0&rev=176
2024-10-12 11:26:15 +00:00
Christophe Marin
0dcb5e35d2 KDE Release Gear 24.08.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kate?expand=0&rev=233
2024-10-10 20:12:40 +00:00
6 changed files with 196 additions and 22 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c10518b24386f1daf5f64723c25b3f4ed7e3446a70912abe5b6c965efd9b2dc6
size 8207264

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmbf+LAACgkQu0YzUNbv
Me+PMw/+KBf/zusWb108GWopUbaBJTM/JymhfyAoZpta5LeNpP6lB2XU0T4ESCS7
dgXndTdwf8ycJf92laxjCoLuRMMcHYYyE3I7Tgi1T7SDlYRIxXaIw/OL8R34ydVC
C0bYgGykGwSDm0/Z3D4CeUii6e3G5TwigqTA1kgcE6w1DdhXfQZvfYw6+L9GMTYk
7K++BHFNGSIC7mn5GrRuLBUjsBX6eZEz9+E0v0FcZupaak9990rzAnYyygPCuBVl
PL1LaPAlPcOcfImC+3QXXNCVQlBrh6UtK2b2JX1RDh2tCu53mxQiMtLNS2K7aLPG
SWHDs4A1ncujiDbRaLfO934rTAjGQwp5h+fV+DN6gD20/+W5BvnNO9TOyT7Pof5V
xM8gY+DbYSX1WrTnOyFQTekplKyh3X3GAxDaInZ1vj+VcrpRZPYP+8jaL1xNcBGf
Gip1xHVDc1i0SRTvblseG5djJfdBVvm3XYEh/aoLE+ypFJOgjeRKVo31kKygnVOj
wotrH25gy6lnctXhHvfCWQB4vm4VEQLbzQnYCQMftQhfK/NKQ6uLqXcNdNFDX+uF
+mxkeP8A3Nej/Vzky+B79cC2wxRZwlbF0gjbPy7XmJmbEJWW8LvOxIuIeuLlymS/
yLRSGj10VZ6RAdB/8+xuzeWd84cfsI2R76OatmzpSz4jnSOTWKg=
=k562
-----END PGP SIGNATURE-----

BIN
kate-25.04.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

16
kate-25.04.3.tar.xz.sig Normal file
View File

@@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmhjbmoACgkQu0YzUNbv
Me+Yew/9Fgl4bFKhDtpOxMbPNersWfuDXZZFWVLpkYdQ5b9cmhUQ+DEl0ScaEMFR
ijyhxdYEXtvOx83tNBJ+7OM9lsgweDTnIxlr0f3Hn0PB5V9S1BTUik1ba0jNbMER
pfKavtLqX/SQrjobOA/v0YAdm8VvkSfdiYRgGf3sXnJzA1d9t6A0M45HPKbUjLf7
xSciRduXihr8MOiCIZb17n7QctVLfmyEe/RuZ7Jx/y2vMfMvrZJcca46+0gmH1oe
8BY6WtC2SNd2ONhqbat1QTjTV2xKo4T4otbwq8/1jYLsQAk45BmiYRKK4aloZY6J
SWFrOc2CJZ6M/gj4QKIM01UB0JR9QZs2TZPlK9vXKskwsVwLYjD0EDeINquit8Ul
kD2rnpsE4skwAihQAuat9LqFv1LAp9BB2lpgbCntZ834L4vwnSLqgAsyb0tHUyci
Sw4IvK8zYOA5q3+uIRmdOc16Pz3pokAUaapPcQBSNPSIpZMnmT/gsSlgrSDYJBM3
Z30Egq/ABe+gnzdjmBKr1/hAyk1GxOd1Zj8/VDA0xH8UMj5Zkt3XPK3f3APfnXgI
zmT0aQUwby22JC3jUUHq97me1hQmdnY47/QiKuh+6ns/tRvmfcR5cXLrK7GKiZHv
7OK1hs9DGz06xLeZEynZfa6asutAhfNy9m0C4Z0a6JYYya9iYqI=
=5aEY
-----END PGP SIGNATURE-----

View File

@@ -1,3 +1,175 @@
-------------------------------------------------------------------
Tue Jul 1 15:26:44 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 25.04.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/25.04.3/
- Changes since 25.04.2:
* open read-write for _commit, don't use WriteOnly, that will truncate
* Build: Fix creating a new set of targets (kde#505346)
* Fix saving & restoring last active build target index (kde#505241)
-------------------------------------------------------------------
Tue Jun 3 21:12:08 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 25.04.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/25.04.2/
- Changes since 25.04.1:
* Check whether item is an object (kde#505044)
* S&R: Fix canceling search in current file
-------------------------------------------------------------------
Wed May 7 20:59:57 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 25.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/25.04.1/
- Changes since 25.04.0:
* Add missing includes
* fix size limit, that is an int in MB, no bool
* fix type warnings
-------------------------------------------------------------------
Mon Apr 14 07:06:33 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 25.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/25.04.0/
- Changes since 25.03.90:
* snapcraft: Sync core24 and theming fix to release
-------------------------------------------------------------------
Sat Mar 29 08:42:17 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 25.03.90
* New feature release
- Too many changes to list here.
-------------------------------------------------------------------
Tue Mar 4 13:00:50 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 24.12.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.12.3/
- Changes since 24.12.2:
* Fix not able to create branch
* Share init code between quick open and hud
* Use std::move, fix the clang-tidy warning
* Use a normal widget for our HUD dialog (kde#500521)
* Fix documents being stashed during session (kde#497478)
* Fix Statusbar can't be hidden on git projects (kde#499334)
* Use editor font in lsp,dap config page (kde#499317)
* Ensure caption is set when a widget is active (kde#499223)
-------------------------------------------------------------------
Tue Feb 4 12:29:24 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 24.12.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.12.2/
- Changes since 24.12.1:
* ensure we always stay in range (kde#498435)
* ensure the remove action works without selection, too (kde#498268)
* Allow ignoring QSqlQuery prepare failure (kde#498431)
* Fix Search MatchExport (kde#499080)
* Set path for eslint process
-------------------------------------------------------------------
Tue Jan 7 18:52:41 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 24.12.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.12.1/
- Changes since 24.12.0:
* snapcraft: Bring in fixes from release/24.08
* Build plugin: Add the <pre> tag to all lines
-------------------------------------------------------------------
Thu Dec 26 20:20:14 UTC 2024 - Petr Vanek <petr@yarpen.cz>
- new Qt keychain dependency to re-enable SQL plugin build
-------------------------------------------------------------------
Sun Dec 8 09:27:17 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/24.12.0/
- Changes since 24.11.90:
* Make placeholder text translatable
* Add Kate branding color
-------------------------------------------------------------------
Mon Dec 2 08:42:44 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.11.90
* New feature release
- Changes since 24.11.80:
* Add back distance check to hide tooltip
* Fix #496460: Match export not working with lookarounds (kde#496460)
* don't die if the arrays not only contain integers
* don't pass a nullptr to ::fromLatin1 (kde#496602)
* Update typescript-language-server url
* Avoid ctag indexing the home/root dir
* fix language ids for javascript derivates (kde#495805)
* Try to have a PATH on macos when not launched from terminal
* Build output improvements
* Build: Append html output
* try to properly use toLocalFile for local files
* Skip "Save macro recording" action when recording is going on (kde#494464)
* Ensure key press/release are sent to the same widget
* Fix active tab not being set inactive
* Fix snippet completion execution
* Fix snippets not working unless completion is hard invoked (kde#495416)
* Remove useless Qbytearray->QString conversion
-------------------------------------------------------------------
Sat Nov 16 17:29:21 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.11.80
* New feature release
- Too many changes to list here.
-------------------------------------------------------------------
Tue Nov 5 10:42:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.08.3
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.3/
- Changes since 24.08.2:
* Fix sql copy/export is randomly ordered (kde#461419)
* formatting: Listen to all process signals properly
* KateViewSpace: Store session group name on save
* Fix QString.arg calls
* Add libffi8 needed by opensuse.
* snapcraft: Fix ld-library-config.
-------------------------------------------------------------------
Tue Oct 8 12:01:11 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 24.08.2
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/24.08.2/
- Changes since 24.08.1:
* snapcraft: Add paths for libs in core22 to ld_library_path
* snapcraft: Ensure $SNAP path is first in LD_LIBRARY_PATH
* snapcraft: Patchelf dri files so we have graphics.
* fix strange behavior on document close after restore (kde#487034)
* add compat code to read old session config for views
* fix session restore of tabs/views of untitled documents (kde#464703)
* don't store pointer
-------------------------------------------------------------------
Tue Sep 10 14:10:20 UTC 2024 - Christophe Marin <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package kate
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
#
%define kf6_version 6.3.0
%define kf6_version 6.6.0
%define plasma6_version 5.27.80
%define qt6_version 6.6.0
%bcond_without released
Name: kate
Version: 24.08.1
Version: 25.04.3
Release: 0
Summary: Advanced Text Editor
License: GPL-3.0-or-later
@@ -36,6 +36,7 @@ Source2: applications.keyring
Patch0: 0001-Defuse-root-block.patch
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: qt6-gui-private-devel >= %{qt6_version}
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
@@ -51,6 +52,7 @@ BuildRequires: cmake(KF6Wallet) >= %{kf6_version}
BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version}
BuildRequires: cmake(PlasmaActivities) >= %{plasma6_version}
BuildRequires: cmake(Qt6Concurrent) >= %{qt6_version}
BuildRequires: cmake(Qt6Keychain)
BuildRequires: cmake(Qt6Sql) >= %{qt6_version}
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}