From d3ab32748bfcf244aa05a268246c5285f7bc761f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 12:48:17 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-luasandbox.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-luasandbox.spec') diff --git a/php-pecl-luasandbox.spec b/php-pecl-luasandbox.spec index 212d8d9..51edf15 100644 --- a/php-pecl-luasandbox.spec +++ b/php-pecl-luasandbox.spec @@ -26,7 +26,7 @@ Summary: Lua interpreter with limits and safe environment Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 3.0.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{proj_name} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -73,9 +73,13 @@ 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: php73-pecl-%{pecl_name} <= %{version} Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{pecl_name} <= %{version} +Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -235,6 +239,9 @@ fi %changelog +* Tue Jul 23 2019 Remi Collet - 3.0.3-3 +- rebuild for 7.4.0beta1 + * Thu Jan 17 2019 Remi Collet - 3.0.3-2 - ignore 1 test with erratic results -- cgit