From c5927fc495d4d4b3f773e9b4f058d9f0877a13c6526bcff2495976df8178ef74 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 18 Feb 2016 22:34:42 +0000 Subject: [PATCH] - Update to new upstream release 1.10 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/weston?expand=0&rev=51 --- weston-1.10.0.tar.xz | 3 +++ weston-1.10.0.tar.xz.sig | Bin 0 -> 72 bytes weston-1.8.0.tar.xz | 3 --- weston-1.8.0.tar.xz.sig | Bin 72 -> 0 bytes weston.changes | 23 +++++++++++++++++++++++ weston.spec | 16 ++++++++++------ 6 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 weston-1.10.0.tar.xz create mode 100644 weston-1.10.0.tar.xz.sig delete mode 100644 weston-1.8.0.tar.xz delete mode 100644 weston-1.8.0.tar.xz.sig diff --git a/weston-1.10.0.tar.xz b/weston-1.10.0.tar.xz new file mode 100644 index 0000000..6f29390 --- /dev/null +++ b/weston-1.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b2004d00d8293ddf7903ca283c1746afa9ccb5919ab50fd04397ff472aa5c1 +size 1239280 diff --git a/weston-1.10.0.tar.xz.sig b/weston-1.10.0.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..0ddb23d08e60185c91586432991d94f8f183c21816b7b15b3f7c2033e34442cc GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#?I}bN~to5D}vRR^aA#5z_(yo+tuqeFZ>~=i;GSKwT@d eeKObaSOy8YupoG*SET=K!|ED?U`I=!_9UZO! literal 0 HcmV?d00001 diff --git a/weston-1.8.0.tar.xz b/weston-1.8.0.tar.xz deleted file mode 100644 index 0d5c2c0..0000000 --- a/weston-1.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312 -size 1317032 diff --git a/weston-1.8.0.tar.xz.sig b/weston-1.8.0.tar.xz.sig deleted file mode 100644 index b8bcaf4f089228d1129ca3798ec7a3fafd02aeec59d545ea6f8e2baeb4ea9e8b..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#$B6d;kgw5D}vRR^aA#5jHabpKP*(+>B~{8U&@U$9ntB e$9z=hPynBBhzmn+hK`q5i%VeuS_?4Y7i&2`=o#$* diff --git a/weston.changes b/weston.changes index b0ad388..53886e9 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Feb 18 22:18:58 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 1.10 +* add support for a number of recently added Wayland protocols: + drag and drop actions, new frame and axis events, and buffer + co-ordinates for surface damage. +* Touch input support is added. +- Update to new upstream relaese 1.9 +* Input device hotplug is better polished, so it misbehaves less + frequently when adding and removing keyboards and mice. This + benefits multi-seat. +* weston shell: switched the middle and right mouse bindings, so + that the more useful window resize functionality is accessed via + the right button, and the less useful rotate-windows + functionality is on the middle. +* The DRM compositor is now able to handle triple-head graphics + cards, and other hardware with more than two output CRTCs per + card. Various mode-setting improvements and fixes are also + included. +* The weston-screensaver client is removed, in favor of just using + simpler DPMS. + ------------------------------------------------------------------- Wed Jun 3 15:45:17 UTC 2015 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index 3e539ad..509a87a 100644 --- a/weston.spec +++ b/weston.spec @@ -1,7 +1,7 @@ # # spec file for package weston # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 1.8.0 +Version: 1.10.0 Release: 0 Summary: Wayland Reference Compositor License: HPND and CC-BY-SA-3.0 @@ -48,28 +48,32 @@ BuildRequires: pkgconfig(cairo-egl) >= 1.11.3 BuildRequires: pkgconfig(cairo-xcb) BuildRequires: pkgconfig(colord) >= 0.1.27 BuildRequires: pkgconfig(dbus-1) >= 1.6 -BuildRequires: pkgconfig(egl) >= 7.10 +BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(freerdp) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libdrm) >= 2.4.30 BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(libinput) >= 0.8.0 +%if 0%{?suse_version} > 1320 +BuildRequires: pkgconfig(libsystemd) >= 209 +%else BuildRequires: pkgconfig(libsystemd-login) >= 198 +%endif BuildRequires: pkgconfig(libudev) >= 136 BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(mtdev) >= 1.1.0 BuildRequires: pkgconfig(pixman-1) >= 0.25.2 BuildRequires: pkgconfig(poppler-glib) -BuildRequires: pkgconfig(wayland-client) >= 1.8.0 +BuildRequires: pkgconfig(wayland-client) >= 1.10.0 BuildRequires: pkgconfig(wayland-egl) +BuildRequires: pkgconfig(wayland-protocols) >= 1.0 BuildRequires: pkgconfig(wayland-scanner) -BuildRequires: pkgconfig(wayland-server) >= 1.8.0 +BuildRequires: pkgconfig(wayland-server) >= 1.10.0 BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-xfixes) BuildRequires: pkgconfig(xcursor)