From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 25 May 2022 11:49:00 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ntndU-008VQk-J5 for lore@lore.pengutronix.de; Wed, 25 May 2022 11:49:00 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ntndT-0003On-Vk; Wed, 25 May 2022 11:48:59 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ntna7-0007sm-Fn; Wed, 25 May 2022 11:45:31 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ntna6-004RC7-OJ; Wed, 25 May 2022 11:45:29 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ntna4-00BwWN-Kw; Wed, 25 May 2022 11:45:28 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 25 May 2022 11:45:28 +0200 Message-Id: <20220525094528.2846520-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220513143554.2334462-1-christian.melki@t2data.com> References: <20220513143554.2334462-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-meson: Version bump. 0.60.3 -> 0.62.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: Christian Melki 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.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 7584d7aa8a2fdf1c106b1a9ace1afb1970b665f1. Michael [sent from post-receive hook] On Wed, 25 May 2022 11:45:28 +0200, Christian Melki wrote: > Approx. half a year between the releases. > Release notes, somewhat summarized: > https://mesonbuild.com/Release-notes-for-0-61-0.html > https://mesonbuild.com/Release-notes-for-0-62-0.html > > * Forward all patches. Ptxdist specific. > > Signed-off-by: Christian Melki > Message-Id: <20220513143554.2334462-1-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/meson-0.60.3/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch b/patches/meson-0.62.1/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch > similarity index 91% > rename from patches/meson-0.60.3/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch > rename to patches/meson-0.62.1/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch > index b0319b36566b..5e034784c984 100644 > --- a/patches/meson-0.60.3/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch > +++ b/patches/meson-0.62.1/0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch > @@ -11,10 +11,10 @@ Signed-off-by: Michael Olbrich > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/mesonbuild/linkers/linkers.py b/mesonbuild/linkers/linkers.py > -index 334fc4f24e13..9545744b9bca 100644 > +index 88b66be290c6..b5add5efa30a 100644 > --- a/mesonbuild/linkers/linkers.py > +++ b/mesonbuild/linkers/linkers.py > -@@ -640,7 +640,10 @@ class GnuLikeDynamicLinkerMixin: > +@@ -645,7 +645,10 @@ class GnuLikeDynamicLinkerMixin: > # Need to deduplicate rpaths, as macOS's install_name_tool > # is *very* allergic to duplicate -delete_rpath arguments > # when calling depfixer on installation. > @@ -26,7 +26,7 @@ index 334fc4f24e13..9545744b9bca 100644 > rpath_dirs_to_remove = set() > for p in all_paths: > rpath_dirs_to_remove.add(p.encode('utf8')) > -@@ -668,7 +671,8 @@ class GnuLikeDynamicLinkerMixin: > +@@ -673,7 +676,8 @@ class GnuLikeDynamicLinkerMixin: > paths = padding > else: > paths = paths + ':' + padding > diff --git a/patches/meson-0.60.3/0002-HACK-enable-NEON-only-for-ARMv7.patch b/patches/meson-0.62.1/0002-HACK-enable-NEON-only-for-ARMv7.patch > similarity index 96% > rename from patches/meson-0.60.3/0002-HACK-enable-NEON-only-for-ARMv7.patch > rename to patches/meson-0.62.1/0002-HACK-enable-NEON-only-for-ARMv7.patch > index f6c355728034..268a9fc5fc13 100644 > --- a/patches/meson-0.60.3/0002-HACK-enable-NEON-only-for-ARMv7.patch > +++ b/patches/meson-0.62.1/0002-HACK-enable-NEON-only-for-ARMv7.patch > @@ -10,7 +10,7 @@ Signed-off-by: Michael Olbrich > 1 file changed, 3 insertions(+) > > diff --git a/mesonbuild/modules/unstable_simd.py b/mesonbuild/modules/unstable_simd.py > -index 3339cea5a03f..da2e740d4cd3 100644 > +index 8715a149b79e..72c0d6b5beb0 100644 > --- a/mesonbuild/modules/unstable_simd.py > +++ b/mesonbuild/modules/unstable_simd.py > @@ -64,6 +64,9 @@ class SimdModule(ExtensionModule): > diff --git a/patches/meson-0.60.3/series b/patches/meson-0.62.1/series > similarity index 86% > rename from patches/meson-0.60.3/series > rename to patches/meson-0.62.1/series > index 7c887e1b38aa..3c8852cdea85 100644 > --- a/patches/meson-0.60.3/series > +++ b/patches/meson-0.62.1/series > @@ -1,5 +1,5 @@ > # generated by git-ptx-patches > -#tag:ptxdist --start-number 1 > +#tag:base --start-number 1 > 0001-don-t-add-rpaths-for-build-directories-when-cross-co.patch > 0002-HACK-enable-NEON-only-for-ARMv7.patch > # 0a496d0bc50051baaa87da126e867c5c - git-ptx-patches magic > diff --git a/rules/host-meson.make b/rules/host-meson.make > index cb9a07a3d44e..e4facb666b17 100644 > --- a/rules/host-meson.make > +++ b/rules/host-meson.make > @@ -14,8 +14,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_MESON) += host-meson > # > # Paths and names > # > -HOST_MESON_VERSION := 0.60.3 > -HOST_MESON_MD5 := 03ddd7272d8cbb9f33269cb37a200d24 > +HOST_MESON_VERSION := 0.62.1 > +HOST_MESON_MD5 := 2f5301d0e7fd5544ab0004393ba44cbe > HOST_MESON := meson-$(HOST_MESON_VERSION) > HOST_MESON_SUFFIX := tar.gz > HOST_MESON_URL := https://github.com/mesonbuild/meson/releases/download/$(HOST_MESON_VERSION)/$(HOST_MESON).$(HOST_MESON_SUFFIX)