Christophe Giboudeaux 2022-10-08 17:27:51 +00:00 committed by Git OBS Bridge
parent b67230fcc4
commit 237a7d934c
6 changed files with 33 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9P8ACgkQWNDuZIpI
s7uR9QgAn4Ax5ASfSiXGCXyU1jiq9xNTBs2/JX7AxfOBCLXyPFVo7FA/hoQihk8+
OLp2Vb7fD1tb/G287//leoslATtiW+5YB65rCIsPWawXdLeLohmxx7B4iKTzNpFl
iYjBes5Xgqt+jotZriJeo+4V57Hn9/y5ExXq5VeIZR9IrGUt8b4CAhLsUuzJblrD
azDDMnYnGBOx8LoDLhnH9ZHpOv+3TUJRdmYrJnXqvzNbjXd/CO4WwYI1XJRGgNpu
BMAnzzKB7vZC6seRJk06tnVJEuR6uM/RDxZzxV72VvXei8zlvIfVpBWw1piPFvAx
CPUbrwF6ZQ3wmpgUW4+ySwAcygetkA==
=cwFS
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VVYACgkQWNDuZIpI
s7tgHQgArU1QAFlUOQ/rn9HMLNxMVrS3YwquDCDoriq9pIpOS4wAbFm/yEH/Q519
6Bar15gtDNSwvGExq+N9/EKSOCJXGg++CkEtSoeVWYZFLwp7AxCjG/hGFTj4CWpx
eSOHTUCSnoTsGlj6qFSqb8wiKQ9ImfJYmgIj+lVomuvoloPv2orq7Kb0q7SDOwk8
p24QGaLU7roWGkbz/qi4bcoYA2TWjImWcojHMNTUPZHPcrpiJnvmNv9DGM6OyTa/
ZWfSXQLtsYz24uzb69JIH0mgGxCJoyGoAGqawfPhsJ3bJhqmUnuyOWkVsf9jOkBT
vKuse2F0MDqiPiaS/M+3Fcg4N7AhEg==
=JA1g
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Oct 1 15:55:38 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
* Add Qt6 windows CI support
* Don't assume we have X11 on Windows with Qt 6
* Remove obsolete KDBusConnectionPool from the Qt 6 build
* .gitlab-ci.yml: enable static builds
* Fix static compilation on non-X11 systems
-------------------------------------------------------------------
Tue Sep 6 07:16:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5DBusAddons5
%define _tar_path 5.98
%define _tar_path 5.99
# 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}')}
%bcond_without released
Name: kdbusaddons
Version: 5.98.0
Version: 5.99.0
Release: 0
Summary: Convenience classes for QtDBus
License: LGPL-2.1-or-later
@ -39,11 +39,9 @@ BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
%description
KDBusAddons provides convenience classes on top of QtDBus, as well as an API to
@ -91,16 +89,12 @@ create KDED modules. Development files.
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with released}
%find_lang %{name}5 --with-qt --without-mo
%endif
%find_lang kdbusaddons5 --with-qt --without-mo
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%if %{with released}
%files -n %{lname}-lang -f %{name}5.lang
%endif
%files -n %{lname}-lang -f kdbusaddons5.lang
%files -n %{lname}
%license LICENSES/*