Christophe Giboudeaux 2019-10-11 12:55:54 +00:00 committed by Git OBS Bridge
parent 04b0b8a337
commit b201ffead7
6 changed files with 40 additions and 30 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz4AACgkQWNDuZIpI
s7tNuggAuLOJfyelDUEZ8dQAid74AVYhQcUuF/nwh1EN0F1ocU1VQ2bnoI/9QAv/
ADIBizZI+TqtF3w3m9qv1RnCAYzP+gMgUKwp4qOrqYlI4iKVgfyMbmfHBu1FpBjR
2PVtbMmbp2cHOaM+WxLaTh0u7EDpvQDUqSpcM+Fjv/RwxYrqEHy1QF1tNbCprQV0
rh/illYgQoORt7L7bSmCyeG068pytTXHr+ko2GuRjX3fXQkuJtvT7aqOFXxxXl7Z
bC+zwgLIS3i4WMhgpglZH+laXhTyP9sPsCMSfG63ouwO7xIxPy/FUcK2t3irGPpF
Vod7c41lDgBUlyNFDNOD1vori5KD2Q==
=oXOi
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyV4ACgkQWNDuZIpI
s7tXuggAnOlF5wxZDSTN8XJbB7t5iP8HauC3AJEe2nwZ3a69CMCynBcjFblQEPUo
WCXSa955IQnib7wqS/o8pkhpjWTwafRVLWqbE49XbrD4/AWU4uJH512mT1UZQ+2Y
Fmkk16igxoW85lnSgUaL5N6xykFX63t9GDhI+gQL0LOk7cLRGmhGKQWMxWOXMIw1
3Cdnnnxbtr8MXl3xbI2tXXsr7010LZhaO27zYJcrPdvcHESINnW137dqCpylyGWX
FxmQfvBQZZFTIHM48ukJDsC3ff2faPC/bxbPg18KAzT5sXhA1iEDJBbtTEh2FETm
AQOlMeAXvZsuG7siiEckuOkVD1sfog==
=rqG5
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Oct 6 13:26:27 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
- Changes since 5.62.0:
* Support NetworkManager 1.20 and do actually compile the NM backend
-------------------------------------------------------------------
Sat Sep 7 20:36:39 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5KDELibs4Support5
%define _tar_path 5.62
%define _tar_path 5.63
# 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: kdelibs4support
Version: 5.62.0
Version: 5.63.0
Release: 0
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1-or-later
@ -67,16 +67,16 @@ BuildRequires: cmake(KF5UnitConversion) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Concurrent) >= 5.6.0
BuildRequires: cmake(Qt5Core) >= 5.6.0
BuildRequires: cmake(Qt5DBus) >= 5.6.0
BuildRequires: cmake(Qt5Designer) >= 5.6.0
BuildRequires: cmake(Qt5Network) >= 5.6.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.6.0
BuildRequires: cmake(Qt5Svg) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5Widgets) >= 5.6.0
BuildRequires: cmake(Qt5X11Extras) >= 5.6.0
BuildRequires: cmake(Qt5Concurrent) >= 5.11.0
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Designer) >= 5.11.0
BuildRequires: cmake(Qt5Network) >= 5.11.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.11.0
BuildRequires: cmake(Qt5Svg) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: cmake(Qt5X11Extras) >= 5.11.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
@ -168,10 +168,10 @@ Requires: cmake(KF5Parts) >= %{_kf5_bugfix_version}
Requires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
Requires: cmake(KF5UnitConversion) >= %{_kf5_bugfix_version}
Requires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Core) >= 5.6.0
Requires: cmake(Qt5DBus) >= 5.6.0
Requires: cmake(Qt5PrintSupport) >= 5.6.0
Requires: cmake(Qt5Xml) >= 5.6.0
Requires: cmake(Qt5Core) >= 5.11.0
Requires: cmake(Qt5DBus) >= 5.11.0
Requires: cmake(Qt5PrintSupport) >= 5.11.0
Requires: cmake(Qt5Xml) >= 5.11.0
Provides: kde4support-devel = %{version}
Obsoletes: kde4support-devel < %{version}