linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libtracefs meson: Use SemVer in the build description
@ 2024-03-14 16:20 Aleksander Trofimowicz
  2024-03-14 16:43 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Aleksander Trofimowicz @ 2024-03-14 16:20 UTC (permalink / raw)
  To: linux-trace-devel

Meson adheres to RPM rules while exercising version
sorting. Therefore 1.8 < 1.8.0; Meson-driven builds of trace-cmd
are broken since b86599e459 since a dependency requirement
cannot be met.

Signed-off-by: Aleksander Trofimowicz <trof@n90.eu>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 3156f1c..91ee79a 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project(
     'libtracefs', ['c'],
     meson_version: '>= 0.50.0',
     license: 'LGPL-2.1',
-    version: '1.8',
+    version: '1.8.0',
     default_options: [
         'c_std=gnu99',
         'buildtype=debug',
--
2.44.0
--
at

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

* Re: [PATCH] libtracefs meson: Use SemVer in the build description
  2024-03-14 16:20 [PATCH] libtracefs meson: Use SemVer in the build description Aleksander Trofimowicz
@ 2024-03-14 16:43 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2024-03-14 16:43 UTC (permalink / raw)
  To: Aleksander Trofimowicz; +Cc: linux-trace-devel

On Thu, 14 Mar 2024 16:20:43 +0000
Aleksander Trofimowicz <trof@n90.eu> wrote:

> Meson adheres to RPM rules while exercising version
> sorting. Therefore 1.8 < 1.8.0; Meson-driven builds of trace-cmd
> are broken since b86599e459 since a dependency requirement
> cannot be met.

Thanks,

Note, I'm currently focusing on the Linux kernel as the merge window is
still open. I'm hoping to start working again on the user space tooling
next week.

-- Steve


> 
> Signed-off-by: Aleksander Trofimowicz <trof@n90.eu>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meson.build b/meson.build
> index 3156f1c..91ee79a 100644
> --- a/meson.build
> +++ b/meson.build
> @@ -6,7 +6,7 @@ project(
>      'libtracefs', ['c'],
>      meson_version: '>= 0.50.0',
>      license: 'LGPL-2.1',
> -    version: '1.8',
> +    version: '1.8.0',
>      default_options: [
>          'c_std=gnu99',
>          'buildtype=debug',
> --
> 2.44.0
> --
> at


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

end of thread, other threads:[~2024-03-14 16:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14 16:20 [PATCH] libtracefs meson: Use SemVer in the build description Aleksander Trofimowicz
2024-03-14 16:43 ` 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).