Wolfgang Bauer 2019-04-16 16:54:43 +00:00 committed by Git OBS Bridge
parent 5b0fd996d5
commit 225f87963e
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Apr 14 20:21:44 UTC 2019 - lbeltrame@kde.org
- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php
- Changes since 5.56.0:
* It can compile without deprecated method
* It compiles fine without foreach
-------------------------------------------------------------------
Sun Mar 10 20:15:37 UTC 2019 - lbeltrame@kde.org

View File

@ -18,14 +18,14 @@
%define rname kxmlrpcclient
%define lname libKF5XmlRpcClient5
%define _tar_path 5.56
%define _tar_path 5.57
# 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.56.0
Version: 5.57.0
Release: 0
Summary: Library containing simple XML-RPC Client support
License: BSD-2-Clause