diff options
-rw-r--r-- | php-pecl-rdkafka.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-rdkafka.spec b/php-pecl-rdkafka.spec index cac07b8..7888eeb 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: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -218,6 +218,9 @@ cd ../ZTS %changelog +* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 3.0.3-2 +- rebuild for 7.2.0alpha2 + * Mon May 29 2017 Remi Collet <remi@remirepo.net> - 3.0.3-1 - Update to 3.0.3 |