diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-17 17:42:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-17 17:42:45 +0200 |
commit | f7c9d122b44b6f94e9b5a47bcc5634b38cae8856 (patch) | |
tree | 90ab8f4a58011bfea9a7c301e346c50a105a8482 | |
parent | 1088c387b9a25a2f3bc3339452cb8fc43060dc99 (diff) |
rebuld for 7.3.0alpha4 new ABI
-rw-r--r-- | php-lz4.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-lz4.spec b/php-lz4.spec index c2a4125..bfdbee5 100644 --- a/php-lz4.spec +++ b/php-lz4.spec @@ -32,9 +32,9 @@ Summary: LZ4 Extension for PHP Name: %{?sub_prefix}php-lz4 Version: 0.3.4 %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 @@ -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 @@ -215,6 +219,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 0.3.4-2 +- rebuld for 7.3.0alpha4 new ABI + * Mon Apr 9 2018 Remi Collet <remi@remirepo.net> - 0.3.4-1 - update to 0.3.4 with bundled liblz4 version 1.8.1.2 |