From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 30 Oct 2024 09:00:59 +0100 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 1t63dS-002c5F-0C for lore@lore.pengutronix.de; Wed, 30 Oct 2024 09:00:59 +0100 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 1t63dS-0005G6-TU; Wed, 30 Oct 2024 09:00:58 +0100 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 1t63d5-00056I-Ew; Wed, 30 Oct 2024 09:00:35 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1t63d5-0019wy-0u; Wed, 30 Oct 2024 09:00:35 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1t63d5-00HZuB-0l; Wed, 30 Oct 2024 09:00:35 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 30 Oct 2024 09:00:35 +0100 Message-Id: <20241030080035.4189588-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20241015072005.962348-1-p.zabel@pengutronix.de> References: <20241015072005.962348-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] wayland-protocols: version bump 1.37 -> 1.38 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 b5f6f7d994c534fa3577a045b1e551b401e52c84. Michael [sent from post-receive hook] On Wed, 30 Oct 2024 09:00:35 +0100, Philipp Zabel wrote: > New staging protocols: commit-timing, fifo, and xdg-system-bell. > > https://lists.freedesktop.org/archives/wayland-devel/2024-October/043851.html > > Signed-off-by: Philipp Zabel > Message-Id: <20241015072005.962348-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/wayland-protocols.make b/rules/wayland-protocols.make > index 11d7166adb47..6734c5f955ec 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.37 > -WAYLAND_PROTOCOLS_MD5 := f36a21504ed762c928265bf081604e04 > +WAYLAND_PROTOCOLS_VERSION := 1.38 > +WAYLAND_PROTOCOLS_MD5 := 6bc5904062daada976e8bd44dd4d2b00 > 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)