diff mbox

[1/4] wayland: bump to version 1.11.0

Message ID 1464781037-26791-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias June 1, 2016, 11:37 a.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/wayland/wayland.hash | 4 ++--
 package/wayland/wayland.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni June 1, 2016, 3:11 p.m. UTC | #1
Hello,

On Wed,  1 Jun 2016 08:37:14 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/wayland/wayland.hash | 4 ++--
>  package/wayland/wayland.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

I've applied all four patches to next. However, can you send a
follow-up patch that drops AUTORECONF = YES from the weston package.
The 0002 patch has been removed since it's upstream, and it's
documented as the reason why we're doing an autoreconf. The other
remaining patch clearly doesn't need an autoreconf, and we're not
fetching from github or some other version control system, so it looks
like autoreconf can be dropped.

Thanks!

Thomas
diff mbox

Patch

diff --git a/package/wayland/wayland.hash b/package/wayland/wayland.hash
index c9d0721..be1b6b5 100644
--- a/package/wayland/wayland.hash
+++ b/package/wayland/wayland.hash
@@ -1,2 +1,2 @@ 
-# From https://lists.freedesktop.org/archives/wayland-devel/2016-February/027038.html
-sha256  4bf6e790aa6f50ab3825676282ecd75850ec9c4767af96ecb7127b1f3c3d60dc	wayland-1.10.0.tar.xz
+# From https://lists.freedesktop.org/archives/wayland-devel/2016-June/029163.html
+sha256  9540925f7928becfdf5e3b84c70757f6589bf1ceef09bea78784d8e4772c0db0	wayland-1.11.0.tar.xz
diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk
index 215e70a..e219624 100644
--- a/package/wayland/wayland.mk
+++ b/package/wayland/wayland.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-WAYLAND_VERSION = 1.10.0
+WAYLAND_VERSION = 1.11.0
 WAYLAND_SITE = http://wayland.freedesktop.org/releases
 WAYLAND_SOURCE = wayland-$(WAYLAND_VERSION).tar.xz
 WAYLAND_LICENSE = MIT