summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-30 10:56:41 +0200
committerRemi Collet <remi@remirepo.net>2020-09-30 10:56:41 +0200
commit82a1eddb0357ebd30070ce3f74a0048eba21ded0 (patch)
treef4a5bef82a2e05fd68eb6cfd0c6fd99877dd2b9b
parentdffb4618fc88ebde5d47f1166eaa893fd167bd65 (diff)
rebuild for PHP 8.0.0RC1
-rw-r--r--php-pecl-json-post.spec14
1 files 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 <remi@remirepo.net> - 1.0.2-4
+- rebuild for PHP 8.0.0RC1
+
* Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 1.0.2-3
- rebuild for PHP 8.0.0beta3