From 4e1adbf6bcf624571ff740a78736b7f969d72568 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 4 Dec 2019 09:07:01 +0100 Subject: v1.3.0 --- compat_reports/1.2.2_to_1.3.0/compat_report.html | 877 +++++++++++++++++++++++ librdkafka.spec | 7 +- librdkafka.xml | 2 +- 3 files changed, 883 insertions(+), 3 deletions(-) create mode 100644 compat_reports/1.2.2_to_1.3.0/compat_report.html diff --git a/compat_reports/1.2.2_to_1.3.0/compat_report.html b/compat_reports/1.2.2_to_1.3.0/compat_report.html new file mode 100644 index 0000000..023b1e9 --- /dev/null +++ b/compat_reports/1.2.2_to_1.3.0/compat_report.html @@ -0,0 +1,877 @@ + + + + + + + + + +librdkafka: 1.2.2 to 1.3.0 compatibility report + + + +

API compatibility report for the librdkafka library between 1.2.2 and 1.3.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.2.2
Version #21.3.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types247 / 105
Compatibility100%
+

Problem Summary


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

Problems with Data Types, Low Severity  3 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  3  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

Other Changes in Constants  3 


+rdkafka.h
+ +[+] RD_KAFKA_RESP_ERR_GROUP_COORDINATOR_NOT_AVAILABLE +
+ + + +[+] RD_KAFKA_RESP_ERR_GROUP_LOAD_IN_PROGRESS +
+ + + +[+] RD_KAFKA_RESP_ERR_NOT_COORDINATOR_FOR_GROUP +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


+
+librdkafka.so.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #11.2.2
Version #21.3.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types248 / 105
Compatibility58.9%
+

Problem Summary


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

Problems with Data Types, High Severity  3 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  3  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Other Changes in Data Types  1 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  1  +
+ + +
+to the top
+ +

Other Changes in Constants  3 


+rdkafka.h
+ +[+] RD_KAFKA_RESP_ERR_GROUP_COORDINATOR_NOT_AVAILABLE +
+ + + +[+] RD_KAFKA_RESP_ERR_GROUP_LOAD_IN_PROGRESS +
+ + + +[+] RD_KAFKA_RESP_ERR_NOT_COORDINATOR_FOR_GROUP +
+ + +
+to the top
+

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


+
+librdkafka.so.1
+
+
to the top
+



+ +
+ + diff --git a/librdkafka.spec b/librdkafka.spec index 165f8ff..2b060b4 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 09004fe947884ce663c73f9441c17516b039d29c +%global gh_commit 4ffe54b4f59ee5ae3767f9f25dc14651a3384d62 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 1.2.2 +%global upstream_version 1.3.0 #global upstream_prever RC1 Name: %{libname} @@ -114,6 +114,9 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc ### NOTICE: available in RHEL-7 and RHEL-8 so not in remi %changelog +* Wed Dec 4 2019 Remi Collet - 1.3.0-1 +- update to 1.3.0 + * Tue Nov 12 2019 Remi Collet - 1.2.2-1 - update to 1.2.2 diff --git a/librdkafka.xml b/librdkafka.xml index 6bbb0ae..1ab6f6e 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -1.2.2 +1.3.0 -- cgit