From 8324b96e9211eb3f980702ad83a3bd1a2575b0ef1e13f78ab593a1a739bdc232 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 24 Mar 2013 16:18:27 +0000 Subject: [PATCH] wayland-1.0.6 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=22 --- wayland-1.0.3.tar.xz | 3 --- wayland-1.0.6.tar.xz | 3 +++ wayland.changes | 19 +++++++++++++++++++ wayland.spec | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 wayland-1.0.3.tar.xz create mode 100644 wayland-1.0.6.tar.xz diff --git a/wayland-1.0.3.tar.xz b/wayland-1.0.3.tar.xz deleted file mode 100644 index a5e54de..0000000 --- a/wayland-1.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6be5ee11ba534baaa116350b5efb874bf9963bf3fb18bcf40130317e83a5913 -size 391040 diff --git a/wayland-1.0.6.tar.xz b/wayland-1.0.6.tar.xz new file mode 100644 index 0000000..d6416cd --- /dev/null +++ b/wayland-1.0.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52a012df699eff434b0f49e56000d6978b5f781048402ca8e0232242970fc49 +size 391348 diff --git a/wayland.changes b/wayland.changes index 35d006d..132b39f 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Mar 24 15:46:12 UTC 2013 - hrvoje.senjan@gmail.com + +- Update to new upstream release 1.0.6 +* protocol: remove implicit attach semantics +* client: Invoke new_id closure arguments as pointers instead of integers +* client: Check reference count only for destroyed proxies +* configure.ac: Use wayland_version macro in bug url +* Stylistic nitpicking +* Clean up and refactor wl_closure and associated functions +* client: add wl_proxy_get_class() +* scanner: Fix 'destroy)' typo in check for destroy request presence +* scanner: remove list_length in favor of wl_list_length +* Make sure that man page xml files are always disted +* README: Fix typos +* tests: Add a help message for the test runner +* queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false +* connection.c: Align pointer extra storage correctly + ------------------------------------------------------------------- Tue Dec 18 12:46:10 UTC 2012 - jengelh@inai.de diff --git a/wayland.spec b/wayland.spec index 5f925a2..2ef30f4 100644 --- a/wayland.spec +++ b/wayland.spec @@ -1,7 +1,7 @@ # # spec file for package wayland # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: wayland %define lname libwayland0 -Version: 1.0.3 +Version: 1.0.6 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND