From 3a90584035c10683093385f69f35e6a1b295a2de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Jun 2019 08:32:59 +0200 Subject: v1.0.1 --- compat_reports/1.0.0_to_1.0.1/compat_report.html | 758 +++++++++++++++++++++++ librdkafka.spec | 7 +- librdkafka.xml | 2 +- 3 files changed, 764 insertions(+), 3 deletions(-) create mode 100644 compat_reports/1.0.0_to_1.0.1/compat_report.html diff --git a/compat_reports/1.0.0_to_1.0.1/compat_report.html b/compat_reports/1.0.0_to_1.0.1/compat_report.html new file mode 100644 index 0000000..6849099 --- /dev/null +++ b/compat_reports/1.0.0_to_1.0.1/compat_report.html @@ -0,0 +1,758 @@ + + + + + + + + + +librdkafka: 1.0.0 to 1.0.1 compatibility report + + + +

API compatibility report for the librdkafka library between 1.0.0 and 1.0.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #11.0.0
Version #21.0.1
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types238 / 96
Compatibility79.6%
+

Problem Summary


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

Problems with Data Types, Medium Severity  1 


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

Problems with Data Types, Low Severity  1 


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

Other Changes in Data Types  7 


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

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types239 / 96
Compatibility100%
+

Problem Summary


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

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  9 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  9  +
+ + +
+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 a083b89..f76bdef 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 8695b9d63ac0fe1b891b511d5b36302ffc84d4e2 +%global gh_commit 8681f884020e880a4c6cda3cfc672f0669e1f38e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 1.0.0 +%global upstream_version 1.0.1 #global upstream_prever RC1 Name: %{libname} @@ -114,6 +114,9 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc ### NOTICE: available in EPEL-7 so not in remi %changelog +* Sun Jun 2 2019 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Tue Mar 26 2019 Remi Collet - 1.0.0-1 - update to 1.0.0 - add dependency on libzstd diff --git a/librdkafka.xml b/librdkafka.xml index 27b1a17..c157aa3 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -1.0.0 +1.0.1 -- cgit