Christophe Giboudeaux 2022-01-09 10:15:09 +00:00 committed by Git OBS Bridge
parent 4e743f3daa
commit 5b3af9807a
6 changed files with 29 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwDsACgkQWNDuZIpI
s7tllAf/S5B0geR5jCOzQeeGTeFzGFdMmoJ8nHyqEd3JGnIaO7a322FaE1B8IPWw
UQAzh+IblTfZiiCVPuo+umhgyQBPsir3ZC/woJDTB8vlweOXTRdfQROtc/u/dE9s
ACOR7p2ydA8o2NKBwTOMefm7nWqXjmlazQRGPtXQIttIqhxPkHYZ6NLk4WTvteHU
Dtl+oyAAcf1E4vQrw7nSQJc0TWy0MIc7zcgxKFngfxYA+TPU6WP+9BlR3cDfXCyW
xsPfS0hz37PATCkTM2mdSCZSYSg8zNVwfP26omvu9nqUJ5qnzDwKrS3P15PMB20T
/zL0bhLbjZ73Cpy4B2lCEo1zBfxRSw==
=9WQb
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV70ACgkQWNDuZIpI
s7vaXgf+KVaFTAutsyt+tQm9cd1kKStacoAMm2xPSD8XtO8HB/a6RMR1MqSH/mTK
YVIhw4b37fK0qE5mRb6mp8OQysV3RCipxNUi95e3jQ/Kg5qXVGZuRPX8sDa8LxKQ
1k6nCLl00m/jlrmbMGg87x85BdrvCkAYnDUH2hf8GDvm/PPluVxq0TOSKW85hVLf
ikUIbak/49b6O2oqBXNRAWtDFgs/FG87LsqqHdwp8Ff/HuW8wEoFkEInGJtEgjcT
z47pzSXkoW9LA7tjfaBRLxdvTMKa7MeQfl8g9F/TeS4wKr/bZbjwfQNCOi9Ed6gR
k3X96ncC4qrXfUs4dw7i+iTMjygMoA==
=qB/b
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 3 12:48:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- No code change since 5.89.0
-------------------------------------------------------------------
Sat Dec 4 22:57:03 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -18,21 +18,21 @@
%define rname kxmlrpcclient
%define lname libKF5XmlRpcClient5
%define _tar_path 5.89
%define _tar_path 5.90
# 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 lang
%bcond_without released
Name: kxmlrpcclient5
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: Library containing simple XML-RPC Client support
License: BSD-2-Clause
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{rname}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{rname}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -48,9 +48,6 @@ Library containing simple XML-RPC Client support.
%package -n %{lname}
Summary: Library containing simple XML-RPC Client support
Group: Development/Libraries/KDE
%if %{with lang}
Recommends: %{lname}-lang = %{version}
%endif
%description -n %{lname}
Library containing simple XML-RPC Client support.
@ -76,14 +73,14 @@ Library containing simple XML-RPC Client support. Development files.
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang libkxmlrpcclient5 %{name}.lang
%endif
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%if %{with lang}
%if %{with released}
%files -n %{lname}-lang -f %{name}.lang
%endif