diff options
Diffstat (limited to 'php80.spec')
| -rw-r--r-- | php80.spec | 13 | 
1 files changed, 9 insertions, 4 deletions
| @@ -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 <remi@remirepo.net> - 8.0.0-1 +- update to 8.0.0 GA +  * Wed Nov 18 2020 Remi Collet <remi@remirepo.net> - 8.0.0~rc5-9  - update to 8.0.0RC5  - use oracle client library version 19.9 | 
