diff options
Diffstat (limited to 'librdkafka.spec')
-rw-r--r-- | librdkafka.spec | 17 |
1 files changed, 14 insertions, 3 deletions
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 <remi@remirepo.net> - 2.6.0-1 +- update to 2.6.0 + +* Mon Sep 2 2024 Remi Collet <remi@remirepo.net> - 2.5.3-1 +- update to 2.5.3 + +* Thu Aug 22 2024 Remi Collet <remi@remirepo.net> - 2.5.0-2 +- missing BR on F41 + * Thu Jul 11 2024 Remi Collet <remi@remirepo.net> - 2.5.0-1 - update to 2.5.0 |