File meson.build-fix-version-for-v75.patch of Package ndctl

From 423ca1e4fd95cf399532542a21d489bb9580011b Mon Sep 17 00:00:00 2001
From: Vishal Verma <vishal.l.verma@intel.com>
Date: Wed, 8 Feb 2023 15:12:48 -0700
Subject: [PATCH 2/6] meson.build: fix version for v75
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Upstream: v76
Git-commit: 423ca1e4fd95cf399532542a21d489bb9580011b

The v75 release neglected to update the meson.build version to 75.
This results in the build and '--version' commands to output a v74 based
version. Update this to 75 now for the git tree and subsequently have a
v75.1 branch / release if needed.

Link: https://github.com/pmem/ndctl/issues/230
Link: https://lore.kernel.org/r/20230208-v75-fix-version-v1-1-cb90e3740011@intel.com
Reported-by: Michal Suchánek <msuchanek@suse.de>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 2a96cb3..6a1b32e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('ndctl', 'c',
-  version : '74',
+  version : '75',
   license : [
     'GPL-2.0',
     'LGPL-2.1',
-- 
2.39.1

openSUSE Build Service is sponsored by