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 a9ef64e..451b46e 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: 9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 10%{?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} @@ -234,6 +234,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.9.3.1-10 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.9.3.1-9 - rebuild for 7.4.0beta1 |