From 4e146b9bce5b620d4d86b2a356e22c053456eb6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Mar 2026 08:54:43 +0100 Subject: test build --- PHPINFO | 4 ++-- REFLECTION | 4 ++-- php-pecl-rdkafka6.spec | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index ae784ee..57428c5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -4,5 +4,5 @@ rdkafka rdkafka support => enabled version => 6.0.5 build date => Nov 4 2024 00:00:00 -librdkafka version (runtime) => 2.13.0 -librdkafka version (build) => 2.11.1.255 +librdkafka version (runtime) => 2.13.2 +librdkafka version (build) => 2.13.2.255 diff --git a/REFLECTION b/REFLECTION index 40128f9..f606200 100644 --- a/REFLECTION +++ b/REFLECTION @@ -11,8 +11,8 @@ Extension [ extension #110 rdkafka version 6.0.5 ] { 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 ] { 34406655 } - Constant [ int RD_KAFKA_BUILD_VERSION ] { 34275839 } + Constant [ int RD_KAFKA_VERSION ] { 34407167 } + Constant [ int RD_KAFKA_BUILD_VERSION ] { 34407167 } Constant [ int RD_KAFKA_RESP_ERR__BEGIN ] { -200 } Constant [ int RD_KAFKA_RESP_ERR__BAD_MSG ] { -199 } Constant [ int RD_KAFKA_RESP_ERR__BAD_COMPRESSION ] { -198 } diff --git a/php-pecl-rdkafka6.spec b/php-pecl-rdkafka6.spec index 1193e1d..3ed5377 100644 --- a/php-pecl-rdkafka6.spec +++ b/php-pecl-rdkafka6.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-pecl-rdkafka6 # -# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2015-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -41,7 +41,7 @@ Summary: Kafka client based on librdkafka Name: %{?scl_prefix}php-pecl-%{pecl_name}6 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1.1%{?dist} License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -- cgit