From d40c54974b29d7aacfc89b94f125ce5522578d6d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Aug 2020 08:17:24 +0200 Subject: rebuild for 8.0.0beta1 --- php-pecl-json-post.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-json-post.spec b/php-pecl-json-post.spec index 1c36f07..95c1eb0 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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 @@ -53,7 +53,7 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele # Split off pecl/http Conflicts: %{?scl_prefix}php-pecl(http) < 2.4 -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%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} @@ -231,6 +231,9 @@ cd ../ZTS %changelog +* Wed Aug 5 2020 Remi Collet - 1.0.2-2 +- rebuild for 8.0.0beta1 + * Mon May 25 2020 Remi Collet - 1.0.2-1 - update to 1.0.2 -- cgit