summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-simple-kafka-client.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-simple-kafka-client.spec b/php-pecl-simple-kafka-client.spec
index e964dac..095ee39 100644
--- a/php-pecl-simple-kafka-client.spec
+++ b/php-pecl-simple-kafka-client.spec
@@ -21,7 +21,7 @@
Summary: Kafka client based on librdkafka
Name: %{?sub_prefix}php-pecl-simple-kafka-client
Version: 0.1.4
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -197,6 +197,9 @@ cd ../ZTS
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 0.1.4-3
+- rebuild for 8.1.0RC1
+
* Wed Aug 4 2021 Remi Collet <remi@remirepo.net> - 0.1.4-1
- update to 0.1.4
- drop patch merge upstream