forked from jengelh/wayland
- Update to release 1.18
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=92
This commit is contained in:
parent
be8aeee301
commit
9e0f334758
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:72aa11b8ac6e22f4777302c9251e8fec7655dc22f9d94ee676c6b276f95f91a4
|
|
||||||
size 437680
|
|
Binary file not shown.
3
wayland-1.18.0.tar.xz
Normal file
3
wayland-1.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4675a79f091020817a98fd0484e7208c8762242266967f55a67776936c2e294d
|
||||||
|
size 453968
|
BIN
wayland-1.18.0.tar.xz.sig
Normal file
BIN
wayland-1.18.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 08:20:40 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Thu Mar 21 09:14:59 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# 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
|
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550
|
||||||
%define eglversion 99~%_version
|
%define eglversion 99~%_version
|
||||||
%else
|
%else
|
||||||
@ -184,24 +184,19 @@ fi
|
|||||||
%postun -n libwayland-server0 -p /sbin/ldconfig
|
%postun -n libwayland-server0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libwayland-client0
|
%files -n libwayland-client0
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libwayland-client.so.0*
|
%_libdir/libwayland-client.so.0*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%files -n libwayland-cursor0
|
%files -n libwayland-cursor0
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libwayland-cursor.so.0*
|
%_libdir/libwayland-cursor.so.0*
|
||||||
|
|
||||||
%files -n libwayland-egl1
|
%files -n libwayland-egl1
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libwayland-egl.so.1*
|
%_libdir/libwayland-egl.so.1*
|
||||||
|
|
||||||
%files -n libwayland-server0
|
%files -n libwayland-server0
|
||||||
%defattr(-,root,root)
|
|
||||||
%_libdir/libwayland-server.so.0*
|
%_libdir/libwayland-server.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%_bindir/wayland-scanner
|
%_bindir/wayland-scanner
|
||||||
%_includedir/%name/
|
%_includedir/%name/
|
||||||
%_libdir/libwayland-*.so
|
%_libdir/libwayland-*.so
|
||||||
@ -211,7 +206,6 @@ fi
|
|||||||
|
|
||||||
%if %with_doc
|
%if %with_doc
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%_mandir/man3/wl*.3*
|
%_mandir/man3/wl*.3*
|
||||||
%_docdir/%name/
|
%_docdir/%name/
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user