diff --git a/baselibs.conf b/baselibs.conf index 7f252b3..631aaa9 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,8 +1,10 @@ -libwayland-server0 libwayland-client0 libwayland-cursor0 +libwayland-egl1 +libwayland-server0 wayland-devel requires -wayland- - requires "libwayland-server0- = " requires "libwayland-client0- = " requires "libwayland-cursor0- = " + requires "libwayland-egl1- = " + requires "libwayland-server0- = " diff --git a/wayland-1.14.0.tar.xz b/wayland-1.14.0.tar.xz deleted file mode 100644 index 87f7c8d..0000000 --- a/wayland-1.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed80cabc0961a759a42092e2c39aabfc1ec9a13c86c98bbe2b812f008da27ab8 -size 413960 diff --git a/wayland-1.14.0.tar.xz.sig b/wayland-1.14.0.tar.xz.sig deleted file mode 100644 index 17f5603..0000000 Binary files a/wayland-1.14.0.tar.xz.sig and /dev/null differ diff --git a/wayland-1.15.0.tar.xz b/wayland-1.15.0.tar.xz new file mode 100644 index 0000000..1d8619c --- /dev/null +++ b/wayland-1.15.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3fbebb8559d56a80ad3753ec3db800f587329067962dbf65e14488b4b7aeb0 +size 432932 diff --git a/wayland-1.15.0.tar.xz.sig b/wayland-1.15.0.tar.xz.sig new file mode 100644 index 0000000..bca7473 Binary files /dev/null and b/wayland-1.15.0.tar.xz.sig differ diff --git a/wayland.changes b/wayland.changes index d0b4193..cfe88e6 100644 --- a/wayland.changes +++ b/wayland.changes @@ -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 diff --git a/wayland.spec b/wayland.spec index bf4997c..6b1f020 100644 --- a/wayland.spec +++ b/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*