diff options
Diffstat (limited to 'librdkafka.spec')
-rw-r--r-- | librdkafka.spec | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/librdkafka.spec b/librdkafka.spec index b6f899a..a84d89b 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -1,8 +1,8 @@ # remirepo/fedora spec file for librdkafka # -# Copyright (c) 2015-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -13,7 +13,7 @@ %bcond_without move_to_opt %global libname librdkafka -%global gh_commit cb8c19c43011b66c4b08b25e5150455a247e1ff3 +%global gh_commit b4c608570f796c18ff2211a7af876046d264d392 %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.6.1 +%global upstream_version 2.8.0 #global upstream_prever RC4 Name: %{?vendeur:%{vendeur}-}%{libname} @@ -41,9 +41,6 @@ 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 -# use OPENSSL_NO_ENGINE from OpenSSL config -Patch0: %{libname}-build.patch - BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: openssl-devel @@ -90,8 +87,6 @@ developing applications that use %{name}. %prep %setup -qn %{gh_project}-%{gh_commit} -%patch -P0 -p1 - mkdir rpmdocs cp -pr examples rpmdocs/examples @@ -148,6 +143,10 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Tue Jan 7 2025 Remi Collet <remi@remirepo.net> - 2.8.0-1 +- update to 2.8.0 +- re-license spec file to CECILL-2.1 + * Thu Nov 21 2024 Remi Collet <remi@remirepo.net> - 2.6.1-1 - update to 2.6.1 - fix build with OPENSSL_NO_ENGINE (EL-10) using patch from |