diff --git a/weston-1.5.93.tar.xz b/weston-1.5.93.tar.xz deleted file mode 100644 index af2615f..0000000 --- a/weston-1.5.93.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5068badb2acb14e4b3dca66b390ad4798de60a9c2e5fcbaef2d694b31e3cb85 -size 733240 diff --git a/weston-1.6.0.tar.xz b/weston-1.6.0.tar.xz new file mode 100644 index 0000000..6a54359 --- /dev/null +++ b/weston-1.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3ea5d13bbf025fabc006216c5ddc0d80d5f4ebe778912b8c4d1d4acaaa614d +size 733112 diff --git a/weston.changes b/weston.changes index 4a33f0c..76ad502 100644 --- a/weston.changes +++ b/weston.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Sep 19 20:38:34 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 1.6.0 +* Xdg-shell protocol changes. [Changed again since 1.5.0.] +* Add weston_layer masking mechanism. +* keyboard repeat rate support, sent from compositor to clients, + configurable. +* Use wl_display_add_socket_auto(): no need to specify the socket + anymore when running Weston under Weston, it just works now. +* Exit Weston, if weston-desktop-shell dies too early. Should help with + one class of "just black screen" problems. +* Option to force numlock on at start on DRM and fbdev backends. + ------------------------------------------------------------------- Fri Sep 12 11:14:34 UTC 2014 - jengelh@inai.de diff --git a/weston.spec b/weston.spec index 176b8a6..0f6dd64 100644 --- a/weston.spec +++ b/weston.spec @@ -18,7 +18,7 @@ Name: weston %define lname libweston0 -Version: 1.5.93 +Version: 1.6.0 Release: 0 Summary: Wayland Reference Compositor License: HPND and CC-BY-SA-3.0 @@ -31,7 +31,6 @@ Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz Patch1: 0001-build-honor-results-obtained-by-pkg-config-libinput.patch BuildRequires: autoconf >= 2.64 BuildRequires: automake >= 1.11 -BuildRequires: freerdp-devel BuildRequires: libexpat-devel BuildRequires: libjpeg-devel BuildRequires: libtool >= 2.2 @@ -42,12 +41,13 @@ BuildRequires: pkgconfig BuildRequires: rsvg-view BuildRequires: xkeyboard-config BuildRequires: xz -BuildRequires: pkgconfig(cairo) +BuildRequires: pkgconfig(cairo) >= 1.10.0 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(freerdp) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glesv2) @@ -57,17 +57,17 @@ BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libdrm) >= 2.4.30 BuildRequires: pkgconfig(libffi) -BuildRequires: pkgconfig(libinput) >= 0.6.0 +BuildRequires: pkgconfig(libinput) >= 0.5.0 BuildRequires: pkgconfig(libsystemd-login) >= 198 BuildRequires: pkgconfig(libudev) >= 136 BuildRequires: pkgconfig(libwebp) BuildRequires: pkgconfig(mtdev) >= 1.1.0 -BuildRequires: pkgconfig(pixman-1) +BuildRequires: pkgconfig(pixman-1) >= 0.25.2 BuildRequires: pkgconfig(poppler-glib) -BuildRequires: pkgconfig(wayland-client) >= 1.0.0 +BuildRequires: pkgconfig(wayland-client) >= 1.5.91 BuildRequires: pkgconfig(wayland-egl) BuildRequires: pkgconfig(wayland-scanner) -BuildRequires: pkgconfig(wayland-server) >= 1.3.90 +BuildRequires: pkgconfig(wayland-server) >= 1.5.91 BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-xfixes) BuildRequires: pkgconfig(xcursor)