KDE Frameworks 5.67
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kxmlrpcclient5?expand=0&rev=147
This commit is contained in:
parent
cb6ea5fbf4
commit
1077c561f5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b637c138414d93104477034737c9e866d99e43f883a3dfc45d3220df6c21e6c
|
||||
size 29916
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxX0ACgkQWNDuZIpI
|
||||
s7vIJAf/VevOJIr7YdqXgPAtbR1LWvgqhZ9gaqhUnxsmAiJf+AoNZOmD19OLuEE3
|
||||
gXRQZrGkSAAvJrHB6QJep71TlXNEI88+kKRb7liV7cRJStP6t5BAO+b35fNo7v8Q
|
||||
SA5UxI7JIGT/xWG9G75CdfZMw0J6ZJMAi0SxCOFL+/1qeYqfiaVYsuMTYUJ0hJTs
|
||||
bTrlUdhkptshU3E425SpvlmtW/q+mElqUHRUCW0BJRuqtER1nMk0XtesyytsFl7D
|
||||
iHhPnzQ18Zr7oisF10iRTF9s8h5E2Jp4Kn8sH+MJMvjuHdFTFH8c8rMRGJu8H/H2
|
||||
Tx3Lt0+L4PxMQm/hN2Kro/ow+Qq1aQ==
|
||||
=bkjG
|
||||
-----END PGP SIGNATURE-----
|
3
kxmlrpcclient-5.67.0.tar.xz
Normal file
3
kxmlrpcclient-5.67.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04f202129c07decbcaef5bf5a227fe7250e0efbf12ea76b3e18cfd5ffb502f44
|
||||
size 29660
|
11
kxmlrpcclient-5.67.0.tar.xz.sig
Normal file
11
kxmlrpcclient-5.67.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420d4ACgkQWNDuZIpI
|
||||
s7uCOQgAoBrsPdqz4L01bTdq1MQnItGIGjfCmLyzfb0NkVB5nxAinEzzyrZKzWXY
|
||||
j/wsBmHj/YalLuhvnLUgHDptj4oAXpQOvP6b581NVNxuPkviIFwSeKp13OoINZfk
|
||||
nmi8A1DiqPa/agYfRTGygLs454Tzhh5IXR1dssgHtLfuAY5YX5l8UxuyMtbxwwRv
|
||||
CJITqdhRA0K9mpFKf7ZVpf6o8Prl4kar+OxlmBtboSVi8ieoEc0IfC5XzDBL8D2z
|
||||
mm1UbSJuWRLBKsiAmCalHhxAkgcsCdDbnE8UcNvA+iTh7hYGghSz0oD42cqDhvgu
|
||||
DiJPoga42Aev82REvvYymOPs7tz3Og==
|
||||
=MgHv
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:07:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:33:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.67.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
|
||||
- No code change since 5.66.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 09:02:24 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
%define rname kxmlrpcclient
|
||||
%define lname libKF5XmlRpcClient5
|
||||
%define _tar_path 5.66
|
||||
%define _tar_path 5.67
|
||||
# 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.66.0
|
||||
Version: 5.67.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.11.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
|
||||
%description
|
||||
Library containing simple XML-RPC Client support.
|
||||
@ -72,7 +72,7 @@ Library containing simple XML-RPC Client support. Development files.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DBUILD_TESTING=ON
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
Loading…
x
Reference in New Issue
Block a user