forked from jengelh/wayland
- Update to new upstream release 1.15
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=81
This commit is contained in:
parent
6f4373a33a
commit
bd5bdd7340
@ -1,8 +1,10 @@
|
||||
libwayland-server0
|
||||
libwayland-client0
|
||||
libwayland-cursor0
|
||||
libwayland-egl1
|
||||
libwayland-server0
|
||||
wayland-devel
|
||||
requires -wayland-<targettype>
|
||||
requires "libwayland-server0-<targettype> = <version>"
|
||||
requires "libwayland-client0-<targettype> = <version>"
|
||||
requires "libwayland-cursor0-<targettype> = <version>"
|
||||
requires "libwayland-egl1-<targettype> = <version>"
|
||||
requires "libwayland-server0-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8
|
||||
size 413960
|
Binary file not shown.
3
wayland-1.15.0.tar.xz
Normal file
3
wayland-1.15.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0
|
||||
size 432932
|
BIN
wayland-1.15.0.tar.xz.sig
Normal file
BIN
wayland-1.15.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 9 18:05:05 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.15
|
||||
* wl_subcompositor.get_subsurface is now documented to be
|
||||
double buffered.
|
||||
* wayland-scanner can now generate either public or private
|
||||
symbols.
|
||||
* libwayland-egl is now part of libwayland (and will presumably
|
||||
be removed Mesa soon)
|
||||
* The WAYLAND_DISPLAY environment variable can now contain
|
||||
absolute paths (where previously it was prefixed by
|
||||
XDG_RUNTIME_DIR) - anything that reads WAYLAND_DISPLAY
|
||||
outside of libwayland will have to deal with that change
|
||||
independently.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 27 14:00:52 UTC 2018 - emil.l.velikov@gmail.com
|
||||
|
||||
|
22
wayland.spec
22
wayland.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libwayland0
|
||||
Name: wayland
|
||||
Version: 1.14.0
|
||||
Version: 1.15.0
|
||||
Release: 0
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
License: MIT
|
||||
@ -79,6 +79,15 @@ the X world. This library is compatible with X cursor themes and
|
||||
loads them directly into an shm pool making it easy for the clients
|
||||
to get buffer for each cursor image.
|
||||
|
||||
%package -n libwayland-egl1
|
||||
Summary: Additional egl functions for wayland
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libwayland-egl1
|
||||
This package provides additional functions for EGL-using programs
|
||||
that run within the Wayland framework. This allows for applications
|
||||
that need not run full-screen and cooperate with a compositor.
|
||||
|
||||
%package -n libwayland-server0
|
||||
Summary: Wayland core server library
|
||||
Group: System/Libraries
|
||||
@ -96,6 +105,7 @@ Summary: Development files for the Wayland Compositor Infrastructure
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libwayland-client0 = %version
|
||||
Requires: libwayland-cursor0 = %version
|
||||
Requires: libwayland-egl1 = %version
|
||||
Requires: libwayland-server0 = %version
|
||||
|
||||
%description devel
|
||||
@ -151,6 +161,8 @@ fi
|
||||
%postun -n libwayland-client0 -p /sbin/ldconfig
|
||||
%post -n libwayland-cursor0 -p /sbin/ldconfig
|
||||
%postun -n libwayland-cursor0 -p /sbin/ldconfig
|
||||
%post -n libwayland-egl1 -p /sbin/ldconfig
|
||||
%postun -n libwayland-egl1 -p /sbin/ldconfig
|
||||
%post -n libwayland-server0 -p /sbin/ldconfig
|
||||
%postun -n libwayland-server0 -p /sbin/ldconfig
|
||||
|
||||
@ -163,6 +175,14 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libwayland-cursor.so.0*
|
||||
|
||||
%files -n libwayland-cursor0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libwayland-cursor.so.0*
|
||||
|
||||
%files -n libwayland-egl1
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libwayland-egl.so.1*
|
||||
|
||||
%files -n libwayland-server0
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libwayland-server.so.0*
|
||||
|
Loading…
Reference in New Issue
Block a user