forked from pool/kapidox
KDE Frameworks 5.101.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kapidox?expand=0&rev=251
This commit is contained in:
parent
4d4e55bee5
commit
f6da8e5095
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68a4c0aa5b86ff002e996e043b745788bdc474be755b8e96251820851d0ef639
|
|
||||||
size 198496
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmT4ACgkQWNDuZIpI
|
|
||||||
s7uzHwf/WJTIt2OT1k05Nbuv2YerTTcR6bRQh9cJXmIxuihMJpQdTcVT5Oth9kIW
|
|
||||||
lDxZinBcUd/C1D1x/hpDtZ5AKFknk75uBBjhn2qWuJS4KCLfGVVwPUgogKl9pS/T
|
|
||||||
bPBW8OLL4zCUSb3yirQOE9/1R6ZZqv5xP/z72Y1c0zRRJ8kLb0rSVfo5ZLwTtPG5
|
|
||||||
+l/d2oFyWg5HWGqe646P139jMteogoNbg+QMgp1Q4f9nkCjrgBYp1OssO+r3bjCS
|
|
||||||
70nn6BiHL8wnGf8b3xMaty4Pw+pdVn1getVV2S9p/dfWW2fplNlLwWFqu8rKzigY
|
|
||||||
p4ufGr785M9MUODiw4nz4Nd6qUP0eA==
|
|
||||||
=tCqQ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kapidox-5.101.0.tar.xz
Normal file
3
kapidox-5.101.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b468d09a483a24bbbd2480e0c4aa4fc3ffa167793e595a04ea432baefe22dff8
|
||||||
|
size 198516
|
11
kapidox-5.101.0.tar.xz.sig
Normal file
11
kapidox-5.101.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLIkACgkQWNDuZIpI
|
||||||
|
s7tIxwf+MiIpfXrDvImssDhxal7O1cEen7pwhcwlMNhVLJUxTkllq3W0yjPtGaGq
|
||||||
|
phzgN2jym5MlE4R1EDtJby5yle/P9xFA7SUmGXnjG8MY5+NMKMNje8l56nf4irqa
|
||||||
|
wHXOzHZRWw7RtXq1jKdg+eVWNDdKsTuB74rGGoDB0gRJrKtFpUTGm5I+avBiR6md
|
||||||
|
g/qE/YkUMkrbCnDP3gR5mL2BDDpHZXERofACsB0VFSw0rxMLEvo8e5KGHZtmTpma
|
||||||
|
I7FPPJku3v06mQ6t3lITJhVDuDEUttTCpsUb1XmHZ0LSDtXHZnSbG5zRh3PD0ZYV
|
||||||
|
bhZCzOlGKDN7pd+vDkypSe7NxWIzhA==
|
||||||
|
=tR57
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 6 20:10:21 UTC 2022 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.101.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.101.0
|
||||||
|
- Changes since 5.100.0:
|
||||||
|
* Update CMakeLists.txt - The majority of frameworks use KF_VERSION to indicate current version.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 08:34:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Nov 8 08:34:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -18,17 +18,16 @@
|
|||||||
|
|
||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
%define _tar_path 5.100
|
%define _tar_path 5.101
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: kapidox
|
Name: kapidox
|
||||||
Version: 5.100.0
|
Version: 5.101.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scripts and data for building API documentation
|
Summary: Scripts and data for building API documentation
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: System/GUI/KDE
|
|
||||||
URL: https://www.kde.org
|
URL: https://www.kde.org
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if %{with released}
|
%if %{with released}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user