linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Bump meson version to >=0.58.0
@ 2023-12-16  1:55 Matt Jolly
  2023-12-24 19:01 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Jolly @ 2023-12-16  1:55 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Matt Jolly

plugins uses str.replace which was introduced in 0.58.0.

Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index b61c873..34d3e6d 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@
 
 project(
     'libtraceevent', ['c'],
-    meson_version: '>= 0.50.0',
+    meson_version: '>= 0.58.0',
     license: 'LGPL-2.1',
     version: '1.7.3',
     default_options: [
-- 
2.42.0


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

* Re: [PATCH] Bump meson version to >=0.58.0
  2023-12-16  1:55 [PATCH] Bump meson version to >=0.58.0 Matt Jolly
@ 2023-12-24 19:01 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2023-12-24 19:01 UTC (permalink / raw)
  To: Matt Jolly; +Cc: linux-trace-devel

On Sat, 16 Dec 2023 11:55:27 +1000
Matt Jolly <Matt.Jolly@footclan.ninja> wrote:

> plugins uses str.replace which was introduced in 0.58.0.

Thanks!

I finally have some time to work on the tracing libraries for a bit (of
course it's during the holiday season :-p).

Anyway, when sending patches can you please add to the subject the
project you are sending for.

 Subject: libtraceevent: Bump meson version to >= 0.58.0

As this mailing list supports multiple projects. If the project name
wasn't in the patch itself, I would not have any idea what to apply
this to.

Thanks again for sending the update!

-- Steve


> 
> Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index b61c873..34d3e6d 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -4,7 +4,7 @@
>  
>  project(
>      'libtraceevent', ['c'],
> -    meson_version: '>= 0.50.0',
> +    meson_version: '>= 0.58.0',
>      license: 'LGPL-2.1',
>      version: '1.7.3',
>      default_options: [


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

end of thread, other threads:[~2023-12-24 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-16  1:55 [PATCH] Bump meson version to >=0.58.0 Matt Jolly
2023-12-24 19:01 ` Steven Rostedt

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).