From cbc5586546d435a13a46a3c1eb33b5b66252764a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 May 2021 14:55:43 +0200 Subject: update to 1.7.0 --- compat_reports/1.6.1_to_1.7.0/compat_report.html | 512 +++++++++++++++++++++++ librdkafka.spec | 7 +- librdkafka.xml | 2 +- 3 files changed, 518 insertions(+), 3 deletions(-) create mode 100644 compat_reports/1.6.1_to_1.7.0/compat_report.html diff --git a/compat_reports/1.6.1_to_1.7.0/compat_report.html b/compat_reports/1.6.1_to_1.7.0/compat_report.html new file mode 100644 index 0000000..635b0b4 --- /dev/null +++ b/compat_reports/1.6.1_to_1.7.0/compat_report.html @@ -0,0 +1,512 @@ + + + + + + + + + +librdkafka: 1.6.1 to 1.7.0 compatibility report + + + +

API compatibility report for the librdkafka library between 1.6.1 and 1.7.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.6.1
Version #21.7.0
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types301 / 123
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  3 


+rdkafka.h, librdkafka.so.101
+rd_kafka_conf_set_engine_callback_data ( rd_kafka_conf_t* conf, void* callback_data )
+rd_kafka_mem_calloc ( rd_kafka_t* rk, size_t num, size_t size )
+rd_kafka_mem_malloc ( rd_kafka_t* rk, size_t size )
+
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


+
+librdkafka.so.101
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #11.6.1
Version #21.7.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types301 / 123
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
+ +

Added Symbols  3 


+rdkafka.h
+rd_kafka_conf_set_engine_callback_data ( rd_kafka_conf_t* conf, void* callback_data )
+rd_kafka_mem_calloc ( rd_kafka_t* rk, size_t num, size_t size )
+rd_kafka_mem_malloc ( rd_kafka_t* rk, size_t size )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+rdkafka.h
+ +[+] RD_KAFKA_VERSION +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


+
+librdkafka.so.101
+
+
to the top
+



+ +
+ + diff --git a/librdkafka.spec b/librdkafka.spec index d369446..09a145b 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,14 +7,14 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 1a722553638bba85dbda5050455f7b9a5ef302de +%global gh_commit 77a013b7a2611f7bdc091afa1e56b1a46d1c52f5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} %global oldsoname 1 %global newsoname 101 -%global upstream_version 1.6.1 +%global upstream_version 1.7.0 #global upstream_prever RC1 Name: %{libname}%{oldsoname}php @@ -130,6 +130,9 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Mon May 10 2021 Remi Collet - 1.7.0-1 +- update to 1.7.0 + * Thu Feb 25 2021 Remi Collet - 1.6.1-1 - update to 1.6.1 diff --git a/librdkafka.xml b/librdkafka.xml index 8a8c855..5174d92 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -1.6.1 +1.7.0 -- cgit