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 0000000..0ddb23d Binary files /dev/null and b/weston-1.10.0.tar.xz.sig differ 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 b8bcaf4..0000000 Binary files a/weston-1.8.0.tar.xz.sig and /dev/null differ 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)