Accepting request 715910 from KDE:Frameworks5

KDE Frameworks 5.60.0

OBS-URL: https://build.opensuse.org/request/show/715910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwayland?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2019-07-26 10:20:56 +00:00 committed by Git OBS Bridge
commit da19a5bfca
4 changed files with 18 additions and 5 deletions

View File

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

3
kwayland-5.60.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jul 14 06:41:39 UTC 2019 - lbeltrame@kde.org
- Update to 5.60.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php
- Changes since 5.59.0:
* Include a description
* Proof of concept of a wayland protocol to allow the keystate dataengine to work
* Use new logging category directory
-------------------------------------------------------------------
Sun Jun 09 07:35:13 UTC 2019 - lbeltrame@kde.org

View File

@ -16,13 +16,13 @@
#
%define _tar_path 5.59
%define _tar_path 5.60
# 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}')}
Name: kwayland
Version: 5.59.0
Version: 5.60.0
Release: 0
Summary: KDE Wayland library
License: LGPL-2.1-or-later
@ -40,6 +40,7 @@ BuildRequires: cmake(Qt5Concurrent) >= 5.6.0
BuildRequires: cmake(Qt5Gui) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(wayland-protocols)
%requires_eq libQt5Gui5
Provides: libKF5WaylandClient5 = %{version}
Obsoletes: libKF5WaylandClient5 <= %{version}