From 0af348bfb49d0c15ffe73e47c6f1aaca1f78b44a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Oct 2018 08:38:51 +0200 Subject: v0.11.6 --- compat_reports/0.11.5_to_0.11.6/compat_report.html | 558 +++++++++++++++++++++ librdkafka.spec | 7 +- librdkafka.xml | 2 +- 3 files changed, 564 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.11.5_to_0.11.6/compat_report.html diff --git a/compat_reports/0.11.5_to_0.11.6/compat_report.html b/compat_reports/0.11.5_to_0.11.6/compat_report.html new file mode 100644 index 0000000..54e69ce --- /dev/null +++ b/compat_reports/0.11.5_to_0.11.6/compat_report.html @@ -0,0 +1,558 @@ + + + + + + + + + +librdkafka: 0.11.5 to 0.11.6 compatibility report + + + +

API compatibility report for the librdkafka library between 0.11.5 and 0.11.6 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #10.11.5
Version #20.11.6
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types232 / 95
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 Constants
-1
+ +

Added Symbols  1 


+rdkafka.h, librdkafka.so.1
+rd_kafka_destroy_flags ( rd_kafka_t* rk, int flags )
+
+to the top
+ +

Other Changes in Constants  1 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #10.11.5
Version #20.11.6
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types233 / 95
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 Constants
-1
+ +

Added Symbols  1 


+rdkafka.h
+rd_kafka_destroy_flags ( rd_kafka_t* rk, int flags )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Constants  1 


+rdkafka.h
+ +[+] RD_KAFKA_DESTROY_F_NO_CONSUMER_CLOSE +
+ + +
+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 61289b2..876c7f8 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 44242a464c43e09c685f47a7f3dca2963b10e2a9 +%global gh_commit 849c066b559950b02e37a69256f0cb7b04381d0e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 0.11.5 +%global upstream_version 0.11.6 #global upstream_prever RC1 Name: %{libname} @@ -103,6 +103,9 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc ### NOTICE: available in EPEL-7 so not in remi %changelog +* Fri Oct 19 2018 Remi Collet - 0.11.6-1 +- update to 0.11.6 + * Thu Jul 19 2018 Remi Collet - 0.11.5-1 - update to 0.11.5 diff --git a/librdkafka.xml b/librdkafka.xml index 3cbdbb7..dfb4d68 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -0.11.5 +0.11.6 -- cgit