From 4822bd56c5b267069a1f1a37392cd055f70b5460 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Aug 2017 13:21:21 +0200 Subject: v3.0.4 --- php-pecl-rdkafka.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-rdkafka.spec') 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 - 3.0.4-1 +- Update to 3.0.4 + * Tue Jul 18 2017 Remi Collet - 3.0.3-4 - rebuild for PHP 7.2.0beta1 new API -- cgit