From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 21 Feb 2025 18:08:30 +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 1tlWVr-005BwG-15 for lore@lore.pengutronix.de; Fri, 21 Feb 2025 18:08:30 +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 1tlWVq-00011D-EF; Fri, 21 Feb 2025 18:08:30 +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 1tlWVb-00010R-HF; Fri, 21 Feb 2025 18:08:15 +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 1tlWVb-0028Kq-17; Fri, 21 Feb 2025 18:08:15 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1tlWVb-00GNK9-0x; Fri, 21 Feb 2025 18:08:15 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 21 Feb 2025 18:08:15 +0100 Message-Id: <20250221170815.3902898-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250217110349.1896293-1-p.zabel@pengutronix.de> References: <20250217110349.1896293-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] wayland-protocols: version bump 1.40 -> 1.41 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 e2032ec4ce507669f767bbae3c0d17adfd63a15c. Michael [sent from post-receive hook] On Fri, 21 Feb 2025 18:08:15 +0100, Philipp Zabel wrote: > New staging protocol: color-management. > > https://lists.freedesktop.org/archives/wayland-devel/2025-February/043980.html > > Signed-off-by: Philipp Zabel > Message-Id: <20250217110349.1896293-1-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/rules/wayland-protocols.make b/rules/wayland-protocols.make > index 3c0135b8ec18..df8df068cfea 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.40 > -WAYLAND_PROTOCOLS_MD5 := 5ec06b6ab9c451bb0edf8530c315ed10 > +WAYLAND_PROTOCOLS_VERSION := 1.41 > +WAYLAND_PROTOCOLS_MD5 := 95980c2823dc6ed4816712cafcf5e535 > 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)