summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-12 08:57:10 +0100
committerRemi Collet <remi@php.net>2022-12-12 08:57:10 +0100
commit0484616a952dec5d49d1638791b076ec73e9bb0f (patch)
tree928f0bdb63fc2d7264fb35c3b4e871dfa1c5882b
parenta9242ed73b8aeb23a81d1f22055f9bb6d461f7b9 (diff)
update to 8.1.14RC1
use oracle client library version 21.8
-rw-r--r--failed.txt6
-rw-r--r--php.spec10
2 files changed, 9 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index 7e8ff58..e9e1114 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,17 +1,15 @@
-===== 8.1.13 (2022-11-24)
+===== 8.1.14RC1 (2022-12-15)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl81el7x/build.log:Tests failed : 0
-/var/lib/mock/scl81el8x/build.log:Tests failed : 1
+/var/lib/mock/scl81el8x/build.log:Tests failed : 0
/var/lib/mock/scl81el9x/build.log:Tests failed : 0
/var/lib/mock/scl81fc35x/build.log:Tests failed : 0
/var/lib/mock/scl81fc36x/build.log:Tests failed : 0
/var/lib/mock/scl81fc37x/build.log:Tests failed : 0
-el8x:
- 5 ext/standard/tests/strings/setlocale_variation2.phpt
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index 040cbcc..f5aa9ac 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.7
+%global oraclever 21.8
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -122,8 +122,8 @@
#global gh_date 20210809
%global gh_owner php
%global gh_project php-src
-%global upver 8.1.13
-#global rcver RC1
+%global upver 8.1.14
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -1847,6 +1847,10 @@ fi
%changelog
+* Mon Dec 12 2022 Remi Collet <remi@remirepo.net> - 8.1.14~RC1-1
+- update to 8.1.14RC1
+- use oracle client library version 21.8
+
* Tue Nov 22 2022 Remi Collet <remi@remirepo.net> - 8.1.13-1
- Update to 8.1.13 - http://www.php.net/releases/8_1_13.php