diff --git a/wayland-1.17.0.tar.xz b/wayland-1.17.0.tar.xz deleted file mode 100644 index a4762f2..0000000 --- a/wayland-1.17.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4 -size 437680 diff --git a/wayland-1.17.0.tar.xz.sig b/wayland-1.17.0.tar.xz.sig deleted file mode 100644 index 781e1c9..0000000 Binary files a/wayland-1.17.0.tar.xz.sig and /dev/null differ diff --git a/wayland-1.18.0.tar.xz b/wayland-1.18.0.tar.xz new file mode 100644 index 0000000..fb3b514 --- /dev/null +++ b/wayland-1.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d +size 453968 diff --git a/wayland-1.18.0.tar.xz.sig b/wayland-1.18.0.tar.xz.sig new file mode 100644 index 0000000..c74ff55 Binary files /dev/null and b/wayland-1.18.0.tar.xz.sig differ diff --git a/wayland.changes b/wayland.changes index 91bc87a..57123e0 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 12 08:20:40 UTC 2020 - Jan Engelhardt + +- Update to release 1.18 + * Add API to tag proxy objects to allow applications and + toolkits to share the same Wayland connection + * Track wayland-server timers in user-space to prevent creating + too many FDs + * Add wl_global_remove, a new function to mitigate race + conditions with globals + ------------------------------------------------------------------- Thu Mar 21 09:14:59 UTC 2019 - Jan Engelhardt diff --git a/wayland.spec b/wayland.spec index 10fb3f7..bcf7b87 100644 --- a/wayland.spec +++ b/wayland.spec @@ -15,7 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define _version 1.17.0 +%define _version 1.18.0 %if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550 %define eglversion 99~%_version %else @@ -184,24 +184,19 @@ fi %postun -n libwayland-server0 -p /sbin/ldconfig %files -n libwayland-client0 -%defattr(-,root,root) %_libdir/libwayland-client.so.0* %doc COPYING %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* %files devel -%defattr(-,root,root) %_bindir/wayland-scanner %_includedir/%name/ %_libdir/libwayland-*.so @@ -211,7 +206,6 @@ fi %if %with_doc %files doc -%defattr(-,root,root) %_mandir/man3/wl*.3* %_docdir/%name/ %endif