From c6956130daeb28159bf30f7abba60062145c558d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Feb 2021 14:50:42 +0100 Subject: update to 1.6.1 --- compat_reports/1.6.0_to_1.6.1/compat_report.html | 604 +++++++++++++++++++++++ librdkafka.spec | 7 +- librdkafka.xml | 2 +- 3 files changed, 610 insertions(+), 3 deletions(-) create mode 100644 compat_reports/1.6.0_to_1.6.1/compat_report.html diff --git a/compat_reports/1.6.0_to_1.6.1/compat_report.html b/compat_reports/1.6.0_to_1.6.1/compat_report.html new file mode 100644 index 0000000..06df66e --- /dev/null +++ b/compat_reports/1.6.0_to_1.6.1/compat_report.html @@ -0,0 +1,604 @@ + + + + + + + + + +librdkafka: 1.6.0 to 1.6.1 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.6.0
Version #21.6.1
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types300 / 122
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-1
+ +

Added Symbols  1 


+rdkafka.h, librdkafka.so.101
+rd_kafka_interceptor_add_on_response_received ( rd_kafka_t* rk, char const* ic_name, enum rd_kafka_resp_err_t(*on_response_received)(rd_kafka_t*, int, char const*, int32_t, int16_t, int16_t, int32_t, size_t, int64_t, enum rd_kafka_resp_err_t, void*), void* ic_opaque )
+
+to the top
+ +

Other Changes in Data Types  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+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.0
Version #21.6.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types300 / 122
Compatibility100%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Data Types
-1
+ +

Added Symbols  1 


+rdkafka.h
+rd_kafka_interceptor_add_on_response_received ( rd_kafka_t* rk, char const* ic_name, enum rd_kafka_resp_err_t(*on_response_received)(rd_kafka_t*, int, char const*, int32_t, int16_t, int16_t, int32_t, size_t, int64_t, enum rd_kafka_resp_err_t, void*), void* ic_opaque )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+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 31a125e..d369446 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,14 +7,14 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 7fe18e432e49e351c72b72fb7c2f2564346e1add +%global gh_commit 1a722553638bba85dbda5050455f7b9a5ef302de %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.0 +%global upstream_version 1.6.1 #global upstream_prever RC1 Name: %{libname}%{oldsoname}php @@ -130,6 +130,9 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Thu Feb 25 2021 Remi Collet - 1.6.1-1 +- update to 1.6.1 + * Wed Jan 27 2021 Remi Collet - 1.6.0-1 - update to 1.6.0 diff --git a/librdkafka.xml b/librdkafka.xml index 63ddf5d..8a8c855 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -1.6.0 +1.6.1 -- cgit