Accepting request 526676 from KDE:Frameworks5
KDE Frameworks 5.38 OBS-URL: https://build.opensuse.org/request/show/526676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwayland?expand=0&rev=40
This commit is contained in:
commit
93b0878217
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9479985f50533b0578097dfc793e7617051b086c1d13fc791efa23111458c34
|
||||
size 262412
|
3
kwayland-5.38.0.tar.xz
Normal file
3
kwayland-5.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:404aaf11e144a42b2422a5a47aaf04fb629c4a468689bd8f543c0de6b745a53d
|
||||
size 262828
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 07:11:18 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.38.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
|
||||
- Changes since 5.37.0:
|
||||
* Treat input RGB buffers as premultiplied
|
||||
* Update SurfaceInterface outputs when an output global gets destroyed
|
||||
* KWayland::Client::Surface track output destruction
|
||||
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
|
||||
* Avoid sending data offers from an invalid source. (kde#383054)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 09:23:39 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
@ -16,9 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.37
|
||||
%define _tar_path 5.38
|
||||
# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
Name: kwayland
|
||||
Version: 5.37.0
|
||||
Version: 5.38.0
|
||||
Release: 0
|
||||
Summary: KDE Wayland library
|
||||
License: LGPL-2.1+
|
||||
@ -27,7 +31,7 @@ Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: libQt5Gui-private-headers-devel >= 5.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user