From 84c4530e9b00aa46cf68376742634262736c0a5b Mon Sep 17 00:00:00 2001 From: Tomasz Zawadzki Date: Thu, 28 Jan 2021 13:37:24 -0500 Subject: [PATCH] version: 21.01.1 pre Removed the suppress for tracking ABI differences. Maintanance release will need to capture any changes, rather than ignore some. Signed-off-by: Tomasz Zawadzki Change-Id: Ia01fecf872f213b61b9545ff7c476a9312e02109 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/6158 Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- CHANGELOG.md | 2 ++ include/spdk/version.h | 4 ++-- pkg/spdk.spec | 4 ++-- test/make/check_so_deps.sh | 11 ----------- 4 files changed, 6 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c95cce9..8941d7e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## v21.01.1: (Upcoming Release) + ## v21.01: Dynamic scheduler, vfio-user, ZNS Zone Append ### bdev diff --git a/include/spdk/version.h b/include/spdk/version.h index 494c5c479..4d601bd1b 100644 --- a/include/spdk/version.h +++ b/include/spdk/version.h @@ -54,12 +54,12 @@ * Patch level is incremented on maintenance branch releases and reset to 0 for each * new major.minor release. */ -#define SPDK_VERSION_PATCH 0 +#define SPDK_VERSION_PATCH 1 /** * Version string suffix. */ -#define SPDK_VERSION_SUFFIX "" +#define SPDK_VERSION_SUFFIX "-pre" /** * Single numeric value representing a version number for compile-time comparisons. diff --git a/pkg/spdk.spec b/pkg/spdk.spec index 2237635a8..29dcac16b 100644 --- a/pkg/spdk.spec +++ b/pkg/spdk.spec @@ -2,12 +2,12 @@ %bcond_with doc Name: spdk -Version: 21.01 +Version: 21.01.x Release: 0%{?dist} Epoch: 0 URL: http://spdk.io -Source: https://github.com/spdk/spdk/archive/v21.01.tar.gz +Source: https://github.com/spdk/spdk/archive/v21.01.x.tar.gz Summary: Set of libraries and utilities for high performance user-mode storage %define package_version %{epoch}:%{version}-%{release} diff --git a/test/make/check_so_deps.sh b/test/make/check_so_deps.sh index 122c1e078..b9d99cb6b 100755 --- a/test/make/check_so_deps.sh +++ b/test/make/check_so_deps.sh @@ -49,17 +49,6 @@ function confirm_abi_deps() { fi cat << EOF > ${suppression_file} -[suppress_type] - name = spdk_nvme_ctrlr_data -[suppress_type] - type_kind = enum - changed_enumerators = SPDK_BDEV_NUM_IO_TYPES -[suppress_type] - name = spdk_env_opts -[suppress_type] - name = spdk_app_opts -[suppress_type] - name = spdk_thread EOF for object in "$libdir"/libspdk_*.so; do