From 764ecbc800b870007afc0c18ad1a090be602a2b156766dd9d9b971c059d1a90f Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 12 Sep 2017 19:00:47 +0000 Subject: [PATCH 1/2] KDE Frameworks 5.38.0 checkin OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=126 --- kwayland-5.37.0.tar.xz | 3 --- kwayland-5.38.0.tar.xz | 3 +++ kwayland.changes | 14 ++++++++++++++ kwayland.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 kwayland-5.37.0.tar.xz create mode 100644 kwayland-5.38.0.tar.xz diff --git a/kwayland-5.37.0.tar.xz b/kwayland-5.37.0.tar.xz deleted file mode 100644 index 6d955b0..0000000 --- a/kwayland-5.37.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9479985f50533b0578097dfc793e7617051b086c1d13fc791efa23111458c34 -size 262412 diff --git a/kwayland-5.38.0.tar.xz b/kwayland-5.38.0.tar.xz new file mode 100644 index 0000000..718eaae --- /dev/null +++ b/kwayland-5.38.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404aaf11e144a42b2422a5a47aaf04fb629c4a468689bd8f543c0de6b745a53d +size 262828 diff --git a/kwayland.changes b/kwayland.changes index bb87173..2c60f46 100644 --- a/kwayland.changes +++ b/kwayland.changes @@ -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 diff --git a/kwayland.spec b/kwayland.spec index cb8aed1..4b0b54e 100644 --- a/kwayland.spec +++ b/kwayland.spec @@ -16,9 +16,9 @@ # -%define _tar_path 5.37 +%define _tar_path 5.38 Name: kwayland -Version: 5.37.0 +Version: 5.38.0 Release: 0 Summary: KDE Wayland library License: LGPL-2.1+ From 57191737e3b9dd135a2443d5cab2c4bbc209c89936c56cbbb6c7feb786fbfe9e Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 13 Sep 2017 13:20:12 +0000 Subject: [PATCH 2/2] Changes for KF5-KUF syncing OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kwayland?expand=0&rev=127 --- kwayland.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kwayland.spec b/kwayland.spec index 4b0b54e..5bbf0c1 100644 --- a/kwayland.spec +++ b/kwayland.spec @@ -17,6 +17,10 @@ %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.38.0 Release: 0 @@ -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