diff options
-rw-r--r-- | php-pecl-rdkafka.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/php-pecl-rdkafka.spec b/php-pecl-rdkafka.spec index 8abc89e..7dcabc0 100644 --- a/php-pecl-rdkafka.spec +++ b/php-pecl-rdkafka.spec @@ -25,7 +25,7 @@ Summary: Kafka client based on librdkafka Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 3.0.3 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?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} +Requires: librdkafka%{?_isa} >= %{buildver}~RC2 Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -217,8 +217,9 @@ cd ../ZTS %endif +# TODO fix required version %changelog -* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.0.3-3 +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.0.3-4 - rebuild for PHP 7.2.0beta1 new API * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 3.0.3-2 |