Accepting request 361547 from X11:Wayland
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/361547 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wayland?expand=0&rev=25
This commit is contained in:
commit
c52627ac2f
3
wayland-1.10.0.tar.xz
Normal file
3
wayland-1.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc
|
||||
size 368976
|
BIN
wayland-1.10.0.tar.xz.sig
Normal file
BIN
wayland-1.10.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c8770720aa0034479735f58a4dc4ca9b172ecfede28f5134312e135b7301efa
|
||||
size 351096
|
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 18 21:44:50 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.10.0
|
||||
* 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.10.0
|
||||
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