summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-16 17:16:59 +0200
committerRemi Collet <remi@php.net>2023-08-16 17:16:59 +0200
commit320b1e9b7fd7cba88f04c1c8d9382cb68332958d (patch)
treef3436c91a5c8d2232a537c5e4fe3dc8b895973fc
parenta241c146bd96a303a1391f157335b20b35d5a3b1 (diff)
update to 8.3.0beta3
-rw-r--r--failed.txt14
-rw-r--r--php.spec5
2 files changed, 12 insertions, 7 deletions
diff --git a/failed.txt b/failed.txt
index cfe8173..1b27baf 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,14 +1,16 @@
-===== 8.3.0beta2 (2023-08-03)
+===== 8.3.0beta3 (2023-08-17)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/scl82el7x/build.log:Tests failed : 1
-/var/lib/mock/scl82el8x/build.log:Tests failed : 0
-/var/lib/mock/scl82el9x/build.log:Tests failed : 0
-/var/lib/mock/scl82fc37x/build.log:Tests failed : 0
-/var/lib/mock/scl82fc38x/build.log:Tests failed : 2
+/var/lib/mock/scl82el7x/build.log:Tests failed : 2
+/var/lib/mock/scl82el8x/build.log:Tests failed : 1
+/var/lib/mock/scl82el9x/build.log:Tests failed : 1
+/var/lib/mock/scl82fc37x/build.log:Tests failed : 1
+/var/lib/mock/scl82fc38x/build.log:Tests failed : 3
+all:
+ 5 Zend/tests/new_oom.phpt
el7x:
5 ext/standard/tests/directory/bug74589_utf8.phpt
fc38x:
diff --git a/php.spec b/php.spec
index d8c7a67..4733d49 100644
--- a/php.spec
+++ b/php.spec
@@ -123,7 +123,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.0
-%global rcver beta2
+%global rcver beta3
%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
# TODO set PHP_EXTRA_VERSION for EOL version
@@ -1864,6 +1864,9 @@ fi
%changelog
+* Wed Aug 16 2023 Remi Collet <remi@remirepo.net> - 8.3.0~beta3-1
+- update to 8.3.0beta3
+
* Tue Aug 1 2023 Remi Collet <remi@remirepo.net> - 8.3.0~beta2-1
- update to 8.3.0beta2
- revert upstream changes breaking DTrace build