summaryrefslogtreecommitdiffstats
path: root/php-pecl-rdkafka.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-rdkafka.spec')
-rw-r--r--php-pecl-rdkafka.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-rdkafka.spec b/php-pecl-rdkafka.spec
index 5f406ce..a524735 100644
--- a/php-pecl-rdkafka.spec
+++ b/php-pecl-rdkafka.spec
@@ -20,8 +20,8 @@
Summary: Kafka client based on librdkafka
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 3.1.0
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 3.1.1
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: MIT
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
@@ -206,6 +206,9 @@ cd ../ZTS
%changelog
+* Wed Jul 3 2019 Remi Collet <remi@remirepo.net> - 3.1.1-1
+- update to 3.1.1
+
* Tue Jun 25 2019 Remi Collet <remi@remirepo.net> - 3.1.0-2
- rebuild with librdkafka 0.11 in EL-8