Christophe Marin 2024-01-14 15:37:01 +00:00 committed by Git OBS Bridge
parent d54d9f3374
commit 185ff1b161
6 changed files with 31 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrA0kACgkQWNDuZIpI
s7tPmQf/fnxHsWDCkYiY3jye6uJ655gfyexOZiYxWFvxLIpUpvSD3YdEvSCorKpO
1GA/YUge1O629FFs3LQ1rowFgKSDT57Pgood9YyxPPvUb7sF40qcxDzNa0g+MQcl
fdAkLF3gcPsL1yCE5I5rXaLQeYuZBQQ8FuU3UZiKH3gqrii8vQYYbJbVcnqWRFjO
M7dtc+OZxNGKnP19/rl1YYG68atXdHydnU5P3BeoZOyKDPDxSZVmQO4ykFAwPxlF
TvOTX2EGIiG/je4CuHNWwxixdBfY9fIgzVySJLn7T+gFHmdTRCaqQxAjsTYzDlXS
iSCaPkEjL9wSBb/dgBgxqsEzvMffSA==
=+/h5
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJ9EACgkQWNDuZIpI
s7sO5wf/UVUu2cMn7k10CcyxzaVX/+l5pF/TEzw7B6Lg2tXVfa7R8pSw7LGVcfWx
K6jlU0JKnWA7MuMxGeproQsM0l0Myoy+D48snWeQ4q8kBjvIvAcxjj9NPbO0mJ4W
FCwoD3ukAQO+kGu7Qo5/dSnsTqsNkODjnTojxCn04q/gj+hKeFGCvKqAoMNNUykC
KNte8pQI5slQRlYWK5xzx2dOOuy+mI5u/1IV2sjFf7Kbb2V9dPdRAnfqMIpxotOX
XPweUK6SnS9XZBtuKsjp1r1aBxIXdZA6bAZ41Mw1sqEwfxSe1ugWWTDhq5SXcKKr
H3DwuwDfa+8uE7IrUidBiJDc5Ag6SA==
=luG6
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 13 11:22:07 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
-------------------------------------------------------------------
Tue Dec 5 11:18:02 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -18,14 +18,14 @@
%define rname kxmlrpcclient
%define lname libKF5XmlRpcClient5
%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}')}
%define qt5_version 5.15.2
%bcond_without released
Name: kxmlrpcclient5
Version: 5.113.0
Version: 5.114.0
Release: 0
Summary: Library containing simple XML-RPC Client support
License: BSD-2-Clause
@ -35,10 +35,11 @@ Source: %{rname}-%{version}.tar.xz
Source1: %{rname}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Test) >= 5.15.0
%description
Library containing simple XML-RPC Client support.
@ -52,7 +53,7 @@ Library containing simple XML-RPC Client support.
%package devel
Summary: Library containing simple XML-RPC Client support: Build Environment
Requires: %{lname} = %{version}
Requires: cmake(KF5KIO) >= %{_kf5_version}
Requires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
%description devel
Library containing simple XML-RPC Client support. Development files.