summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-11-07 16:22:01 +0100
committerRemi Collet <remi@php.net>2023-11-07 16:22:01 +0100
commit8c70b76e03f5da0bd4d313ad8c2ace08b9a61e0d (patch)
treea059821d252a79d2f09578bacf4ecae14eb175f7
parent4ceb04df41db716997964af59eb285d9a2f547d9 (diff)
update to 8.2.13RC1
use oracle client library version 21.12 on x86_64 use ICU 73.2
-rw-r--r--failed.txt20
-rw-r--r--php.spec17
2 files changed, 22 insertions, 15 deletions
diff --git a/failed.txt b/failed.txt
index 2c7a5d3..14649b5 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,18 +1,20 @@
-===== 8.2.12 (2023-10-26)
+===== 8.2.13RC1 (2023-11-08)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl82el7x/build.log:Tests failed : 0
-/var/lib/mock/scl82el8a/build.log:Tests failed : 0
-/var/lib/mock/scl82el8x/build.log:Tests failed : 0
-/var/lib/mock/scl82el9a/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 : 2
-/var/lib/mock/scl82fc39a/build.log:Tests failed : 2
-/var/lib/mock/scl82fc39x/build.log:Tests failed : 2
+/var/lib/mock/scl82el8a/build.log:Tests failed : 1
+/var/lib/mock/scl82el8x/build.log:Tests failed : 1
+/var/lib/mock/scl82el9a/build.log:Tests failed : 2
+/var/lib/mock/scl82el9x/build.log:Tests failed : 2
+/var/lib/mock/scl82fc37x/build.log:Tests failed : 2
+/var/lib/mock/scl82fc38x/build.log:Tests failed : 3
+/var/lib/mock/scl82fc39a/build.log:Tests failed : 3
+/var/lib/mock/scl82fc39x/build.log:Tests failed : 3
+all
+ 3 GH-11374 (PCRE regular expression without JIT enabled gives different result) [ext/pcre/tests/gh11374.phpt]
el9a, el9x, fc37x,
3 GH-11956 (PCRE regular expressions with JIT enabled gives different result) [ext/pcre/tests/gh11956.phpt]
fc38x, fc39a, fc39x:
diff --git a/php.spec b/php.spec
index 21811c4..8fba0f6 100644
--- a/php.spec
+++ b/php.spec
@@ -54,7 +54,7 @@
%global oraclelib 19.1
%global oracledir 19.19
%else
-%global oraclever 21.11
+%global oraclever 21.12
%global oraclelib 21.1
%global oracledir 21
%endif
@@ -129,8 +129,8 @@
#global gh_date 20220530
%global gh_owner php
%global gh_project php-src
-%global upver 8.2.12
-#global rcver RC1
+%global upver 8.2.13
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -834,9 +834,9 @@ Summary: Internationalization extension for PHP applications
# All files licensed under PHP version 3.01
License: PHP-3.01
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
-BuildRequires: pkgconfig(icu-i18n) >= 72
-BuildRequires: pkgconfig(icu-io) >= 72
-BuildRequires: pkgconfig(icu-uc) >= 72
+BuildRequires: pkgconfig(icu-i18n) >= 73
+BuildRequires: pkgconfig(icu-io) >= 73
+BuildRequires: pkgconfig(icu-uc) >= 73
%description intl
The %{?scl_prefix}php-intl package contains a dynamic shared object that will add
@@ -1862,6 +1862,11 @@ fi
%changelog
+* Tue Nov 7 2023 Remi Collet <remi@remirepo.net> - 8.2.13~RC1-1
+- update to 8.2.13RC1
+- use oracle client library version 21.12 on x86_64
+- use ICU 73.2
+
* Wed Oct 25 2023 Remi Collet <remi@remirepo.net> - 8.2.12-1
- Update to 8.2.12 - http://www.php.net/releases/8_2_12.php