From f8ad3682933dac76c198852a6cb83e93b425228b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2023 14:17:13 +0200 Subject: update to 2.2.0 --- compat_reports/2.1.0_to_2.1.1/compat_report.html | 498 ++++++++++++++ compat_reports/2.1.1_to_2.2.0/compat_report.html | 784 +++++++++++++++++++++++ librdkafka.spec | 10 +- librdkafka.xml | 2 +- 4 files changed, 1291 insertions(+), 3 deletions(-) create mode 100644 compat_reports/2.1.0_to_2.1.1/compat_report.html create mode 100644 compat_reports/2.1.1_to_2.2.0/compat_report.html diff --git a/compat_reports/2.1.0_to_2.1.1/compat_report.html b/compat_reports/2.1.0_to_2.1.1/compat_report.html new file mode 100644 index 0000000..6268aba --- /dev/null +++ b/compat_reports/2.1.0_to_2.1.1/compat_report.html @@ -0,0 +1,498 @@ + + + + + + + + + +librdkafka: 2.1.0 to 2.1.1 compatibility report + + + +

API compatibility report for the librdkafka library between 2.1.0 and 2.1.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.1.0
Version #22.1.1
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types386 / 149
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.1.0
Version #22.1.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types386 / 149
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.1.1_to_2.2.0/compat_report.html b/compat_reports/2.1.1_to_2.2.0/compat_report.html new file mode 100644 index 0000000..efefef4 --- /dev/null +++ b/compat_reports/2.1.1_to_2.2.0/compat_report.html @@ -0,0 +1,784 @@ + + + + + + + + + +librdkafka: 2.1.1 to 2.2.0 compatibility report + + + +

API compatibility report for the librdkafka library between 2.1.1 and 2.2.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.1.1
Version #22.2.0
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types386 / 149
Compatibility99.9%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-22
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-3
Other Changes
in Constants
-3
+ +

Added Symbols  22 


