diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 06:52:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 06:52:51 +0200 |
commit | 919a8766fcb3ea303c5ed39a7e575203374eedd7 (patch) | |
tree | 7e55142eed7a5821b7f4a13dd242578e0d9c8eff | |
parent | 4097c0925c82eb82e3e4918730f19a491f532546 (diff) |
rebuld for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-json-post.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index 905008b..da4c032 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -29,7 +29,7 @@ Summary: JSON POST handler Name: %{?sub_prefix}php-pecl-json-post Version: 1.0.1 -Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 10%{?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}%{?prever}.tgz @@ -71,6 +71,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 @@ -235,6 +239,9 @@ cd ../ZTS %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.1-10 +- rebuld for 7.3.0alpha4 new ABI + * Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 1.0.1-9 - cleanup |