diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 08:48:48 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 08:48:48 +0200 |
commit | a04e40470a68f82dc969d3d8e1148c366c93d273 (patch) | |
tree | f2aa568cf41841b7d5359dc26beeb38b3b7a42b3 | |
parent | d66e1038203fad9d83582ba47c9d046b92d9a4d3 (diff) |
rebuild for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-xlswriter.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-xlswriter.spec b/php-pecl-xlswriter.spec index 0e49865..0af325b 100644 --- a/php-pecl-xlswriter.spec +++ b/php-pecl-xlswriter.spec @@ -30,7 +30,7 @@ Summary: An efficient and fast xlsx file export extension Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.2 -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;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -67,6 +67,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -237,6 +241,9 @@ cd .. %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.2.2-2 +- rebuild for 7.3.0alpha4 new ABI + * Thu Jul 12 2018 Remi Collet <remi@remirepo.net> - 1.2.2-1 - update to 1.2.2 |