diff options
| author | Remi Collet <remi@remirepo.net> | 2018-07-18 08:38:40 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-07-18 08:38:40 +0200 | 
| commit | ea258b98946826c2a9df89ad61fcc2036470b7a0 (patch) | |
| tree | f9fe6be7c13c5caba4f6bd3e9ef42e8ed33ab27b | |
| parent | adfc16dd3a051c7c53dbb607a138295c50d02747 (diff) | |
rebuild for 7.3.0alpha4 new ABI
| -rw-r--r-- | php-pecl-uv.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 690b3cd..46d28bd 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -19,7 +19,7 @@  Summary:        Libuv wrapper  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        0.2.2 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -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 @@ -236,6 +240,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.2.2-4 +- rebuild for 7.3.0alpha4 new ABI +  * Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 0.2.2-3  - add upstream patches for PHP 7.3 and patch from    https://github.com/bwoebi/php-uv/pull/60/files  | 
