From 7189b584d6ef0dc5e0e350b908f7601f14a37223 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jan 2021 10:21:48 +0100 Subject: rebuild with librdkafka version 1.6.0 --- php-pecl-rdkafka4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-rdkafka4.spec b/php-pecl-rdkafka4.spec index 1c05f3f..d878110 100644 --- a/php-pecl-rdkafka4.spec +++ b/php-pecl-rdkafka4.spec @@ -21,14 +21,14 @@ Summary: Kafka client based on librdkafka Name: %{?sub_prefix}php-pecl-%{pecl_name}4 Version: 4.1.2 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: librdkafka1php-devel +BuildRequires: librdkafka1php-devel >= 1.6 BuildRequires: %{?scl_prefix}php-devel >= 5.6 BuildRequires: %{?scl_prefix}php-devel < 8 BuildRequires: %{?scl_prefix}php-pear @@ -200,6 +200,9 @@ cd ../ZTS %changelog +* Wed Jan 27 2021 Remi Collet - 4.1.2-2 +- rebuild with librdkafka version 1.6.0 + * Fri Dec 25 2020 Remi Collet - 4.1.2-1 - update to 4.1.2 -- cgit