From 82a1eddb0357ebd30070ce3f74a0048eba21ded0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 10:56:41 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-json-post.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index 3ddde27..4722f65 100644 --- a/php-pecl-json-post.spec +++ b/php-pecl-json-post.spec @@ -29,7 +29,7 @@ Summary: JSON POST handler Name: %{?sub_prefix}php-pecl-json-post Version: 1.0.2 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -55,17 +55,14 @@ Conflicts: %{?scl_prefix}php-pecl(http) < 2.4 %if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -%if "%{php_version}" > "7.2" -Obsoletes: php72u-pecl-%{pecl_name} <= %{version} -Obsoletes: php72w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.3" 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 +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif @@ -231,6 +228,9 @@ cd ../ZTS %changelog +* Wed Sep 30 2020 Remi Collet - 1.0.2-4 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 2 2020 Remi Collet - 1.0.2-3 - rebuild for PHP 8.0.0beta3 -- cgit