From f7c9d122b44b6f94e9b5a47bcc5634b38cae8856 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jul 2018 17:42:45 +0200 Subject: rebuld for 7.3.0alpha4 new ABI --- php-lz4.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-lz4.spec') 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 - 0.3.4-2 +- rebuld for 7.3.0alpha4 new ABI + * Mon Apr 9 2018 Remi Collet - 0.3.4-1 - update to 0.3.4 with bundled liblz4 version 1.8.1.2 -- cgit