Hrvoje Senjan 2017-02-09 09:34:37 +00:00 committed by Git OBS Bridge
parent 07ea05cd13
commit 93dd493560
4 changed files with 17 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 9 09:34:26 UTC 2017 - hrvoje.senjan@gmail.com
- Update to 5.31.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.31.0.php
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 8 23:44:09 UTC 2017 - hrvoje.senjan@gmail.com Sun Jan 8 23:44:09 UTC 2017 - hrvoje.senjan@gmail.com

View File

@ -16,9 +16,9 @@
# #
%define _tar_path 5.30 %define _tar_path 5.31
Name: kwayland Name: kwayland
Version: 5.30.0 Version: 5.31.0
Release: 0 Release: 0
Summary: KDE Wayland library Summary: KDE Wayland library
License: LGPL-2.1+ License: LGPL-2.1+
@ -32,10 +32,10 @@ BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: extra-cmake-modules >= %{_tar_path}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: libQt5Gui-private-headers-devel >= 5.5.0 BuildRequires: libQt5Gui-private-headers-devel >= 5.6.0
BuildRequires: cmake(Qt5Concurrent) >= 5.5.0 BuildRequires: cmake(Qt5Concurrent) >= 5.6.0
BuildRequires: cmake(Qt5Gui) >= 5.5.0 BuildRequires: cmake(Qt5Gui) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.5.0 BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(egl)
%if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse} %if 0%{?suse_version} == 1315 && ! 0%{?is_opensuse}
# We have a patched wayland 1.2.1 version in SLE12 with the required features from 1.7.0 # We have a patched wayland 1.2.1 version in SLE12 with the required features from 1.7.0
@ -60,7 +60,7 @@ Summary: KDE Wayland library: Build Environment
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: extra-cmake-modules >= 1.2.0 Requires: extra-cmake-modules >= 1.2.0
Requires: cmake(Qt5Gui) >= 5.5.0 Requires: cmake(Qt5Gui) >= 5.6.0
%description devel %description devel
KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries. KWayland provides a Qt-style Client and Server library wrapper for the Wayland libraries.