From cc8a45342931bc415e5c36c49a2515379444dbb5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Apr 2023 12:47:56 +0200 Subject: update to 2.1.0 --- compat_reports/2.0.2_to_2.1.0/compat_report.html | 660 +++++++++++++++++++++++ librdkafka.spec | 14 +- librdkafka.xml | 2 +- 3 files changed, 671 insertions(+), 5 deletions(-) create mode 100644 compat_reports/2.0.2_to_2.1.0/compat_report.html diff --git a/compat_reports/2.0.2_to_2.1.0/compat_report.html b/compat_reports/2.0.2_to_2.1.0/compat_report.html new file mode 100644 index 0000000..9b4f2c9 --- /dev/null +++ b/compat_reports/2.0.2_to_2.1.0/compat_report.html @@ -0,0 +1,660 @@ + + + + + + + + + +librdkafka: 2.0.2 to 2.1.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.0.2
Version #22.1.0
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  4 


+rdkafka.h, librdkafka.so.1
+rd_kafka_message_leader_epoch ( rd_kafka_message_t const* rkmessage )
+rd_kafka_offset_store_message ( rd_kafka_message_t* rkmessage )
+rd_kafka_topic_partition_get_leader_epoch ( rd_kafka_topic_partition_t const* rktpar )
+rd_kafka_topic_partition_set_leader_epoch ( rd_kafka_topic_partition_t* rktpar, int32_t leader_epoch )
+
+to the top
+ +

Other Changes in Data Types  1 


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

Other Changes in Constants  1 


+rdkafka.h
+ +[+] RD_KAFKA_RESP_ERR_NOT_LEADER_OR_FOLLOWER +
+ + +
+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.0.2
Version #22.1.0
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  4 


+rdkafka.h
+rd_kafka_message_leader_epoch ( rd_kafka_message_t const* rkmessage )
+rd_kafka_offset_store_message ( rd_kafka_message_t* rkmessage )
+rd_kafka_topic_partition_get_leader_epoch ( rd_kafka_topic_partition_t const* rktpar )
+rd_kafka_topic_partition_set_leader_epoch ( rd_kafka_topic_partition_t* rktpar, int32_t leader_epoch )
+
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  1 


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

Other Changes in Constants  1 


+rdkafka.h
+ +[+] RD_KAFKA_RESP_ERR_NOT_LEADER_OR_FOLLOWER +
+ + +
+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 9a859f5..7b1b66b 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for librdkafka # # Copyright (c) 2015-2023 Remi Collet -# License: CC-BY-SA +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -13,7 +13,7 @@ %bcond_without move_to_opt %global libname librdkafka -%global gh_commit 292d2a66b9921b783f08147807992e603c7af059 +%global gh_commit 2c6dd0a5cec0ece69b1a5daecea33a6b11faca73 %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.0.2 +%global upstream_version 2.1.0 #global upstream_prever RC4 Name: %{?vendeur:%{vendeur}-}%{libname} @@ -33,7 +33,10 @@ Release: 1%{?dist} Group: System Environment/Libraries Summary: Apache Kafka C/C++ client library -# librdkafka is BSD-2, pycrc is MIT, snappy/crc32 are BSD-3 +# librdkafka is BSD-2-Clause +# crc32, queue, snappy, tinycthread are BSD-3-Clause +# cjson, hdrhistogram, murmur2, pycrc are MIT +# fnv1a is Public Domain License: BSD-2-Clause AND BSD-3-Clause AND MIT URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz @@ -151,6 +154,9 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Thu Apr 6 2023 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Mon Jan 23 2023 Remi Collet - 2.0.2-1 - update to 2.0.2 diff --git a/librdkafka.xml b/librdkafka.xml index f3e3a0c..090e95c 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -2.0.2 +2.1.0 -- cgit