forked from pool/kf6-kapidox
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
9d92eeb94b | ||
|
fb6f195383 | ||
|
8a164ef997 | ||
|
1f12ea95b2 | ||
|
2977295f8a | ||
|
ef741817b8 | ||
|
77f1170e5d | ||
|
bcbdceacff | ||
|
61edfcc6f2 | ||
|
92f344247f |
3
kapidox-6.10.0.tar.xz
Normal file
3
kapidox-6.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2871c4687adf8a368db231de7525d37510ea275463bd27128986c69912974c4
|
||||
size 198620
|
7
kapidox-6.10.0.tar.xz.sig
Normal file
7
kapidox-6.10.0.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZ3gBOwAKCRAsjfWHptSq
|
||||
wUxEAP0cW3TCrgdniZm/q6cfIbGLsIGCsa8AHGSb+VFlbj4+9AD9EiENNYZWEgUs
|
||||
7Zjl/sxWb92ZCt3/4w4xLKpLMoEL5wQ=
|
||||
=mE3g
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2542f22211474987998901cb48ad2202ee5156cf399805884e1449d9860a3a1
|
||||
size 198600
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy+4wAKCRAsjfWHptSq
|
||||
wbnxAQCpaHT+noUH4D0N4onFkrAc1AL29YR5bynChyKL9011YAD/efM0TiymPYIr
|
||||
vcM+oitXbipclK2rpk2oLjzGNgXFLA4=
|
||||
=SIq6
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 18:17:20 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.10.0
|
||||
- Changes since 6.9.0:
|
||||
* Update version to 6.10.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 10:09:06 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/6/6.9.0
|
||||
- Changes since 6.8.0:
|
||||
* Update version to 6.9.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 11:17:56 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:
|
||||
* Update version to 6.8.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 09:59:46 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 version to 6.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 09:03:05 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:
|
||||
* Unify format string usage
|
||||
* Avoid double assignment
|
||||
* Remove unnecessary escape
|
||||
* COLS_IN_ALPHA_INDEX has been deprecated
|
||||
* footer.html correct URL for trademark_kde_gear_black_logo.png
|
||||
* Update version to 6.6.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:47:29 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -18,12 +18,12 @@
|
||||
|
||||
%define rname kapidox
|
||||
%bcond_without released
|
||||
# Full KF6 version (e.g. 6.5.0)
|
||||
# Full KF6 version (e.g. 6.10.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}')}
|
||||
Name: kf6-kapidox
|
||||
Version: 6.5.0
|
||||
Version: 6.10.0
|
||||
Release: 0
|
||||
Summary: Scripts and data for building API documentation
|
||||
License: BSD-2-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user