diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 09:23:43 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 09:23:43 +0200 |
commit | e15d0f6a31f7e73c1dd11c8c1888d9ec19a95dfb (patch) | |
tree | f4e5f0e3214724d1e6a5e1e80d050821ba8f5a4c | |
parent | efddaffd765aafd30b32d55a9e6eba2648ef5ad7 (diff) |
rebuild for 7.3.0alpha4 new ABI
-rw-r--r-- | php-zstd.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-zstd.spec b/php-zstd.spec index 2eb757c..4544135 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -36,9 +36,9 @@ Summary: Zstd Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} Version: 0.4.14 %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 %if %{?with_libzstd} License: MIT @@ -81,6 +81,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 @@ -242,6 +246,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.4.14-2 +- rebuild for 7.3.0alpha4 new ABI + * Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 0.4.14-1 - update to 0.4.14 |