diff --git a/wayland-1.9.0.tar.xz b/wayland-1.9.0.tar.xz deleted file mode 100644 index de9bd4e..0000000 --- a/wayland-1.9.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa -size 351096 diff --git a/wayland-1.9.0.tar.xz.sig b/wayland-1.9.0.tar.xz.sig deleted file mode 100644 index eda1cbf..0000000 Binary files a/wayland-1.9.0.tar.xz.sig and /dev/null differ diff --git a/wayland-1.9.92.tar.xz b/wayland-1.9.92.tar.xz new file mode 100644 index 0000000..2513170 --- /dev/null +++ b/wayland-1.9.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85eb28b07ffc6df2aa8c13772dcfba2ffa4c9f5307d18ea5c41c98e2e66b32b +size 368860 diff --git a/wayland-1.9.92.tar.xz.sig b/wayland-1.9.92.tar.xz.sig new file mode 100644 index 0000000..24dbd23 Binary files /dev/null and b/wayland-1.9.92.tar.xz.sig differ diff --git a/wayland.changes b/wayland.changes index 9c7b3fc..4c1c466 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Feb 8 12:05:52 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 1.9.92 +* Drag and drop actions are now added to the Wayland API +* Frame events group pointer events together +* A buffer damage request, wl_surface.damage_buffer, allows + applications a more convenient way to communicate portions of a + surface needing to be re-rendered. +* Shared memory buffers now do reference counting to allow + compositors to delay releasing the memory pools. +* New APIs are provided for getting and setting the socket file + descriptor Wayland servers use to communicate with their clients. + ------------------------------------------------------------------- Tue Sep 22 15:44:02 UTC 2015 - jengelh@inai.de diff --git a/wayland.spec b/wayland.spec index 611086c..70a7a37 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ %define lname libwayland0 Name: wayland -Version: 1.9.0 +Version: 1.9.92 Release: 0 Summary: Wayland Compositor Infrastructure License: MIT @@ -41,6 +41,7 @@ BuildRequires: pkg-config BuildRequires: xz BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(libffi) +BuildRequires: pkgconfig(libxml-2.0) %define with_doc 0 %if 0%with_doc BuildRequires: doxygen