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.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-rdkafka.spec b/php-pecl-rdkafka.spec
index 7dcabc0..0d5c7cc 100644
--- a/php-pecl-rdkafka.spec
+++ b/php-pecl-rdkafka.spec
@@ -24,8 +24,8 @@
Summary: Kafka client based on librdkafka
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 3.0.3
-Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 3.0.4
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -38,7 +38,7 @@ BuildRequires: %{?scl_prefix}php-pear
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
-Requires: librdkafka%{?_isa} >= %{buildver}~RC2
+Requires: librdkafka%{?_isa} >= %{buildver}
Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
@@ -219,6 +219,9 @@ cd ../ZTS
# TODO fix required version
%changelog
+* Wed Aug 16 2017 Remi Collet <remi@remirepo.net> - 3.0.4-1
+- Update to 3.0.4
+
* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.0.3-4
- rebuild for PHP 7.2.0beta1 new API