wayland-1.9.92
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=64
This commit is contained in:
parent
919b361dbf
commit
66e05210b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa
|
||||
size 351096
|
Binary file not shown.
3
wayland-1.9.92.tar.xz
Normal file
3
wayland-1.9.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e85eb28b07ffc6df2aa8c13772dcfba2ffa4c9f5307d18ea5c41c98e2e66b32b
|
||||
size 368860
|
BIN
wayland-1.9.92.tar.xz.sig
Normal file
BIN
wayland-1.9.92.tar.xz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user