diff --git a/kapidox-5.112.0.tar.xz b/kapidox-5.112.0.tar.xz deleted file mode 100644 index f9e4ae6..0000000 --- a/kapidox-5.112.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11b78560f1f3b24f2aa86c052cdcce0426cd7aa54fca6d38fcb140d299054839 -size 198868 diff --git a/kapidox-5.112.0.tar.xz.sig b/kapidox-5.112.0.tar.xz.sig deleted file mode 100644 index 9be6f7b..0000000 --- a/kapidox-5.112.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGGtoACgkQWNDuZIpI -s7s3nwf8CkEs0GpNeDA/WGhFYnkfde1dECkZRaCzeTtgfoCsWkFv691CAEa++t94 -uYaM6+sEd0ilUL066ujdzjO68vMYmc7e5hGlhqiMqKsLOktNEYnh+j7nTBv4dYcH -tgnsT6dPmt47sCQ7m8PaTUGYOAQ7VY4hXAO+bRWZlJWQu4Nt++G+ldaMDNdBi6pu -3qREXB6gviABySunzHMd1WA+TroUMXMvvl/J0jp7zJ7n00laXXoXVIUVtLfyhg6Y -nQUQbd2+GcqzjghEZTPWTHC0b2gAU2Xrg4EjmS2v5Aa4NXqK7EFa+Nmr8TW8Efmd -VpaNO1becCxNt9AHVB3Hj5Q0+iPnvA== -=26Es ------END PGP SIGNATURE----- diff --git a/kapidox-5.113.0.tar.xz b/kapidox-5.113.0.tar.xz new file mode 100644 index 0000000..8b89331 --- /dev/null +++ b/kapidox-5.113.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de0246d54009c37c2ab8128ffe378d6f42b6fe48583bf16d55e5a1e003b8014 +size 198876 diff --git a/kapidox-5.113.0.tar.xz.sig b/kapidox-5.113.0.tar.xz.sig new file mode 100644 index 0000000..a8fc48d --- /dev/null +++ b/kapidox-5.113.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAhIACgkQWNDuZIpI +s7toIQf9HA0LUmNR/AWKezfG/asgGbBJChXahVomgKnwQFx3T1USIAWd5FyYj/sF +7IOCPzmmipzM/5ACS+aDTAJLL6RZFZi5hPnOmEDWF1+qk7lQtKJOeyM6iSByWEQq +tKqOcqArAMHrgEdeNCsKGwSPi2lyvFDjxZAoOVi5qLL/pBwjRCKN0KFvBhkgxHPj +VWufIA8J/8DfJCFlVi8fHaOzao+1oIU/zyluH8pjvbP/UjWaEq+OM+hxMshnNlk+ +Z1nzj57XzToCA0MgU8CUrn+59Xmm+zvEIgAJ5CMfPOJFg0cJG4562NsfCd6y1TVX +cmF8rspQ4pR6lTQY+ah+ZcEHT1aQNA== +=no0w +-----END PGP SIGNATURE----- diff --git a/kapidox.changes b/kapidox.changes index a4c8aa6..2d7b57d 100644 --- a/kapidox.changes +++ b/kapidox.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 5 11:17:18 UTC 2023 - Christophe Marin + +- Update to 5.113.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.113.0 +- No code change since 5.112.0 + ------------------------------------------------------------------- Mon Nov 6 09:13:42 UTC 2023 - Christophe Marin diff --git a/kapidox.spec b/kapidox.spec index 4cd6f92..a08b456 100644 --- a/kapidox.spec +++ b/kapidox.spec @@ -16,15 +16,14 @@ # -# Only needed for the package signature condition +%define qt5_version 5.15.2 %bcond_without released -%define _tar_path 5.103 # 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.112.0 +Version: 5.113.0 Release: 0 Summary: Scripts and data for building API documentation License: BSD-2-Clause @@ -36,15 +35,15 @@ Source2: frameworks.keyring %endif # PATCH-FIX-UPSTREAM Patch0: 0001-Fix-broken-installation.patch +BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: fdupes -BuildRequires: kf5-filesystem BuildRequires: python-rpm-macros BuildRequires: python3 BuildRequires: python3-setuptools Requires: doxygen Requires: graphviz Requires: graphviz-gd -Requires: libqt5-qttools +Requires: libqt5-qttools >= %{qt5_version} Requires: python3-Jinja2 Requires: python3-xml Recommends: python3-PyYAML