From cee85b425836a4b2a4184ce326194cc0ec7601aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Jun 2019 11:54:28 +0200 Subject: v0.1.2 --- php-pecl-sandbox.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-sandbox.spec') diff --git a/php-pecl-sandbox.spec b/php-pecl-sandbox.spec index 77cc2d5..cb9f2a4 100644 --- a/php-pecl-sandbox.spec +++ b/php-pecl-sandbox.spec @@ -13,7 +13,7 @@ Summary: Isolated environment Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -42,9 +42,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 @@ -189,6 +193,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jun 14 2019 Remi Collet - 0.1.2-1 +- update to 0.1.2 + * Wed Jan 16 2019 Remi Collet - 0.1.1-1 - update for official release -- cgit