diff options
Diffstat (limited to 'librdkafka.spec')
-rw-r--r-- | librdkafka.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/librdkafka.spec b/librdkafka.spec index 38bc637..24e96e8 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,15 +7,15 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 063a9ae7a65cebdf1cc128da9815c05f91a2a996 +%global gh_commit 6759e13424e527369caaaafc3e8aaa5a725923fe %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} %global oldsoname 1 %global newsoname 101 -%global upstream_version 1.8.2 -#global upstream_prever RC1 +%global upstream_version 1.9.0 +%global upstream_prever RC2 Name: %{libname}%{oldsoname}php Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -38,6 +38,7 @@ BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libzstd) BuildRequires: pkgconfig(RapidJSON) +BuildRequires: pkgconfig(libcurl) %if 0%{?rhel} == 7 %global dtsenable source /opt/rh/devtoolset-7/enable @@ -85,6 +86,7 @@ cp -pr examples rpmdocs/examples gcc --version %configure \ + --enable-curl \ --enable-zlib \ --enable-zstd \ --enable-lz4 \ @@ -130,6 +132,10 @@ rm -r %{buildroot}%{_datadir}/doc/%{libname} %changelog +* Mon Apr 11 2022 Remi Collet <remi@remirepo.net> - 1.9.0~RC2-1 +- update to 1.9.0RC2 +- add dependency on libcurl + * Tue Oct 19 2021 Remi Collet <remi@remirepo.net> - 1.8.2-1 - update to 1.8.2 |