From 561cf9fa5278a3648d3643b91103f7221fc3c9f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Jul 2024 08:36:27 +0200 Subject: update to 2.5.0 --- compat_reports/2.4.0_to_2.5.0/compat_report.html | 656 +++++++++++++++++++++++ librdkafka.spec | 21 +- librdkafka.xml | 2 +- 3 files changed, 663 insertions(+), 16 deletions(-) create mode 100644 compat_reports/2.4.0_to_2.5.0/compat_report.html diff --git a/compat_reports/2.4.0_to_2.5.0/compat_report.html b/compat_reports/2.4.0_to_2.5.0/compat_report.html new file mode 100644 index 0000000..2efa1f6 --- /dev/null +++ b/compat_reports/2.4.0_to_2.5.0/compat_report.html @@ -0,0 +1,656 @@ + + + + + + + + + +librdkafka: 2.4.0 to 2.5.0 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.4.0
Version #22.5.0
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
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-2
+ + +

Problems with Data Types, Low Severity  1 


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

Other Changes in Data Types  2 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  2  +
+ + +
+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.4.0
Version #22.5.0
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
Other Changes
in Data Types
-3
+ + +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  3 


+rdkafka.h
+ +[+] enum rd_kafka_resp_err_t  3  +
+ + +
+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 427a6d3..c821298 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -13,7 +13,7 @@ %bcond_without move_to_opt %global libname librdkafka -%global gh_commit a4bf4876fadff054cf729fcb26d0d31e93cff44b +%global gh_commit 6eaf89fb124c421b66b43b195879d458a3a31f86 %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.4.0 +%global upstream_version 2.5.0 #global upstream_prever RC4 Name: %{?vendeur:%{vendeur}-}%{libname} @@ -41,6 +41,7 @@ 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 +BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: openssl-devel BuildRequires: pkgconfig(libsasl2) @@ -49,13 +50,6 @@ BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(RapidJSON) BuildRequires: pkgconfig(libcurl) - -%if 0%{?rhel} == 7 -%global dtsenable source /opt/rh/devtoolset-7/enable -BuildRequires: devtoolset-7-toolchain -%else -BuildRequires: gcc-c++ -%endif BuildRequires: python3 @@ -123,12 +117,6 @@ rm %{buildroot}%{_libdir}/pkgconfig/*static.pc rm -r %{buildroot}%{_datadir}/doc/%{libname} -%if 0%{?fedora} < 28 && 0%{?rhel} < 8 -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig -%endif - - %files %{!?_licensedir:%global license %%doc} %license LICENS* @@ -154,6 +142,9 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Thu Jul 11 2024 Remi Collet - 2.5.0-1 +- update to 2.5.0 + * Mon May 13 2024 Remi Collet - 2.4.0-1 - update to 2.4.0 diff --git a/librdkafka.xml b/librdkafka.xml index 0629c5d..3dac3c5 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -2.4.0 +2.5.0 -- cgit