From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 08 Apr 2024 13:06:00 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rtmp6-002YxZ-01 for lore@lore.pengutronix.de; Mon, 08 Apr 2024 13:06:00 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1rtmp5-0003m4-1x; Mon, 08 Apr 2024 13:05:59 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rtmoW-0002bk-0Q; Mon, 08 Apr 2024 13:05:24 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rtmoV-00B6Og-Jf; Mon, 08 Apr 2024 13:05:23 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1rtmoV-007SGf-1n; Mon, 08 Apr 2024 13:05:23 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 8 Apr 2024 13:05:23 +0200 Message-Id: <20240408110523.1776660-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240326082039.2457518-1-p.zabel@pengutronix.de> References: <20240326082039.2457518-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] wayland-protocols: version bump 1.33 -> 1.34 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 41a5ade129c0f277dfccf69aa2b21362eca34faa. Michael [sent from post-receive hook] On Mon, 08 Apr 2024 13:05:23 +0200, Philipp Zabel wrote: > Adds three new staging protocols: xdg-toplevel-drag, xdg-dialog, and > linux-drm-syncobj. > > https://lists.freedesktop.org/archives/wayland-devel/2024-March/043537.html > > Signed-off-by: Philipp Zabel > Message-Id: <20240326082039.2457518-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/wayland-protocols.make b/rules/wayland-protocols.make > index c4f64e9ade0a..2f28746379c7 100644 > --- a/rules/wayland-protocols.make > +++ b/rules/wayland-protocols.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WAYLAND_PROTOCOLS) += wayland-protocols > # > # Paths and names > # > -WAYLAND_PROTOCOLS_VERSION := 1.33 > -WAYLAND_PROTOCOLS_MD5 := 6af4d3a18fbfc7d8aa3f9ccf5b4743f3 > +WAYLAND_PROTOCOLS_VERSION := 1.34 > +WAYLAND_PROTOCOLS_MD5 := 512393249240369ad70a17dd0f98edaa > WAYLAND_PROTOCOLS := wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION) > WAYLAND_PROTOCOLS_SUFFIX := tar.xz > WAYLAND_PROTOCOLS_URL := https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/$(WAYLAND_PROTOCOLS_VERSION)/downloads/$(WAYLAND_PROTOCOLS).$(WAYLAND_PROTOCOLS_SUFFIX)