From b24a69cb6bc8c458ec57e80054c0c15c9be34df0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Oct 2024 10:57:51 +0200 Subject: update to 2.6.0 --- compat_reports/2.5.0_to_2.5.3/compat_report.html | 498 +++++++++++++++ compat_reports/2.5.3_to_2.6.0/compat_report.html | 767 +++++++++++++++++++++++ librdkafka.spec | 17 +- librdkafka.xml | 2 +- 4 files changed, 1280 insertions(+), 4 deletions(-) create mode 100644 compat_reports/2.5.0_to_2.5.3/compat_report.html create mode 100644 compat_reports/2.5.3_to_2.6.0/compat_report.html diff --git a/compat_reports/2.5.0_to_2.5.3/compat_report.html b/compat_reports/2.5.0_to_2.5.3/compat_report.html new file mode 100644 index 0000000..48a13a1 --- /dev/null +++ b/compat_reports/2.5.0_to_2.5.3/compat_report.html @@ -0,0 +1,498 @@ + + + + + + + + + +librdkafka: 2.5.0 to 2.5.3 compatibility report + + + +

API compatibility report for the librdkafka library between 2.5.0 and 2.5.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.5.0
Version #22.5.3
Archx86_64
GCC Version13
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types446 / 168
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
Low0
+ +

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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


+

Test Info


+ + + + + + +
Library Namelibrdkafka
Version #12.5.0
Version #22.5.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types446 / 168
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
+ + +

Problems with Constants, Low Severity  1 


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

Header Files  1 


+
+rdkafka.h
+
+
to the top
+

Libraries  1 


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



+ +
+ + diff --git a/compat_reports/2.5.3_to_2.6.0/compat_report.html b/compat_reports/2.5.3_to_2.6.0/compat_report.html new file mode 100644 index 0000000..51ebd45 --- /dev/null +++ b/compat_reports/2.5.3_to_2.6.0/compat_report.html @@ -0,0 +1,767 @@ + + + + + + + + + +librdkafka: 2.5.3 to 2.6.0 compatibility report + + + +

API compatibility report for the librdkafka library between 2.5.3 and 2.6.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.5.3
Version #22.6.0
Archx86_64
GCC Version13
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types446 / 168
Compatibility99.2%
+

Problem Summary


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

Added Symbols  11 


+rdkafka.h, librdkafka.so.1
+rd_kafka_AdminOptions_set_match_consumer_group_types ( rd_kafka_AdminOptions_t* options, enum rd_kafka_consumer_group_type_t const* consumer_group_types, size_t consumer_group_types_cnt )
+rd_kafka_consumer_group_type_code ( char const* name )
+rd_kafka_consumer_group_type_name ( enum rd_kafka_consumer_group_type_t type )
+rd_kafka_ConsumerGroupListing_type ( rd_kafka_ConsumerGroupListing_t const* grplist )
+rd_kafka_ElectLeaders ( rd_kafka_t* rk, rd_kafka_ElectLeaders_t* elect_leaders, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_ElectLeaders_destroy ( rd_kafka_ElectLeaders_t* elect_leaders )
+rd_kafka_ElectLeaders_new ( rd_kafka_ElectionType_t election_type, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_ElectLeaders_result_partitions ( rd_kafka_ElectLeaders_result_t const* result, size_t* cntp )
+rd_kafka_event_ElectLeaders_result ( rd_kafka_event_t* rkev )
+rd_kafka_topic_partition_result_error ( rd_kafka_topic_partition_result_t const* partition_result )
+rd_kafka_topic_partition_result_partition ( rd_kafka_topic_partition_result_t const* partition_result )
+
+to the top
+ +

Problems with Data Types, Medium Severity  2 


+rdkafka.h
+ +[+] enum rd_kafka_admin_op_t  1  +
+ + + +[+] enum rd_kafka_ResourceType_t  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+rdkafka.h
+ +[+] enum rd_kafka_admin_op_t  1  +
+ + + +[+] enum rd_kafka_ResourceType_t  1  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_ELECTLEADERS_RESULT +
+ + +
+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.5.3
Version #22.6.0
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  11 


+rdkafka.h
+rd_kafka_AdminOptions_set_match_consumer_group_types ( rd_kafka_AdminOptions_t* options, enum rd_kafka_consumer_group_type_t const* consumer_group_types, size_t consumer_group_types_cnt )
+rd_kafka_consumer_group_type_code ( char const* name )
+rd_kafka_consumer_group_type_name ( enum rd_kafka_consumer_group_type_t type )
+rd_kafka_ConsumerGroupListing_type ( rd_kafka_ConsumerGroupListing_t const* grplist )
+rd_kafka_ElectLeaders ( rd_kafka_t* rk, rd_kafka_ElectLeaders_t* elect_leaders, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_ElectLeaders_destroy ( rd_kafka_ElectLeaders_t* elect_leaders )
+rd_kafka_ElectLeaders_new ( rd_kafka_ElectionType_t election_type, rd_kafka_topic_partition_list_t* partitions )
+rd_kafka_ElectLeaders_result_partitions ( rd_kafka_ElectLeaders_result_t const* result, size_t* cntp )
+rd_kafka_event_ElectLeaders_result ( rd_kafka_event_t* rkev )
+rd_kafka_topic_partition_result_error ( rd_kafka_topic_partition_result_t const* partition_result )
+rd_kafka_topic_partition_result_partition ( rd_kafka_topic_partition_result_t const* partition_result )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  4 


+rdkafka.h
+ +[+] enum rd_kafka_admin_op_t  2  +
+ + + +[+] enum rd_kafka_ResourceType_t  2  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_ELECTLEADERS_RESULT +
+ + +
+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 c821298..c28421b 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -13,7 +13,7 @@ %bcond_without move_to_opt %global libname librdkafka -%global gh_commit 6eaf89fb124c421b66b43b195879d458a3a31f86 +%global gh_commit 7fc5a59826ee1e1dee3236b1e43180cc22cfb496 %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.5.0 +%global upstream_version 2.6.0 #global upstream_prever RC4 Name: %{?vendeur:%{vendeur}-}%{libname} @@ -44,6 +44,9 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_ BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: openssl-devel +%if 0%{?fedora} >= 41 +BuildRequires: openssl-devel-engine +%endif BuildRequires: pkgconfig(libsasl2) BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(liblz4) @@ -118,7 +121,6 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %files -%{!?_licensedir:%global license %%doc} %license LICENS* %if %{with move_to_opt} %dir %{_prefix} @@ -142,6 +144,15 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Fri Oct 11 2024 Remi Collet - 2.6.0-1 +- update to 2.6.0 + +* Mon Sep 2 2024 Remi Collet - 2.5.3-1 +- update to 2.5.3 + +* Thu Aug 22 2024 Remi Collet - 2.5.0-2 +- missing BR on F41 + * Thu Jul 11 2024 Remi Collet - 2.5.0-1 - update to 2.5.0 diff --git a/librdkafka.xml b/librdkafka.xml index 3dac3c5..c85a0f1 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -2.5.0 +2.6.0 -- cgit