!27 update version to 5.0.1

From: @zhangzhihui42 
Reviewed-by: @zhang_xubo 
Signed-off-by: @zhang_xubo
This commit is contained in:
openeuler-ci-bot 2024-05-28 12:04:36 +00:00 committed by Gitee
commit 90ea2ace84
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 24 additions and 21 deletions

View File

@ -1,6 +1,6 @@
diff -crN '--exclude=.git' DCF-1.0.0-org/CMakeLists.txt DCF/CMakeLists.txt
*** DCF-1.0.0-org/CMakeLists.txt 2021-11-30 11:22:45.072192931 +0800
--- DCF/CMakeLists.txt 2021-11-30 11:36:31.164889527 +0800
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/CMakeLists.txt DCF-5.0.1-edit/CMakeLists.txt
*** DCF-5.0.1/CMakeLists.txt 2024-05-07 17:22:01.091857616 +0800
--- DCF-5.0.1-edit/CMakeLists.txt 2024-05-07 17:20:19.623110156 +0800
***************
*** 10,16 ****
set(CJSON_PATH "${DCF_LIBRARY}/cJSON/lib")
@ -18,29 +18,29 @@ diff -crN '--exclude=.git' DCF-1.0.0-org/CMakeLists.txt DCF/CMakeLists.txt
set(CMAKE_INSTALL_PREFIX $ENV{dcf_install_prefix})
diff -crN '--exclude=.git' DCF-1.0.0-org/src/dcf_interface.c DCF/src/dcf_interface.c
*** DCF-1.0.0-org/src/dcf_interface.c 2021-11-30 11:22:45.080193015 +0800
--- DCF/src/dcf_interface.c 2021-11-30 11:37:16.053362085 +0800
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/src/dcf_interface.c DCF-5.0.1-edit/src/dcf_interface.c
*** DCF-5.0.1/src/dcf_interface.c 2024-05-07 17:22:01.099857675 +0800
--- DCF-5.0.1-edit/src/dcf_interface.c 2024-05-07 17:20:19.631110215 +0800
***************
*** 38,44 ****
#include "elc_stream.h"
*** 39,45 ****
#include "elc_status_check.h"
#include "util_perf_stat.h"
#include "cm_ip.h"
! #include "cJSON.h"
#include "util_profile_stat.h"
#include "stream.h"
#include "cb_func.h"
--- 38,44 ----
#include "elc_stream.h"
--- 39,45 ----
#include "elc_status_check.h"
#include "util_perf_stat.h"
#include "cm_ip.h"
! #include "cjson/cJSON.h"
#include "util_profile_stat.h"
#include "stream.h"
#include "cb_func.h"
diff -crN '--exclude=.git' DCF-1.0.0-org/src/metadata/metadata.c DCF/src/metadata/metadata.c
*** DCF-1.0.0-org/src/metadata/metadata.c 2021-11-30 11:22:45.080193015 +0800
--- DCF/src/metadata/metadata.c 2021-11-30 11:37:34.153552633 +0800
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/src/metadata/metadata.c DCF-5.0.1-edit/src/metadata/metadata.c
*** DCF-5.0.1/src/metadata/metadata.c 2024-05-07 17:22:01.103857704 +0800
--- DCF-5.0.1-edit/src/metadata/metadata.c 2024-05-07 17:20:19.635110245 +0800
***************
*** 32,38 ****
#include "md_stream.h"
@ -58,9 +58,9 @@ diff -crN '--exclude=.git' DCF-1.0.0-org/src/metadata/metadata.c DCF/src/metadat
#ifdef __cplusplus
extern "C" {
diff -crN '--exclude=.git' DCF-1.0.0-org/src/utils/util_profile_stat.h DCF/src/utils/util_profile_stat.h
*** DCF-1.0.0-org/src/utils/util_profile_stat.h 2021-11-30 11:22:45.084193057 +0800
--- DCF/src/utils/util_profile_stat.h 2021-11-30 11:37:25.201458391 +0800
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/src/utils/util_profile_stat.h DCF-5.0.1-edit/src/utils/util_profile_stat.h
*** DCF-5.0.1/src/utils/util_profile_stat.h 2024-05-07 17:22:01.107857734 +0800
--- DCF-5.0.1-edit/src/utils/util_profile_stat.h 2024-05-07 17:20:19.639110274 +0800
***************
*** 37,43 ****
#include "cm_num.h"
@ -68,7 +68,7 @@ diff -crN '--exclude=.git' DCF-1.0.0-org/src/utils/util_profile_stat.h DCF/src/u
#include "cm_file.h"
! #include "cJSON.h"
#define DEFAULT_STAT_INTERVAL 3
#define MAX_ITEM_COUNT 100
--- 37,43 ----
#include "cm_num.h"
@ -76,5 +76,5 @@ diff -crN '--exclude=.git' DCF-1.0.0-org/src/utils/util_profile_stat.h DCF/src/u
#include "cm_file.h"
! #include "cjson/cJSON.h"
#define DEFAULT_STAT_INTERVAL 3
#define MAX_ITEM_COUNT 100

Binary file not shown.

BIN
DCF-5.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: DCF
Version: 1.0.0
Release: 6
Version: 5.0.1
Release: 7
Summary: A distributed consensus framework library
License: MulanPSL-2.0
URL: https://gitee.com/opengauss/DCF
@ -32,7 +32,7 @@ DCF is A distributed consensus framework library for openGauss
%endif
%build
cmake -DCMAKE_BUILD_TYPE=Release -DUSE32BIT=OFF -DTEST=OFF -DENABLE_EXPORT_API=OFF CMakeLists.txt
cmake -DCMAKE_BUILD_TYPE=Release -DTEST=OFF -DENABLE_EXPORT_API=OFF CMakeLists.txt
%make_build all -s %{?_smp_mflags}
@ -64,6 +64,9 @@ cp output/lib/libdcf.* %{buildroot}/%{_prefix}/lib64
%endif
%changelog
* Mon May 6 2024 liuheng <liuheng76@huawei.com> - 5.0.1-7
- Update version to 5.0.1
* Fri Jul 28 2023 misaka00251 <liuxin@iscas.ac.cn> - 1.0.0-6
- Add riscv64 support