From 453f996c5511c033b557f9d8bb011f34f51255a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 12:11:42 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-env.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-pecl-env.spec b/php-pecl-env.spec index d757f92..61956d1 100644 --- a/php-pecl-env.spec +++ b/php-pecl-env.spec @@ -22,7 +22,7 @@ Summary: Load environment variables Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.2.1 -Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{pecl_name} @@ -68,9 +68,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 @@ -232,6 +236,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet - 0.2.1-8 +- rebuild for 7.4.0RC1 + * Thu Aug 16 2018 Remi Collet - 0.2.1-7 - rebuild for 7.3.0beta2 new ABI -- cgit