summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-17 14:54:11 +0200
committerRemi Collet <remi@php.net>2022-08-17 14:54:11 +0200
commit777ac303a2330de8538c3dcccbb3894c4185309c (patch)
tree6affa7850788c7535fca511eaebfbc9d8f4fec40
parenta9c38958ccd741bf585ff726f59dd040eda4eccc (diff)
update to 8.0.23RC1
use oracle client library version 21.7 use ICU 71.1
-rw-r--r--failed.txt4
-rw-r--r--php80.spec21
2 files changed, 15 insertions, 10 deletions
diff --git a/failed.txt b/failed.txt
index c069245..079d488 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,13 +1,13 @@
-===== 8.0.22 (2022-08-04)
+===== 8.0.23RC1 (2022-08-18)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el7x80/build.log:Tests failed : 0
/var/lib/mock/el8x80/build.log:Tests failed : 1
/var/lib/mock/el9x80/build.log:Tests failed : 0
-/var/lib/mock/fc34x80/build.log:Tests failed : 0
/var/lib/mock/fc35x/build.log:Tests failed : 0
/var/lib/mock/fc36x80/build.log:Tests failed : 0
+/var/lib/mock/fc37x80/build.log:Tests failed : 0
el8x:
diff --git a/php80.spec b/php80.spec
index 21ee818..3bcfbeb 100644
--- a/php80.spec
+++ b/php80.spec
@@ -24,7 +24,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 21.6
+%global oraclever 21.7
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -100,8 +100,8 @@
%bcond_without libgd
%bcond_with zip
-%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: php
@@ -1018,9 +1018,9 @@ Summary: Internationalization extension for PHP applications
# All files licensed under PHP version 3.01
License: PHP
Requires: php-common%{?_isa} = %{version}-%{release}
-BuildRequires: pkgconfig(icu-i18n) >= 69
-BuildRequires: pkgconfig(icu-io) >= 69
-BuildRequires: pkgconfig(icu-uc) >= 69
+BuildRequires: pkgconfig(icu-i18n) >= 71
+BuildRequires: pkgconfig(icu-io) >= 71
+BuildRequires: pkgconfig(icu-uc) >= 71
%if 0%{?rhel}
Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl
Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl
@@ -1218,8 +1218,8 @@ mkdir build-cgi build-apache build-embedded \
# ----- Manage known as failed test -------
# affected by systzdata patch
rm ext/date/tests/timezone_location_get.phpt
-%if 0%{?fedora} < 29
-# 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
@@ -2181,6 +2181,11 @@ fi
%changelog
+* 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