diff options
| -rw-r--r-- | php-phpiredis.spec | 13 | 
1 files changed, 11 insertions, 2 deletions
diff --git a/php-phpiredis.spec b/php-phpiredis.spec index 15c0998..0d8b494 100644 --- a/php-phpiredis.spec +++ b/php-phpiredis.spec @@ -30,9 +30,9 @@  Name:           %{?sub_prefix}php-%{pecl_name}  Version:        1.0.0  %if 0%{?gh_date} -Release:        0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  Summary:        Client extension for Redis @@ -86,6 +86,12 @@ Obsoletes:     php71u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php71w-%{pecl_name}      <= %{version}  Obsoletes:     php71w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.2" +Obsoletes:     php72u-%{pecl_name}      <= %{version} +Obsoletes:     php72u-pecl-%{pecl_name} <= %{version} +Obsoletes:     php72w-%{pecl_name}      <= %{version} +Obsoletes:     php72w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -232,6 +238,9 @@ rm -rf %{buildroot}  %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.0-3 +- rebuild for PHP 7.2.0beta1 new API +  * Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-2  - rebuild with PHP 7.1.0 GA  | 
