update version to 5.0.1
This commit is contained in:
parent
89c3e2ea58
commit
215f59502c
@ -1,6 +1,6 @@
|
|||||||
diff -crN '--exclude=.git' DCF-1.0.0-org/CMakeLists.txt DCF/CMakeLists.txt
|
diff -crN '--exclude=.git' '--exclude=.gitee' '--exclude=.vscode' DCF-5.0.1/CMakeLists.txt DCF-5.0.1-edit/CMakeLists.txt
|
||||||
*** DCF-1.0.0-org/CMakeLists.txt 2021-11-30 11:22:45.072192931 +0800
|
*** DCF-5.0.1/CMakeLists.txt 2024-05-07 17:22:01.091857616 +0800
|
||||||
--- DCF/CMakeLists.txt 2021-11-30 11:36:31.164889527 +0800
|
--- DCF-5.0.1-edit/CMakeLists.txt 2024-05-07 17:20:19.623110156 +0800
|
||||||
***************
|
***************
|
||||||
*** 10,16 ****
|
*** 10,16 ****
|
||||||
set(CJSON_PATH "${DCF_LIBRARY}/cJSON/lib")
|
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})
|
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
|
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-1.0.0-org/src/dcf_interface.c 2021-11-30 11:22:45.080193015 +0800
|
*** DCF-5.0.1/src/dcf_interface.c 2024-05-07 17:22:01.099857675 +0800
|
||||||
--- DCF/src/dcf_interface.c 2021-11-30 11:37:16.053362085 +0800
|
--- DCF-5.0.1-edit/src/dcf_interface.c 2024-05-07 17:20:19.631110215 +0800
|
||||||
***************
|
***************
|
||||||
*** 38,44 ****
|
*** 39,45 ****
|
||||||
#include "elc_stream.h"
|
#include "elc_status_check.h"
|
||||||
#include "util_perf_stat.h"
|
#include "util_perf_stat.h"
|
||||||
#include "cm_ip.h"
|
#include "cm_ip.h"
|
||||||
! #include "cJSON.h"
|
! #include "cJSON.h"
|
||||||
#include "util_profile_stat.h"
|
#include "util_profile_stat.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "cb_func.h"
|
#include "cb_func.h"
|
||||||
--- 38,44 ----
|
--- 39,45 ----
|
||||||
#include "elc_stream.h"
|
#include "elc_status_check.h"
|
||||||
#include "util_perf_stat.h"
|
#include "util_perf_stat.h"
|
||||||
#include "cm_ip.h"
|
#include "cm_ip.h"
|
||||||
! #include "cjson/cJSON.h"
|
! #include "cjson/cJSON.h"
|
||||||
#include "util_profile_stat.h"
|
#include "util_profile_stat.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "cb_func.h"
|
#include "cb_func.h"
|
||||||
diff -crN '--exclude=.git' DCF-1.0.0-org/src/metadata/metadata.c DCF/src/metadata/metadata.c
|
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-1.0.0-org/src/metadata/metadata.c 2021-11-30 11:22:45.080193015 +0800
|
*** DCF-5.0.1/src/metadata/metadata.c 2024-05-07 17:22:01.103857704 +0800
|
||||||
--- DCF/src/metadata/metadata.c 2021-11-30 11:37:34.153552633 +0800
|
--- DCF-5.0.1-edit/src/metadata/metadata.c 2024-05-07 17:20:19.635110245 +0800
|
||||||
***************
|
***************
|
||||||
*** 32,38 ****
|
*** 32,38 ****
|
||||||
#include "md_stream.h"
|
#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
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
diff -crN '--exclude=.git' DCF-1.0.0-org/src/utils/util_profile_stat.h DCF/src/utils/util_profile_stat.h
|
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-1.0.0-org/src/utils/util_profile_stat.h 2021-11-30 11:22:45.084193057 +0800
|
*** DCF-5.0.1/src/utils/util_profile_stat.h 2024-05-07 17:22:01.107857734 +0800
|
||||||
--- DCF/src/utils/util_profile_stat.h 2021-11-30 11:37:25.201458391 +0800
|
--- DCF-5.0.1-edit/src/utils/util_profile_stat.h 2024-05-07 17:20:19.639110274 +0800
|
||||||
***************
|
***************
|
||||||
*** 37,43 ****
|
*** 37,43 ****
|
||||||
#include "cm_num.h"
|
#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 "cm_file.h"
|
||||||
! #include "cJSON.h"
|
! #include "cJSON.h"
|
||||||
|
|
||||||
|
#define DEFAULT_STAT_INTERVAL 3
|
||||||
#define MAX_ITEM_COUNT 100
|
#define MAX_ITEM_COUNT 100
|
||||||
--- 37,43 ----
|
--- 37,43 ----
|
||||||
#include "cm_num.h"
|
#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 "cm_file.h"
|
||||||
! #include "cjson/cJSON.h"
|
! #include "cjson/cJSON.h"
|
||||||
|
|
||||||
|
#define DEFAULT_STAT_INTERVAL 3
|
||||||
#define MAX_ITEM_COUNT 100
|
#define MAX_ITEM_COUNT 100
|
||||||
|
|||||||
BIN
DCF-1.0.0.tar.gz
BIN
DCF-1.0.0.tar.gz
Binary file not shown.
BIN
DCF-5.0.1.tar.gz
Normal file
BIN
DCF-5.0.1.tar.gz
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
Name: DCF
|
Name: DCF
|
||||||
Version: 1.0.0
|
Version: 5.0.1
|
||||||
Release: 6
|
Release: 7
|
||||||
Summary: A distributed consensus framework library
|
Summary: A distributed consensus framework library
|
||||||
License: MulanPSL-2.0
|
License: MulanPSL-2.0
|
||||||
URL: https://gitee.com/opengauss/DCF
|
URL: https://gitee.com/opengauss/DCF
|
||||||
@ -32,7 +32,7 @@ DCF is A distributed consensus framework library for openGauss
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%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}
|
%make_build all -s %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -64,6 +64,9 @@ cp output/lib/libdcf.* %{buildroot}/%{_prefix}/lib64
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 28 2023 misaka00251 <liuxin@iscas.ac.cn> - 1.0.0-6
|
||||||
- Add riscv64 support
|
- Add riscv64 support
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user