summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-17 14:43:10 +0200
committerRemi Collet <remi@php.net>2022-08-17 14:43:10 +0200
commitef81c7784408610fffebfa4281e5fe24d19c1022 (patch)
tree80ba873e7b72319176bed70d7e4e422557ffed39
parentc25d145d18ac0aa485abe4fa7daaf8502dc60b64 (diff)
update to 8.0.23RC1
use oracle client library version 21.7 use ICU 71.1
-rw-r--r--failed.txt3
-rw-r--r--php.spec16
2 files changed, 10 insertions, 9 deletions
diff --git a/failed.txt b/failed.txt
index 16c5e88..d03ede0 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,11 +1,10 @@
-===== 8.0.22 (2022-08-04)
+===== 8.0.23RC1 (2022-08-18)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl80el7x/build.log:Tests failed : 0
/var/lib/mock/scl80el8x/build.log:Tests failed : 1
/var/lib/mock/scl80el9x/build.log:Tests failed : 0
-/var/lib/mock/scl80fc34x/build.log:Tests failed : 0
/var/lib/mock/scl80fc35x/build.log:Tests failed : 0
/var/lib/mock/scl80fc36x/build.log:Tests failed : 0
diff --git a/php.spec b/php.spec
index cdee999..a12b6cb 100644
--- a/php.spec
+++ b/php.spec
@@ -114,13 +114,13 @@
#global gh_date 20200615
%global gh_owner php
%global gh_project php-src
-%global upver 8.0.22
-#global rcver RC1
+%global upver 8.0.23
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-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
@@ -997,8 +997,8 @@ mkdir \
# ----- Manage known as failed test -------
# affected by systzdata patch
rm ext/date/tests/timezone_location_get.phpt
-%if 0%{?fedora} < 28
-# need tzdata 2018i
+%if 0%{?fedora} < 36
+# need tzdata 2022b
rm ext/date/tests/bug33414-1.phpt
rm ext/date/tests/bug33415-2.phpt
rm ext/date/tests/date_modify-1.phpt
@@ -1847,8 +1847,10 @@ fi
%changelog
-* Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 8.0.22-2
-- use libicu version 71.1
+* Wed Aug 17 2022 Remi Collet <remi@remirepo.net> - 8.0.23~RC1-1
+- update to 8.0.23RC1
+- use oracle client library version 21.7
+- use ICU 71.1
* Tue Aug 2 2022 Remi Collet <remi@remirepo.net> - 8.0.22-1
- Update to 8.0.22 - http://www.php.net/releases/8_0_22.php