summaryrefslogtreecommitdiffstats
path: root/php-pecl-simple-kafka-client.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-07-01 17:46:30 +0200
committerRemi Collet <remi@remirepo.net>2021-07-01 17:46:30 +0200
commit73ff2d88093c1014e008878344379f5496f1ab63 (patch)
treeb1b40ed340def6cbbecae746a4ce45601186566e /php-pecl-simple-kafka-client.spec
parent0e1a7520db55334507eadf5c4ac86c49c9eba553 (diff)
update to 0.1.3
Diffstat (limited to 'php-pecl-simple-kafka-client.spec')
-rw-r--r--php-pecl-simple-kafka-client.spec13
1 files changed, 9 insertions, 4 deletions
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 <remi@remirepo.net> - 0.1.3-1
+- update to 0.1.3
+
* Tue Apr 13 2021 Remi Collet <remi@remirepo.net> - 0.1.2-1
- update to 0.1.2
- drop patches merged upstream