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 2f40537..15a3434 100644 --- a/php-brotli.spec +++ b/php-brotli.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-brotli  # -# Copyright (c) 2017 Remi Collet +# Copyright (c) 2017-2018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -36,9 +36,9 @@ Summary:       Brotli Extension for PHP  Name:          %{?sub_prefix}php-%{pecl_name}  Version:       0.5.1  %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  Group:         Development/Languages @@ -76,6 +76,10 @@ Obsoletes:     php71w-%{pecl_name} <= %{version}  Obsoletes:     php72u-%{pecl_name} <= %{version}  Obsoletes:     php72w-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.3" +Obsoletes:     php73u-%{pecl_name} <= %{version} +Obsoletes:     php73w-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -223,6 +227,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 0.5.1-2 +- rebuld for 7.3.0alpha4 new ABI +  * Mon Apr 16 2018 Remi Collet <remi@remirepo.net> - 0.5.1-1  - update to 0.5.1, bundled libbrotli 1.0.4  - open https://github.com/kjdev/php-ext-brotli/pull/9 fix version  | 
