summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-26 14:42:05 +0200
committerRemi Collet <remi@php.net>2023-09-26 14:42:05 +0200
commit7b8acfb092802700d7be861c0640ad1fbf97d2ca (patch)
treeca54bd0ebc8ab869539006bb6a449c33e0480778
parentcafcb5c47b85fbce0b5f028480f3a17896f13f6e (diff)
Update to 8.2.11 - http://www.php.net/releases/8_2_11.php
-rw-r--r--failed.txt5
-rw-r--r--php-7.2.0-oci8conf.patch24
-rw-r--r--php82.spec7
3 files changed, 10 insertions, 26 deletions
diff --git a/failed.txt b/failed.txt
index a99a7f4..32ab37f 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,12 +1,15 @@
-===== 8.2.11RC1 (2023-09-14)
+===== 8.2.11 (2023-09-26)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el7x82/build.log:Tests failed : 0
+/var/lib/mock/el8a82/build.log:Tests failed : 0
/var/lib/mock/el8x82/build.log:Tests failed : 0
+/var/lib/mock/el9a82/build.log:Tests failed : 0
/var/lib/mock/el9x82/build.log:Tests failed : 0
/var/lib/mock/fc37x82/build.log:Tests failed : 0
/var/lib/mock/fc38x82/build.log:Tests failed : 2
+/var/lib/mock/fc39a82/build.log:Tests failed : 2
/var/lib/mock/fc39x82/build.log:Tests failed : 2
diff --git a/php-7.2.0-oci8conf.patch b/php-7.2.0-oci8conf.patch
index 0ad16a1..d026575 100644
--- a/php-7.2.0-oci8conf.patch
+++ b/php-7.2.0-oci8conf.patch
@@ -10,26 +10,4 @@ diff -up ./ext/ldap/php_ldap.h.remi-oci8 ./ext/ldap/php_ldap.h
extern zend_module_entry ldap_module_entry;
#define ldap_module_ptr &ldap_module_entry
-diff -up ./ext/oci8/config.m4.remi-oci8 ./ext/oci8/config.m4
---- ./ext/oci8/config.m4.remi-oci8 2017-06-20 15:45:39.000000000 +0200
-+++ ./ext/oci8/config.m4 2017-06-20 16:55:01.640203868 +0200
-@@ -372,6 +372,7 @@ if test "$PHP_OCI8" != "no"; then
-
- dnl Header directory for Instant Client SDK RPM install
- OCISDKRPMINC=`echo "$PHP_OCI8_INSTANT_CLIENT" | $PHP_OCI8_SED -e 's!^/usr/lib/oracle/\(.*\)/client\('${PHP_OCI8_IC_LIBDIR_SUFFIX}'\)*/lib[/]*$!/usr/include/oracle/\1/client\2!'`
-+ OCISDKRPMINC=`echo "$PHP_OCI8_INSTANT_CLIENT" | $PHP_OCI8_SED -e 's!^/usr/\(lib64\|lib\)/oracle/\(.*\)/\(client64\|client\)/lib[/]*$!/usr/include/oracle/\2/\3!'`
-
- dnl Header directory for Instant Client SDK zip file install
- OCISDKZIPINC=$PHP_OCI8_INSTANT_CLIENT/sdk/include
-diff -up ./ext/pdo_oci/config.m4.remi-oci8 ./ext/pdo_oci/config.m4
---- ./ext/pdo_oci/config.m4.remi-oci8 2017-06-20 16:55:01.640203868 +0200
-+++ ./ext/pdo_oci/config.m4 2017-06-20 17:16:03.053538358 +0200
-@@ -93,7 +93,7 @@ if test "$PHP_PDO_OCI" != "no"; then
-
- AC_MSG_CHECKING([for oci.h])
- dnl Header directory for Instant Client SDK RPM install
-- OCISDKRPMINC=`echo "$PDO_OCI_LIB_DIR" | $PHP_PDO_OCI_SED -e 's!^\(.*\)/lib/oracle/\(.*\)/\('${PDO_OCI_CLIENT_DIR}'\)/lib[/]*$!\1/include/oracle/\2/\3!'`
-+ OCISDKRPMINC=`echo "$PDO_OCI_LIB_DIR" | $PHP_PDO_OCI_SED -e 's!^\(.*\)/\(lib64\|lib\)/oracle/\(.*\)/\('${PDO_OCI_CLIENT_DIR}'\)/lib[/]*$!\1/include/oracle/\3/\4!'`
-
- dnl Header directory for manual installation
- OCISDKMANINC=`echo "$PDO_OCI_LIB_DIR" | $PHP_PDO_OCI_SED -e 's!^\(.*\)/lib[/]*$!\1/include!'`
+
diff --git a/php82.spec b/php82.spec
index 3c1b46b..6186dbc 100644
--- a/php82.spec
+++ b/php82.spec
@@ -121,12 +121,12 @@
%bcond_with zip
%global upver 8.2.11
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -2200,6 +2200,9 @@ fi
%changelog
+* Tue Sep 26 2023 Remi Collet <remi@remirepo.net> - 8.2.11-1
+- Update to 8.2.11 - http://www.php.net/releases/8_2_11.php
+
* Thu Sep 21 2023 Remi Collet <remi@remirepo.net> - 8.2.11~RC1-2
- use oracle client library version 19.19 on aarch64
- use official Oracle Instant Client RPM