diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
| commit | 64a205c4329c82ec0e4073266aa398b7f2f97d84 (patch) | |
| tree | 88e150e45be83ce9489873ea0389f589d6955dbe | |
| parent | 4d8a3155c88ef9fb862b7f49f6cef73742d7c88b (diff) | |
PHP 7.1 mass rebuild part #2
| -rw-r--r-- | php-pecl-mogilefs-php7.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mogilefs-php7.spec b/php-pecl-mogilefs-php7.spec index e329390..79eedfb 100644 --- a/php-pecl-mogilefs-php7.spec +++ b/php-pecl-mogilefs-php7.spec @@ -22,7 +22,7 @@  Summary:        PHP client library to communicate with the MogileFS storage  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.9.3.1 -Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  # https://github.com/lstrojny/pecl-mogilefs/issues/15  License:        BSD  Group:          Development/Languages @@ -226,6 +226,9 @@ rm -rf %{buildroot}  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 0.9.3.1-4 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 0.9.3.1-3  - rebuild for PHP 7.1 new API version  | 
