From 4f4a26f7ad7f78eeb3ad13348253d7717520e8c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 May 2024 14:24:49 +0200 Subject: update to 2.4.0 --- compat_reports/2.3.0_to_2.4.0/compat_report.html | 708 +++++++++++++++++++++++ librdkafka.spec | 9 +- librdkafka.xml | 2 +- 3 files changed, 715 insertions(+), 4 deletions(-) create mode 100644 compat_reports/2.3.0_to_2.4.0/compat_report.html diff --git a/compat_reports/2.3.0_to_2.4.0/compat_report.html b/compat_reports/2.3.0_to_2.4.0/compat_report.html new file mode 100644 index 0000000..7a37c09 --- /dev/null +++ b/compat_reports/2.3.0_to_2.4.0/compat_report.html @@ -0,0 +1,708 @@ + + + + + + + + + +librdkafka: 2.3.0 to 2.4.0 compatibility report + + + +

API compatibility report for the librdkafka library between 2.3.0 and 2.4.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.3.0
Version #22.4.0
Archx86_64
GCC Version13
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types444 / 168
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+rdkafka.h, librdkafka.so.1
+rd_kafka_consumer_group_metadata_member_id ( rd_kafka_consumer_group_metadata_t const* group_metadata )
+rd_kafka_message_produce_errstr ( rd_kafka_message_t const* rkmessage )
+
+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  6 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #12.3.0
Version #22.4.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types444 / 168
Compatibility100%
+

Problem Summary


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

Added Symbols  2 


+rdkafka.h
+rd_kafka_consumer_group_metadata_member_id ( rd_kafka_consumer_group_metadata_t const* group_metadata )
+rd_kafka_message_produce_errstr ( rd_kafka_message_t const* rkmessage )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


+rdkafka.h
+ +[+] RD_KAFKA_VERSION +
+ + +
+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
+



+ +
+ + diff --git a/librdkafka.spec b/librdkafka.spec index e349d39..427a6d3 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for librdkafka # -# Copyright (c) 2015-2023 Remi Collet +# Copyright (c) 2015-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -13,7 +13,7 @@ %bcond_without move_to_opt %global libname librdkafka -%global gh_commit 95a542c87c61d2c45b445f91c73dd5442eb04f3c +%global gh_commit a4bf4876fadff054cf729fcb26d0d31e93cff44b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} @@ -24,7 +24,7 @@ %global __arch_install_post /bin/true %endif -%global upstream_version 2.3.0 +%global upstream_version 2.4.0 #global upstream_prever RC4 Name: %{?vendeur:%{vendeur}-}%{libname} @@ -154,6 +154,9 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Mon May 13 2024 Remi Collet - 2.4.0-1 +- update to 2.4.0 + * Wed Oct 25 2023 Remi Collet - 2.3.0-1 - update to 2.3.0 diff --git a/librdkafka.xml b/librdkafka.xml index c903194..0629c5d 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -2.3.0 +2.4.0 -- cgit