summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-31 08:14:29 +0100
committerRemi Collet <remi@php.net>2024-01-31 08:14:29 +0100
commit3682a37dfb2310e7613fb825572190d8a6ecb9ac (patch)
tree71d9865fc51f453c31ea24b928dd0c07bff46f78
parentd444471eda9ca52ebb242e2531eb31b5c891c471 (diff)
update to 8.3.3RC1
-rw-r--r--failed.txt2
-rw-r--r--php-8.3.3-parser.patch (renamed from php-8.3.0-parser.patch)2
-rw-r--r--php83.spec11
3 files changed, 9 insertions, 6 deletions
diff --git a/failed.txt b/failed.txt
index 954e622..9847927 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.3.2 (2024-01-18)
+===== 8.3.3RC1 (2024-02-01)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
diff --git a/php-8.3.0-parser.patch b/php-8.3.3-parser.patch
index 27ff2f1..49f7d5e 100644
--- a/php-8.3.0-parser.patch
+++ b/php-8.3.3-parser.patch
@@ -11,6 +11,6 @@ diff -up ./build/gen_stub.php.syslib ./build/gen_stub.php
+ return;
+ }
+
- $version = "5.0.0alpha3";
+ $version = "5.0.0";
$phpParserDir = __DIR__ . "/PHP-Parser-$version";
if (!is_dir($phpParserDir)) {
diff --git a/php83.spec b/php83.spec
index cb63b69..4f9b096 100644
--- a/php83.spec
+++ b/php83.spec
@@ -120,8 +120,8 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.3.2
-#global rcver RC1
+%global upver 8.3.3
+%global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -171,7 +171,7 @@ Patch10: php-8.2.0-curl.patch
# Functional changes
# Use system nikic/php-parser
-Patch41: php-8.3.0-parser.patch
+Patch41: php-8.3.3-parser.patch
# use system tzdata
Patch42: php-8.3.0-systzdata-v24.patch
# See http://bugs.php.net/53436
@@ -508,7 +508,7 @@ Obsoletes: php74-devel, php74w-devel
Obsoletes: php80-devel
%endif
%if 0%{?fedora} || 0%{?rhel} >= 8
-Recommends: php-nikic-php-parser5 >= 5.0.0~alpha3
+Recommends: php-nikic-php-parser5 >= 5.0.0
%endif
%description devel
@@ -2212,6 +2212,9 @@ fi
%changelog
+* Wed Jan 31 2024 Remi Collet <remi@remirepo.net> - 8.3.2~RC1-1
+- update to 8.3.3RC1
+
* Tue Jan 16 2024 Remi Collet <remi@remirepo.net> - 8.3.2-1
- Update to 8.3.2 - http://www.php.net/releases/8_3_2.php