diff options
| -rw-r--r-- | php-brotli.spec | 13 | 
1 files changed, 10 insertions, 3 deletions
| diff --git a/php-brotli.spec b/php-brotli.spec index 4bcdc83..7b4a3eb 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -36,9 +36,9 @@ Summary:       Brotli Extension for PHP  Name:          %{?sub_prefix}php-%{pecl_name}  Version:       0.7.0  %if 0%{?gh_date:1} -Release:       1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else -Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  License:       MIT  URL:           https://github.com/%{gh_owner}/%{gh_project} @@ -68,9 +68,13 @@ Obsoletes:     php72u-%{pecl_name} <= %{version}  Obsoletes:     php72w-%{pecl_name} <= %{version}  %endif  %if "%{php_version}" > "7.3" -Obsoletes:     php73u-%{pecl_name} <= %{version} +Obsoletes:      php73-%{pecl_name} <= %{version}  Obsoletes:     php73w-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.4" +Obsoletes:      php74-%{pecl_name} <= %{version} +Obsoletes:     php74w-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -221,6 +225,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.7.0-2 +- rebuild for 7.4.0beta1 +  * Fri May  3 2019 Remi Collet <remi@remirepo.net> - 0.7.0-1  - update to 0.7.0 | 
