From 73ff2d88093c1014e008878344379f5496f1ab63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Jul 2021 17:46:30 +0200 Subject: update to 0.1.3 --- php-pecl-simple-kafka-client.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'php-pecl-simple-kafka-client.spec') diff --git a/php-pecl-simple-kafka-client.spec b/php-pecl-simple-kafka-client.spec index ea55831..ba833fa 100644 --- a/php-pecl-simple-kafka-client.spec +++ b/php-pecl-simple-kafka-client.spec @@ -20,7 +20,7 @@ Summary: Kafka client based on librdkafka Name: %{?sub_prefix}php-pecl-simple-kafka-client -Version: 0.1.2 +Version: 0.1.3 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD URL: https://pecl.php.net/package/%{pecl_name} @@ -28,7 +28,7 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: make BuildRequires: %{?dtsprefix}gcc -BuildRequires: librdkafka1php-devel >= 1.6 +BuildRequires: librdkafka1php-devel >= 1.7 BuildRequires: %{?scl_prefix}php-devel >= 7.3 BuildRequires: %{?scl_prefix}php-pear @@ -55,6 +55,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -167,9 +170,8 @@ cd NTS : Upstream test suite for NTS extension TEST_PHP_EXECUTABLE=%{__php} \ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_extdir}/%{pecl_name}.so" \ -NO_INTERACTION=1 \ REPORT_EXIT_STATUS=1 \ -%{__php} -n run-tests.php --show-diff +%{__php} -n run-tests.php -q --show-diff %if %{with_zts} cd ../ZTS @@ -195,6 +197,9 @@ cd ../ZTS %changelog +* Thu Jul 1 2021 Remi Collet - 0.1.3-1 +- update to 0.1.3 + * Tue Apr 13 2021 Remi Collet - 0.1.2-1 - update to 0.1.2 - drop patches merged upstream -- cgit