From f2ada8d9fb7a7adf4e655eea8fe5c6e5a59979a5bb40eb0c0e6c8ea01c0a6932 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 25 Aug 2018 17:27:59 +0000 Subject: [PATCH 1/2] - Update to new upstream release 1.16 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=85 --- wayland-1.15.0.tar.xz | 3 --- wayland-1.15.0.tar.xz.sig | Bin 287 -> 0 bytes wayland-1.16.0.tar.xz | 3 +++ wayland-1.16.0.tar.xz.sig | Bin 0 -> 287 bytes wayland.changes | 13 +++++++++++++ wayland.spec | 2 +- 6 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 wayland-1.15.0.tar.xz delete mode 100644 wayland-1.15.0.tar.xz.sig create mode 100644 wayland-1.16.0.tar.xz create mode 100644 wayland-1.16.0.tar.xz.sig diff --git a/wayland-1.15.0.tar.xz b/wayland-1.15.0.tar.xz deleted file mode 100644 index 1d8619c..0000000 --- a/wayland-1.15.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bca74736f472726790af865b8c6ab81a3796e3bbc79132525878810045833e04..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p->jpuYeL2@qaXNseiM5!X$Y2mp>UUGU0WIa$b5c;SZE z$kD!hUw!P3SqKu1uTv?mpX{~M{wtpMrmSaCyL>^XB7jeZio&AClp_grA>FReP{#tp z$y1aZv^CYw1aDxU5`J9QZKq7sX){fxM%t(KSy4`B3+^GWl8Do z9g=(sK7@x#rt*z>u;Y$9@in9m$kpgfIP6CtS1IV43d6~n{vvmD}AvHsSUPO`SlM( zoU}VKt#3$uDX*$WC9@OnMz%2`m0*L;VwBPWj;fITvCf Date: Sat, 25 Aug 2018 17:35:50 +0000 Subject: [PATCH 2/2] use ml announcement changelog OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=86 --- wayland.changes | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/wayland.changes b/wayland.changes index efaba5d..33b46d7 100644 --- a/wayland.changes +++ b/wayland.changes @@ -2,14 +2,9 @@ Sat Aug 25 17:24:13 UTC 2018 - jengelh@inai.de - Update to new upstream release 1.16 - * wayland-server: Properly handle EAGAIN from - wl_connection_read(). - * protocol: allow to send a zero physical output size. - * wayland-server: Finally remove deprecated struct - wl_buffer definition. - * connection: Prevent integer overflow in DIV_ROUNDUP. - * connection: Prevent pointer overflow from large lengths. - + * The client definition of wl_global is removed. + * Some long standing oddness has been fixed with destroy signals. + * The code generator now supports referencing foreign enums. ------------------------------------------------------------------- Mon Aug 13 15:36:12 UTC 2018 - sndirsch@suse.com