From ea258b98946826c2a9df89ad61fcc2036470b7a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 08:38:40 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-uv.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 - 0.2.2-4 +- rebuild for 7.3.0alpha4 new ABI + * Wed Jun 27 2018 Remi Collet - 0.2.2-3 - add upstream patches for PHP 7.3 and patch from https://github.com/bwoebi/php-uv/pull/60/files -- cgit