KDE Frameworks 5.60 + updated kf5-filesystem
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=177
This commit is contained in:
parent
7edb24470e
commit
d4c9ba82c2
@ -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
3
kwayland-5.60.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0645594c2dc7c121b11eecf1c1d31448d110d13dab200caadddb7e1d836d905
|
||||
size 344868
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user