From bd2eccbecc094bc11aabb153ce685af5ed7fb15d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Oct 2025 07:28:17 +0200 Subject: update to 2.12.0 --- compat_reports/2.11.1_to_2.12.0/compat_report.html | 498 +++++++++++++++++++++ librdkafka.spec | 18 +- librdkafka.xml | 2 +- 3 files changed, 511 insertions(+), 7 deletions(-) create mode 100644 compat_reports/2.11.1_to_2.12.0/compat_report.html diff --git a/compat_reports/2.11.1_to_2.12.0/compat_report.html b/compat_reports/2.11.1_to_2.12.0/compat_report.html new file mode 100644 index 0000000..525066e --- /dev/null +++ b/compat_reports/2.11.1_to_2.12.0/compat_report.html @@ -0,0 +1,498 @@ + + + + + + + + + +librdkafka: 2.11.1 to 2.12.0 compatibility report + + + +

API compatibility report for the librdkafka library between 2.11.1 and 2.12.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibrdkafka
Version #12.11.1
Version #22.12.0
Archx86_64
GCC Version14
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types463 / 174
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.11.1
Version #22.12.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types463 / 174
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/librdkafka.spec b/librdkafka.spec index 84e08b0..0a0fa2d 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -13,22 +13,25 @@ %bcond_without move_to_opt %global libname librdkafka -%global gh_commit 69b1865efdc0118cd017760d038d34e52fb3f0d0 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} %global soname 1 +%global forgeurl https://github.com/%{gh_owner}/%{gh_project} %if %{with move_to_opt} %global _prefix /opt/%{?vendeur:%{vendeur}/}%{libname} %global __arch_install_post /bin/true %endif -%global upstream_version 2.11.1 +%global upstream_version 2.12.0 #global upstream_prever RC4 +%global tag v%{upstream_version}%{?upstream_prever} +# for EL-8 to avoid TAG usage +%global archivename %{gh_project}-%{upstream_version}%{?upstream_prever} Name: %{?vendeur:%{vendeur}-}%{libname} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} +%forgemeta Release: 1%{?dist} Group: System Environment/Libraries Summary: Apache Kafka C/C++ client library @@ -38,8 +41,8 @@ Summary: Apache Kafka C/C++ client library # 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 +URL: %{forgeurl} +Source0: %{forgesource} BuildRequires: gcc-c++ BuildRequires: libstdc++-devel @@ -85,7 +88,7 @@ developing applications that use %{name}. %prep -%setup -qn %{gh_project}-%{gh_commit} +%forgesetup mkdir rpmdocs cp -pr examples rpmdocs/examples @@ -143,6 +146,9 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Thu Oct 9 2025 Remi Collet - 2.12.0-1 +- update to 2.12.0 + * Fri Aug 29 2025 Remi Collet - 2.11.1-1 - update to 2.11.1 diff --git a/librdkafka.xml b/librdkafka.xml index e3cba54..3782f5b 100644 --- a/librdkafka.xml +++ b/librdkafka.xml @@ -9,7 +9,7 @@ -2.11.1 +2.12.0 -- cgit