diff options
Diffstat (limited to 'php83.spec')
| -rw-r--r-- | php83.spec | 13 | 
1 files changed, 8 insertions, 5 deletions
| @@ -24,7 +24,7 @@  %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.10 +%global oraclever 21.11  %global oraclelib 21.1  # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -110,7 +110,7 @@  %bcond_with            zip  %global upver          8.3.0 -%global rcver          RC1 +%global rcver          RC2  # TODO set PHP_EXTRA_VERSION for EOL version  Summary: PHP scripting language for creating dynamic web sites @@ -164,6 +164,7 @@ Patch41: php-8.3.0-parser.patch  # use system tzdata  Patch42: php-8.1.0-systzdata-v23.patch  # See http://bugs.php.net/53436 +# + display PHP version backported from 8.4  Patch43: php-7.4.0-phpize.patch  # Use -lldap_r for OpenLDAP  Patch45: php-7.4.0-ldap_r.patch @@ -188,7 +189,6 @@ Patch91: php-7.2.0-oci8conf.patch  Patch300: php-7.4.0-datetests.patch  # WIP -Patch400: php-dtrace.patch  BuildRequires: gnupg2  BuildRequires: bzip2-devel @@ -494,7 +494,7 @@ Obsoletes: php74-devel, php74w-devel  Obsoletes: php80-devel  %endif  %if 0%{?fedora} || 0%{?rhel} >= 8 -Recommends: php-nikic-php-parser4 >= 4.15.1 +Recommends: php-nikic-php-parser5 >= 5.0.0~alpha3  %endif  %description devel @@ -1206,7 +1206,6 @@ in pure PHP.  %endif  # WIP patch -%patch -P400 -p1 -R -b .dtrace  # Prevent %%doc confusion over LICENSE files  cp Zend/LICENSE ZEND_LICENSE @@ -2208,6 +2207,10 @@ fi  %changelog +* Tue Sep 12 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc2-1 +- update to 8.3.0RC2 +- use oracle client library version 21.11 +  * Tue Aug 29 2023 Remi Collet <remi@remirepo.net> - 8.3.0~rc1-1  - update to 8.3.0RC1  - bump to final API/ABI | 
