From 927b9f6dbffc56fb23dc9cf322b16cb5e98b9433 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2020 08:15:53 +0100 Subject: update to 8.0.0 GA --- php80.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index 49eedfd..ad1f906 100644 --- a/php80.spec +++ b/php80.spec @@ -90,13 +90,13 @@ %bcond_with zip %global upver 8.0.0 -%global rcver RC5 -%global lower rc5 +#global rcver RC5 +#global lower rc5 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -Release: 9%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -375,7 +375,9 @@ Provides: php-hash, php-hash%{?_isa} Provides: php-mhash = %{version}, php-mhash%{?_isa} = %{version} Provides: php-iconv, php-iconv%{?_isa} Obsoletes: php-json < 8 -Provides: php-json = %{upver}, %{?scl_prefix}php-json%{?_isa} = %{upver} +Obsoletes: php-pecl-json < 8 +Obsoletes: php-pecl-jsonc < 8 +Provides: php-json = %{upver}, php-json%{?_isa} = %{upver} Provides: php-libxml, php-libxml%{?_isa} Provides: php-openssl, php-openssl%{?_isa} Provides: php-phar, php-phar%{?_isa} @@ -2138,6 +2140,9 @@ fi %changelog +* Wed Nov 25 2020 Remi Collet - 8.0.0-1 +- update to 8.0.0 GA + * Wed Nov 18 2020 Remi Collet - 8.0.0~rc5-9 - update to 8.0.0RC5 - use oracle client library version 19.9 -- cgit