diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 07:58:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 07:58:38 +0200 |
commit | c166809cec6fd0d35e6df70c4bd81d207b84bfeb (patch) | |
tree | be036dcba79d6fbeb297323b7646ca976a5bc482 /php-pecl-request.spec | |
parent | 0919614fac290555955505c12344177087b505d2 (diff) |
rebuild for 7.3.0alpha4 new ABI
Diffstat (limited to 'php-pecl-request.spec')
-rw-r--r-- | php-pecl-request.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-request.spec b/php-pecl-request.spec index 90b5ba8..214df32 100644 --- a/php-pecl-request.spec +++ b/php-pecl-request.spec @@ -19,7 +19,7 @@ Summary: Server-side request and response objects Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 0.8.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.9.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -62,6 +62,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 @@ -239,6 +243,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.0-0.9.b2 +- rebuild for 7.3.0alpha4 new ABI + * Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 1.0.0-0.8.b2 - add patch for PHP 7.3 from https://github.com/pmjones/ext-request/pull/12 |