diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-05 08:17:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-05 08:17:24 +0200 |
commit | d40c54974b29d7aacfc89b94f125ce5522578d6d (patch) | |
tree | 0b9df2f9fb9257ea139c19aaf35284da5ffc9ea8 | |
parent | fe0229dacc766cb40cbe704e1392156eb29864af (diff) |
rebuild for 8.0.0beta1
-rw-r--r-- | php-pecl-json-post.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.0.2-2 +- rebuild for 8.0.0beta1 + * Mon May 25 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1 - update to 1.0.2 |