KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlrpcclient5?expand=0&rev=178
This commit is contained in:
parent
41d95be634
commit
0747ed5e27
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f8e5a6b331e306292763fa573e832a62e1c0ace911051b687d617dbb8e10397
|
||||
size 29428
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprbAACgkQWNDuZIpI
|
||||
s7vheQgAgP79fG+sgj/a6Q5OG09/SSJH7AOeK7kEqFvgLsLZOdP2WY+hie3N2XOT
|
||||
XHKIMy8XMKNwSTdtl2ipjlPDMCf3ctfBn4ZP/aAhzwB6SNnbGX8e1UiDGswgR3s8
|
||||
OomIMmTNzIQ5gMRndDxsX6BfjizTjnqGVGa8///MzAkNiiF/ul2swMxlC843uvh7
|
||||
MrCHTVFP0a7ogtmvQhsaVd/lnPFcV8sBG5B7EFFAdZBcetuyYIim1UPIF8zwG+8i
|
||||
8JixEDqMPnwmjv5juNx9XMAMoC0FQospXzcVDhqoZO3K90U2Qs7rHAalYKpAXLlu
|
||||
ftdMrtkOOpXZ/ODZvg1knEYo9bWr5A==
|
||||
=lgyY
|
||||
-----END PGP SIGNATURE-----
|
3
kxmlrpcclient-5.82.0.tar.xz
Normal file
3
kxmlrpcclient-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f50d4e40ea4621de9b5df9a21ef9ac67f6fff463512b9afca6457ab07cfc9a43
|
||||
size 29448
|
11
kxmlrpcclient-5.82.0.tar.xz.sig
Normal file
11
kxmlrpcclient-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNahAACgkQWNDuZIpI
|
||||
s7s7GwgAutl3WmHmeUU34skjLR3d1bSdlU7Ul3UMpd0NMLAhX5GXSeBFo2ZX+CR8
|
||||
96ujDJ+G/FBtb1Ip3oQ3pEhKu6oAQ4iu9WSlOL0mvXuzDyOQuMJuACMAPzmNDRnN
|
||||
3zZmeEt3pA+XQYjipugbWEDapQ0nNPHWYZUip0nUgzBaVX11SGW7cGYDz0tzM/+S
|
||||
1Q7QoYUD/9zbS/upbYVXdePl/HSB+IF8LFXvjcVUvocVWjmkqZOAlLfyJ7rbKp+6
|
||||
/JKoCKMXEHOX1x2LUIB24t6D/MaQYZHEPdQ+QE/89oF690Ld8ch992Rjbe7OmSpR
|
||||
XJkF/U5HZ+HOOXwtt7wqZIjeZViA2A==
|
||||
=PsHi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:41:19 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- No code change since 5.81.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:53 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
%define rname kxmlrpcclient
|
||||
%define lname libKF5XmlRpcClient5
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# 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
|
||||
Name: kxmlrpcclient5
|
||||
Version: 5.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: Library containing simple XML-RPC Client support
|
||||
License: BSD-2-Clause
|
||||
@ -41,7 +41,7 @@ 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.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
|
||||
%description
|
||||
Library containing simple XML-RPC Client support.
|
||||
@ -68,14 +68,14 @@ Library containing simple XML-RPC Client support. Development files.
|
||||
%lang_package -n %{lname}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{rname}-%{version}
|
||||
%autosetup -p1 -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DBUILD_TESTING=ON
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build -- -DBUILD_TESTING=ON
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%if %{with lang}
|
||||
%find_lang libkxmlrpcclient5 %{name}.lang
|
||||
|
Loading…
x
Reference in New Issue
Block a user