From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 17 Oct 2025 10:30:54 +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 1v9frS-008lDf-2K for lore@lore.pengutronix.de; Fri, 17 Oct 2025 10:30:54 +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 1v9frS-00006u-HM; Fri, 17 Oct 2025 10:30:54 +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 1v9fiG-0006Pc-4C; Fri, 17 Oct 2025 10:21:24 +0200 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 1v9fiA-0041p5-2v; Fri, 17 Oct 2025 10:21:18 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1v9fiA-0000000D46Q-3Yw1; Fri, 17 Oct 2025 10:21:18 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 17 Oct 2025 10:21:18 +0200 Message-ID: <20251017082118.3114027-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20251014143450.1513372-1-s.pueschel@pengutronix.de> References: <20251014143450.1513372-1-s.pueschel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] at-spi2-core: version bump 2.52.0 -> 2.58.1 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: =?UTF-8?q?Sven=20P=C3=BCschel?= 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 2a1044ebfd53ea4a507558441df82ac91fdb6e18. Michael [sent from post-receive hook] On Fri, 17 Oct 2025 10:21:18 +0200, Sven Püschel wrote: > A minor python script is installed if python is found [1]. > As it currently doesn't seem relevant, set the python executable > name to an empty string. > > [1] https://gitlab.gnome.org/GNOME/at-spi2-core/-/commit/7c8a9365d5009b43afe6d16bebefc14a8df410a7 > > Signed-off-by: Sven Püschel > Message-Id: <20251014143450.1513372-1-s.pueschel@pengutronix.de> > Signed-off-by: Michael Olbrich > > diff --git a/patches/at-spi2-core-2.52.0/0001-meson-don-t-require-libxml-if-building-with-atk_only.patch b/patches/at-spi2-core-2.58.1/0001-meson-don-t-require-libxml-if-building-with-atk_only.patch > similarity index 100% > rename from patches/at-spi2-core-2.52.0/0001-meson-don-t-require-libxml-if-building-with-atk_only.patch > rename to patches/at-spi2-core-2.58.1/0001-meson-don-t-require-libxml-if-building-with-atk_only.patch > diff --git a/patches/at-spi2-core-2.52.0/series b/patches/at-spi2-core-2.58.1/series > similarity index 100% > rename from patches/at-spi2-core-2.52.0/series > rename to patches/at-spi2-core-2.58.1/series > diff --git a/rules/at-spi2-core.make b/rules/at-spi2-core.make > index 1d912c918c16..5bd0a0976c05 100644 > --- a/rules/at-spi2-core.make > +++ b/rules/at-spi2-core.make > @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_AT_SPI2_CORE) += at-spi2-core > # > # Paths and names > # > -AT_SPI2_CORE_VERSION := 2.52.0 > -AT_SPI2_CORE_MD5 := e6591545b2bf204fe9a58f777bd0b78a > +AT_SPI2_CORE_VERSION := 2.58.1 > +AT_SPI2_CORE_MD5 := f2652694adb33d8d2d19b9ce96a38cdf > AT_SPI2_CORE := at-spi2-core-$(AT_SPI2_CORE_VERSION) > AT_SPI2_CORE_SUFFIX := tar.xz > AT_SPI2_CORE_URL := $(call ptx/mirror, GNOME, at-spi2-core/$(basename $(AT_SPI2_CORE_VERSION))/$(AT_SPI2_CORE).$(AT_SPI2_CORE_SUFFIX)) > @@ -45,10 +45,10 @@ AT_SPI2_CORE_CONF_OPT := \ > -Ddbus_daemon=default \ > -Ddbus_services_dir=default \ > -Ddefault_bus=dbus-daemon \ > - -Ddisable_p2p=false \ > -Ddocs=false \ > -Dgtk2_atk_adaptor=false \ > -Dintrospection=$(call ptx/endis, PTXCONF_AT_SPI2_CORE_INTROSPECTION)d \ > + -Dpython= \ > -Dsystemd_user_dir=default \ > -Duse_systemd=false \ > -Dx11=disabled