qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH for-7.0?] meson: Update to version 0.61.3
@ 2022-03-15  8:35 Thomas Huth
  2022-03-15  9:19 ` Paolo Bonzini
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2022-03-15  8:35 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: Peter Maydell, qemu-block

Meson 0.61.3 contains an important fix which helps to see the
output of failed qemu-iotests on the console again:
https://gitlab.com/qemu-project/meson/-/commit/7534cf34f83b9c43

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 meson | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson b/meson
index 12f9f04ba0..5cf5575a7c 160000
--- a/meson
+++ b/meson
@@ -1 +1 @@
-Subproject commit 12f9f04ba0decfda425dbbf9a501084c153a2d18
+Subproject commit 5cf5575a7c76746935dcd9a9e380803c85023c04
-- 
2.27.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH for-7.0?] meson: Update to version 0.61.3
  2022-03-15  8:35 [PATCH for-7.0?] meson: Update to version 0.61.3 Thomas Huth
@ 2022-03-15  9:19 ` Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2022-03-15  9:19 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: Peter Maydell, qemu-block

On 3/15/22 09:35, Thomas Huth wrote:
> Meson 0.61.3 contains an important fix which helps to see the
> output of failed qemu-iotests on the console again:
> https://gitlab.com/qemu-project/meson/-/commit/7534cf34f83b9c43
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   meson | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson b/meson
> index 12f9f04ba0..5cf5575a7c 160000
> --- a/meson
> +++ b/meson
> @@ -1 +1 @@
> -Subproject commit 12f9f04ba0decfda425dbbf9a501084c153a2d18
> +Subproject commit 5cf5575a7c76746935dcd9a9e380803c85023c04

Please update configure as well:

-    if test "$explicit_python" = no && has meson && version_ge "$(meson --version)" 0.59.3; then
+    if test "$explicit_python" = no && has meson && version_ge "$(meson --version)" 0.61.3; then

The bump would only apply if --python is specified or if --meson is not
specified; therefore, it wouldn't change the minimum supported version.

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

Paolo


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-15 10:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-15  8:35 [PATCH for-7.0?] meson: Update to version 0.61.3 Thomas Huth
2022-03-15  9:19 ` Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).