summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-12 14:55:30 +0200
committerRemi Collet <remi@php.net>2023-09-12 14:55:30 +0200
commit937d5c26430809b3dd437b9f60d57eaee1366bf3 (patch)
tree5a8d23b66c7510e905dde3ceb67c787feeb4ddbf /php.spec
parentff4ad90baa10008acc8e946aac3c94c721c1a0e8 (diff)
update to 8.3.0RC2
use oracle client library version 21.11
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php.spec b/php.spec
index 4f2c671..b315798 100644
--- a/php.spec
+++ b/php.spec
@@ -49,7 +49,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
@@ -123,7 +123,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.0
-%global rcver RC1
+%global rcver RC2
%global rclower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
# TODO set PHP_EXTRA_VERSION for EOL version
@@ -180,6 +180,7 @@ Patch41: php-8.3.0-parser.patch
# use system tzdata
Patch43: php-8.1.0-systzdata-v23.patch
# See http://bugs.php.net/53436
+# + display PHP version backported from 8.4
Patch44: php-7.4.0-phpize.patch
# Use -lldap_r for OpenLDAP
Patch45: php-7.4.0-ldap_r.patch
@@ -204,7 +205,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
@@ -986,7 +986,6 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch -P300 -p1 -b .datetests
# WIP patch
-%patch -P400 -p1 -R -b .dtrace
# Prevent %%doc confusion over LICENSE files
cp Zend/LICENSE ZEND_LICENSE
@@ -1864,6 +1863,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