+rdkafka.h, librdkafka.so.1
+rd_kafka_AlterUserScramCredentials ( rd_kafka_t* rk, rd_kafka_UserScramCredentialAlteration_t** alterations, size_t alteration_cnt, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_AlterUserScramCredentials_result_response_error ( rd_kafka_AlterUserScramCredentials_result_response_t const* response )
+rd_kafka_AlterUserScramCredentials_result_response_user ( rd_kafka_AlterUserScramCredentials_result_response_t const* response )
+rd_kafka_AlterUserScramCredentials_result_responses ( rd_kafka_AlterUserScramCredentials_result_t const* result, size_t* cntp )
+rd_kafka_ConfigResource_add_incremental_config ( rd_kafka_ConfigResource_t* config, char const* name, rd_kafka_AlterConfigOpType_t op_type, char const* value )
+rd_kafka_DescribeUserScramCredentials ( rd_kafka_t* rk, char const** users, size_t user_cnt, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_DescribeUserScramCredentials_result_descriptions ( rd_kafka_DescribeUserScramCredentials_result_t const* result, size_t* cntp )
+rd_kafka_event_AlterUserScramCredentials_result ( rd_kafka_event_t* rkev )
+rd_kafka_event_DescribeUserScramCredentials_result ( rd_kafka_event_t* rkev )
+rd_kafka_event_IncrementalAlterConfigs_result ( rd_kafka_event_t* rkev )
+rd_kafka_IncrementalAlterConfigs ( rd_kafka_t* rk, rd_kafka_ConfigResource_t** configs, size_t config_cnt, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_IncrementalAlterConfigs_result_resources ( rd_kafka_IncrementalAlterConfigs_result_t const* result, size_t* cntp )
+rd_kafka_ScramCredentialInfo_iterations ( rd_kafka_ScramCredentialInfo_t const* scram_credential_info )
+rd_kafka_ScramCredentialInfo_mechanism ( rd_kafka_ScramCredentialInfo_t const* scram_credential_info )
+rd_kafka_UserScramCredentialAlteration_destroy ( rd_kafka_UserScramCredentialAlteration_t* alteration )
+rd_kafka_UserScramCredentialAlteration_destroy_array ( rd_kafka_UserScramCredentialAlteration_t** alterations, size_t alteration_cnt )
+rd_kafka_UserScramCredentialDeletion_new ( char const* username, rd_kafka_ScramMechanism_t mechanism )
+rd_kafka_UserScramCredentialsDescription_error ( rd_kafka_UserScramCredentialsDescription_t const* description )
+rd_kafka_UserScramCredentialsDescription_scramcredentialinfo ( rd_kafka_UserScramCredentialsDescription_t const* description, size_t idx )
+rd_kafka_UserScramCredentialsDescription_scramcredentialinfo_count ( rd_kafka_UserScramCredentialsDescription_t const* description )
+rd_kafka_UserScramCredentialsDescription_user ( rd_kafka_UserScramCredentialsDescription_t const* description )
+rd_kafka_UserScramCredentialUpsertion_new ( char const* username, rd_kafka_ScramMechanism_t mechanism, int32_t iterations, unsigned char const* password, size_t password_size, unsigned char const* salt, size_t salt_size )
+
+to the top
+ +

Problems with Data Types, Medium Severity  1 


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

Other Changes in Data Types  3 


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

Other Changes in Constants  3 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_ALTERUSERSCRAMCREDENTIALS_RESULT +
+ + + +[+] RD_KAFKA_EVENT_DESCRIBEUSERSCRAMCREDENTIALS_RESULT +
+ + + +[+] RD_KAFKA_EVENT_INCREMENTALALTERCONFIGS_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.1.1
Version #22.2.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types386 / 149
Compatibility100%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-22
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
-3
+ +

Added Symbols  22 


+rdkafka.h
+rd_kafka_AlterUserScramCredentials ( rd_kafka_t* rk, rd_kafka_UserScramCredentialAlteration_t** alterations, size_t alteration_cnt, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_AlterUserScramCredentials_result_response_error ( rd_kafka_AlterUserScramCredentials_result_response_t const* response )
+rd_kafka_AlterUserScramCredentials_result_response_user ( rd_kafka_AlterUserScramCredentials_result_response_t const* response )
+rd_kafka_AlterUserScramCredentials_result_responses ( rd_kafka_AlterUserScramCredentials_result_t const* result, size_t* cntp )
+rd_kafka_ConfigResource_add_incremental_config ( rd_kafka_ConfigResource_t* config, char const* name, rd_kafka_AlterConfigOpType_t op_type, char const* value )
+rd_kafka_DescribeUserScramCredentials ( rd_kafka_t* rk, char const** users, size_t user_cnt, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_DescribeUserScramCredentials_result_descriptions ( rd_kafka_DescribeUserScramCredentials_result_t const* result, size_t* cntp )
+rd_kafka_event_AlterUserScramCredentials_result ( rd_kafka_event_t* rkev )
+rd_kafka_event_DescribeUserScramCredentials_result ( rd_kafka_event_t* rkev )
+rd_kafka_event_IncrementalAlterConfigs_result ( rd_kafka_event_t* rkev )
+rd_kafka_IncrementalAlterConfigs ( rd_kafka_t* rk, rd_kafka_ConfigResource_t** configs, size_t config_cnt, rd_kafka_AdminOptions_t const* options, rd_kafka_queue_t* rkqu )
+rd_kafka_IncrementalAlterConfigs_result_resources ( rd_kafka_IncrementalAlterConfigs_result_t const* result, size_t* cntp )
+rd_kafka_ScramCredentialInfo_iterations ( rd_kafka_ScramCredentialInfo_t const* scram_credential_info )
+rd_kafka_ScramCredentialInfo_mechanism ( rd_kafka_ScramCredentialInfo_t const* scram_credential_info )
+rd_kafka_UserScramCredentialAlteration_destroy ( rd_kafka_UserScramCredentialAlteration_t* alteration )
+rd_kafka_UserScramCredentialAlteration_destroy_array ( rd_kafka_UserScramCredentialAlteration_t** alterations, size_t alteration_cnt )
+rd_kafka_UserScramCredentialDeletion_new ( char const* username, rd_kafka_ScramMechanism_t mechanism )
+rd_kafka_UserScramCredentialsDescription_error ( rd_kafka_UserScramCredentialsDescription_t const* description )
+rd_kafka_UserScramCredentialsDescription_scramcredentialinfo ( rd_kafka_UserScramCredentialsDescription_t const* description, size_t idx )
+rd_kafka_UserScramCredentialsDescription_scramcredentialinfo_count ( rd_kafka_UserScramCredentialsDescription_t const* description )
+rd_kafka_UserScramCredentialsDescription_user ( rd_kafka_UserScramCredentialsDescription_t const* description )
+rd_kafka_UserScramCredentialUpsertion_new ( char const* username, rd_kafka_ScramMechanism_t mechanism, int32_t iterations, unsigned char const* password, size_t password_size, unsigned char const* salt, size_t salt_size )
+
+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  4  +
+ + +
+to the top
+ +

Other Changes in Constants  3 


+rdkafka.h
+ +[+] RD_KAFKA_EVENT_ALTERUSERSCRAMCREDENTIALS_RESULT +
+ + + +[+] RD_KAFKA_EVENT_DESCRIBEUSERSCRAMCREDENTIALS_RESULT +
+ + + +[+] RD_KAFKA_EVENT_INCREMENTALALTERCONFIGS_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 7b1b66b..0d5e348 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -13,7 +13,7 @@ %bcond_without move_to_opt %global libname librdkafka -%global gh_commit 2c6dd0a5cec0ece69b1a5daecea33a6b11faca73 +%global gh_commit e75de5be191b6b8e9602efc969f4af64071550de %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.1.0 +%global upstream_version 2.2.0 #global upstream_prever RC4 Name: %{?vendeur:%{vendeur}-}%{libname} @@ -154,6 +154,12 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Wed Jul 12 2023 Remi Collet - 2.2.0-1 +- update to 2.2.0 + +* Wed May 3 2023 Remi Collet - 2.1.1-1 +- update to 2.1.1 + * Thu Apr 6 2023 Remi Collet - 2.1.0-1 - update to 2.1.0 diff --git a/librdkafka.xml b/librdkafka.xml index 090e95c..7508b3f 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -2.1.0 +2.2.0 -- cgit