SHA256
1
0
forked from pool/kapidox

Accepting request 773235 from KDE:Frameworks5

KDE Frameworks 5.67

OBS-URL: https://build.opensuse.org/request/show/773235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kapidox?expand=0&rev=74
This commit is contained in:
Oliver Kurz 2020-02-14 15:31:11 +00:00 committed by Git OBS Bridge
commit 0893ef8185
6 changed files with 33 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxMEACgkQWNDuZIpI
s7sQ8wgAqoYUfKzKuqTgU/RSnBbYQV7/uhNtqmmmp/ry3HUAme25PrX6gYujWvw6
0N/StAhulhgYGvaKGeT8WZG5mjIua4g+ZHSQ5vap1JFF5gee34xsHlCCN15f2usy
2/g6nTj6WBl1jwV6J+9hZtpQ4HxNsTZxdeWMcq2uhAKv1QWVaAdGyZYGqABsmqPp
DHfw2W3HoNIaf2DnQSl8Qowv1NjbgJ3jxhcO0iv26jMsPHY+DiHMgaIKFWf/N7zi
yjb5DGy/L56ihqNrmUTH8UYSj81PQZPdeGwBvCPtaluDggaLFPOafd+Mb6Kaf2sm
5IGCXY9lZ0RUolf+4x68luN6ulXOBQ==
=QAz9
-----END PGP SIGNATURE-----

3
kapidox-5.67.0.tar.xz Normal file
View File

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

11
kapidox-5.67.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420RAACgkQWNDuZIpI
s7s20wgAl4nOVJMktkIcSf9TnJ8Ju0RSsTpql9pEOYemFHVCZ4Omx/pS2a9+yigt
PsNhotuQ8w+lwVLdsGBedaJmG3ZHuoCRiJg1j4j3rwlL4Pqu0btl0oC1o4srtwjO
GKvt8MDr9dP3SuuZYrbuaP30DcFJoevs7PRe8BBLh81sR4xjIPVABwK3TftGapk2
tj4n/jP2GboRXtTQdWoMotDIoNMyjv3VDd9+A/gAPsLiHIF0fhqhkVi1e1X4ohcL
dn/sYSnSYF9Pvgvgo6cdNIxCA8QuA1GGcrP2oycSakaZqVyTO/zHdMl08kky++mR
Vuk9sNtHr6URGLwh1Mxl1Nl3FiTmnA==
=xGVb
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:29 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.67.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
- Changes since 5.66.0:
* Define K_DOXYGEN as macro to check if kapidox/doxygen is run
* Unbreak module imports for Python2
* Hardcode utf-8 as filesystem encoding with Python2 to help api.kde.org
-------------------------------------------------------------------
Sun Jan 5 09:01:57 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,13 +18,13 @@
# Only needed for the package signature condition
%bcond_without lang
%define _tar_path 5.66
%define _tar_path 5.67
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# 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}')}
Name: kapidox
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: Scripts and data for building API documentation
License: BSD-2-Clause