diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 09:55:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 09:55:36 +0200 |
commit | 586185ecbae573141b07fddca27ef3fdbadecaf6 (patch) | |
tree | dbcd699c91854f34062f1fc19b517d6437f4f460 | |
parent | 0549c742d22bbd6d92cdfdde33c1c16816c2d4c9 (diff) |
rebuild for 7.3.0beta2 new ABI
-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 |