From 095bea820554c5530eaff9953a632388382d61a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 09:03:57 +0200 Subject: rebuild for PHP 8.3.0RC1 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-simple-kafka-client.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 5658ef8..1b9403a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -4,5 +4,5 @@ simple_kafka_client kafka support => enabled version => 0.1.4 build date => Jan 19 2023 00:00:00 -librdkafka version (runtime) => 2.1.0 +librdkafka version (runtime) => 2.2.0 librdkafka version (build) => 2.0.0.255 diff --git a/REFLECTION b/REFLECTION index 97a8d7c..857f624 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 simple_kafka_client version 0.1.4 ] { +Extension [ extension #124 simple_kafka_client version 0.1.4 ] { - Constants [178] { Constant [ int RD_KAFKA_OFFSET_BEGINNING ] { -2 } @@ -9,7 +9,7 @@ Extension [ extension #122 simple_kafka_client version 0.1.4 ] { Constant [ int RD_KAFKA_PURGE_F_QUEUE ] { 1 } Constant [ int RD_KAFKA_PURGE_F_INFLIGHT ] { 2 } Constant [ int RD_KAFKA_PURGE_F_NON_BLOCKING ] { 4 } - Constant [ int RD_KAFKA_VERSION ] { 33620223 } + Constant [ int RD_KAFKA_VERSION ] { 33685759 } Constant [ int RD_KAFKA_BUILD_VERSION ] { 33554687 } Constant [ int RD_KAFKA_RESP_ERR__BEGIN ] { -200 } Constant [ int RD_KAFKA_RESP_ERR__BAD_MSG ] { -199 } diff --git a/php-pecl-simple-kafka-client.spec b/php-pecl-simple-kafka-client.spec index b5d2174..2ea5c0a 100644 --- a/php-pecl-simple-kafka-client.spec +++ b/php-pecl-simple-kafka-client.spec @@ -35,7 +35,7 @@ Summary: Kafka client based on librdkafka Name: %{?scl_prefix}php-pecl-simple-kafka-client Version: 0.1.4 -Release: 5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD-3-Clause URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -218,6 +218,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 0.1.4-6 +- rebuild for PHP 8.3.0RC1 + * Wed Jul 12 2023 Remi Collet - 0.1.4-5 - buid out of sources tree -- cgit