From cf3395c384c9eda5848fdd4e9c7320cb93b2621e8d311714b716c8b52caf4c7e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Sep 2014 11:46:51 +0000 Subject: [PATCH 1/5] Accepting request 248015 from home:dimstar:branches:X11:Wayland Update to 1.5.92 (1.6 RC) - please submit to Factory, request addition to Staging:E - this will NOT enter Factory prior to GNOME 3.14 final release, by when we also have Wayland 1.6 release. Having it already in devel and staging allows the stack to be QA'd against each other OBS-URL: https://build.opensuse.org/request/show/248015 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=46 --- wayland-1.5.0.tar.xz | 3 --- wayland-1.5.92.tar.xz | 3 +++ wayland.changes | 8 ++++++++ wayland.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 wayland-1.5.0.tar.xz create mode 100644 wayland-1.5.92.tar.xz diff --git a/wayland-1.5.0.tar.xz b/wayland-1.5.0.tar.xz deleted file mode 100644 index 31a2437..0000000 --- a/wayland-1.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5 -size 404644 diff --git a/wayland-1.5.92.tar.xz b/wayland-1.5.92.tar.xz new file mode 100644 index 0000000..4a029bc --- /dev/null +++ b/wayland-1.5.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d68755c8c0532b73bbeca2038856046492f5b0c3882c089bdd8b57ab061fde8 +size 414892 diff --git a/wayland.changes b/wayland.changes index a77c1a1..24da7b5 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 8 11:22:09 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.5.92: + + wayland-client: Initialize newly created wl_proxys to zero. + + client: add display_wakeup_threads function. + + Doc and test updates / fixes. + ------------------------------------------------------------------- Wed May 21 10:19:01 UTC 2014 - jengelh@inai.de diff --git a/wayland.spec b/wayland.spec index 1c65605..9dd3b3a 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ %define lname libwayland0 Name: wayland -Version: 1.5.0 +Version: 1.5.92 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND From 3050f5659e72a97e2c36f50aed4c9b9c799f843b74f8be3ad47d5414cc3fbf6e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Sep 2014 11:47:12 +0000 Subject: [PATCH 2/5] 2nd level comments should be with asterisk, not plus OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=47 --- wayland.changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wayland.changes b/wayland.changes index 24da7b5..43621f2 100644 --- a/wayland.changes +++ b/wayland.changes @@ -2,9 +2,9 @@ Mon Sep 8 11:22:09 UTC 2014 - dimstar@opensuse.org - Update to version 1.5.92: - + wayland-client: Initialize newly created wl_proxys to zero. - + client: add display_wakeup_threads function. - + Doc and test updates / fixes. +* wayland-client: Initialize newly created wl_proxys to zero. +* client: add display_wakeup_threads function. +* Doc and test updates / fixes. ------------------------------------------------------------------- Wed May 21 10:19:01 UTC 2014 - jengelh@inai.de From 6eb4b102837bb82278cc92100ea8d76388d7cc6cdc7102ae144c0cfb1134d177 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 8 Sep 2014 12:15:09 +0000 Subject: [PATCH 3/5] Ship baselibs.conf OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=48 --- wayland.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wayland.spec b/wayland.spec index 9dd3b3a..69c31af 100644 --- a/wayland.spec +++ b/wayland.spec @@ -24,9 +24,11 @@ Summary: Wayland Compositor Infrastructure License: HPND Group: Development/Libraries/C and C++ URL: http://wayland.freedesktop.org/ + #Git-Clone: git://anongit.freedesktop.org/wayland/wayland #Git-Web: http://cgit.freedesktop.org/wayland/wayland/ Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz +Source3: baselibs.conf #git#BuildRequires: autoconf >= 2.64 #git#BuildRequires: automake >= 1.11 #git#BuildRequires: libtool >= 2.2 From a12cbb6ee21d33f02a07bf68bba5cbd26988d2d5b111bc633282114f16a263cb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 12 Sep 2014 11:02:57 +0000 Subject: [PATCH 4/5] wayland-1.5.93 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=49 --- wayland-1.5.92.tar.xz | 3 --- wayland-1.5.93.tar.xz | 3 +++ wayland.changes | 6 ++++++ wayland.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 wayland-1.5.92.tar.xz create mode 100644 wayland-1.5.93.tar.xz diff --git a/wayland-1.5.92.tar.xz b/wayland-1.5.92.tar.xz deleted file mode 100644 index 4a029bc..0000000 --- a/wayland-1.5.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d68755c8c0532b73bbeca2038856046492f5b0c3882c089bdd8b57ab061fde8 -size 414892 diff --git a/wayland-1.5.93.tar.xz b/wayland-1.5.93.tar.xz new file mode 100644 index 0000000..a185fa7 --- /dev/null +++ b/wayland-1.5.93.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3fdd2f7ca94df673dddaba77943894bcfd96207de0f01305f43a5abadfa054 +size 415148 diff --git a/wayland.changes b/wayland.changes index 43621f2..f10ab7d 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 12 11:00:08 UTC 2014 - jengelh@inai.de + +- Update to version 1.5.93 +* Bug fixes + ------------------------------------------------------------------- Mon Sep 8 11:22:09 UTC 2014 - dimstar@opensuse.org diff --git a/wayland.spec b/wayland.spec index 69c31af..37ef6bf 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ %define lname libwayland0 Name: wayland -Version: 1.5.92 +Version: 1.5.93 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND From 749e069a55c956897c64cb336583b0d0fe8c5ce5fac3e98cf7f22a90f7916e0d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 19 Sep 2014 20:38:03 +0000 Subject: [PATCH 5/5] wayland-1.6.0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=50 --- wayland-1.5.93.tar.xz | 3 --- wayland-1.6.0.tar.xz | 3 +++ wayland.changes | 17 +++++++++++++++++ wayland.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 wayland-1.5.93.tar.xz create mode 100644 wayland-1.6.0.tar.xz diff --git a/wayland-1.5.93.tar.xz b/wayland-1.5.93.tar.xz deleted file mode 100644 index a185fa7..0000000 --- a/wayland-1.5.93.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c3fdd2f7ca94df673dddaba77943894bcfd96207de0f01305f43a5abadfa054 -size 415148 diff --git a/wayland-1.6.0.tar.xz b/wayland-1.6.0.tar.xz new file mode 100644 index 0000000..4b5569d --- /dev/null +++ b/wayland-1.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d5102dcf53d08c059d24bc62de491d7cd482070abeb6737a20d0d86ba6fc7f +size 415192 diff --git a/wayland.changes b/wayland.changes index f10ab7d..1b18feb 100644 --- a/wayland.changes +++ b/wayland.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 19 20:35:43 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 1.6 +* Add error enums to wl_surface. +* Add keyboard repeat information to wl_keyboard protocol. +* Error handling additions in libwayland-client: when a protocol + error happens, the program can query more detailed information + about the error. +* New wl_display_add_socket_auto() in libwayland-server: + automatically find a free socket name. +* Add wl_display_roundtrip_queue(): blocking round-trip on a + custom queue. +* Stop exposing wl_display global. Turns out binding to the + global would have triggered bugs, and there was no proper use + for it. + ------------------------------------------------------------------- Fri Sep 12 11:00:08 UTC 2014 - jengelh@inai.de diff --git a/wayland.spec b/wayland.spec index 37ef6bf..08a0b38 100644 --- a/wayland.spec +++ b/wayland.spec @@ -18,7 +18,7 @@ %define lname libwayland0 Name: wayland -Version: 1.5.93 +Version: 1.6.0 Release: 0 Summary: Wayland Compositor Infrastructure License: HPND