From 9e0f33475852eaaa6b47076ea92c0e4d6f55a594adf0f8904039339808a9d86d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 12 Feb 2020 08:21:23 +0000 Subject: [PATCH] - Update to release 1.18 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=92 --- wayland-1.17.0.tar.xz | 3 --- wayland-1.17.0.tar.xz.sig | Bin 310 -> 0 bytes wayland-1.18.0.tar.xz | 3 +++ wayland-1.18.0.tar.xz.sig | Bin 0 -> 566 bytes wayland.changes | 11 +++++++++++ wayland.spec | 8 +------- 6 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 wayland-1.17.0.tar.xz delete mode 100644 wayland-1.17.0.tar.xz.sig create mode 100644 wayland-1.18.0.tar.xz create mode 100644 wayland-1.18.0.tar.xz.sig 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 781e1c9c60e96e54e5cad4e368a44f60391b86f5406899de553b40a98af59921..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j+{25o(~>8xl(*C=sbR7s9$e-YOO0$h^e82}0i5MESC zj%j}p*QIC&{w*?yo`Nz~wd34xv;R|1(Vsd9jDBVEEXb&et6v;V6e}6D7yg*KOt%;x zDh`K)Wu|Ovgl%Ms6V86{*)DW$qHoe6tf=(J_o$uuRkbk5fN%Te?d4ENX;6)mtVT1tqAlto4{ogIiCM(^zeu7yj*j1bBx)uz z)gX0+)~qm953?n_(NOR?aa=~Y9l*_w>ZL(|H?K&*gt6m0K%)$bf4nzDu!|k^lez 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 0000000000000000000000000000000000000000000000000000000000000000..c74ff5576aa6e64cdaa0ea8a11d44b16bc7b791b6b4742f80f5d6092c364d43a GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j*Q|CJ`s?+%xvK;q;N-h1Hak6uUx0$xKr`~V6G5D(sa z;OLKDNXUv0|73qy-meaAZH)O3uOu(XG9yDX!=LC8$?U$t44%vuRldHI;TUssbqSB~ z3|3?lo$VG=V3mJR)`plv)VaHVWuY=x=bb-^$Ho;@kK)<@w9_&cdV@W~OvxZO7R>(# z!a?H$$Wwd4Zq74o(^P;e%_ZCLN*YAz>=)-uxDDb63|s=L@kK{BH|YhCKVyoGaD8a; zDH&br=|Osqn1O-`9~X-le9>;=Ggx9fpY4MVp1StTe`koHHRdB3yhZrQ(4{ppTv)6 zb8#g%kNTYG*$0azF5zRxA3GN1=`L6>_})dN#{Xov<7i1~jE<^6XM<9I|1aZI8*dcC zk5xgLTKPcuy@dx{2N-9%e&=Qp`Y^&d + +- 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