diff options
-rw-r--r-- | php-pecl-mogilefs.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mogilefs.spec b/php-pecl-mogilefs.spec index 36a38ac..2ddf632 100644 --- a/php-pecl-mogilefs.spec +++ b/php-pecl-mogilefs.spec @@ -25,7 +25,7 @@ Summary: PHP client library to communicate with the MogileFS storage Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.9.3.1 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # https://github.com/lstrojny/pecl-mogilefs/issues/15 License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -230,6 +230,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.9.3.1-8 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.9.3.1-7 - rebuild for 7.3.0alpha4 new ABI |