summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-27 07:46:45 +0200
committerRemi Collet <remi@php.net>2024-09-27 07:46:45 +0200
commite444aad3f23845f09d429bdd40123592eb376cb6 (patch)
tree71d8fee971d5f8b9c33f2a35d5bc640b3c82c354
parent8efac1d39071e3ebaebcb0ef6bfd380aa73c6c17 (diff)
Update to 8.1.30 - http://www.php.net/releases/8_1_30.phpHEADv8.1.30master
use ICU 74.2
-rw-r--r--failed.txt6
-rw-r--r--php.spec18
2 files changed, 14 insertions, 10 deletions
diff --git a/failed.txt b/failed.txt
index 7d1aa3b..2928b52 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,17 +1,17 @@
-===== 8.1.29 (2024-06-06)
+===== 8.1.30 (2024-09-26)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/scl81el7x/build.log:Tests failed : 0
/var/lib/mock/scl81el8a/build.log:Tests failed : 2
/var/lib/mock/scl81el8x/build.log:Tests failed : 2
/var/lib/mock/scl81el9a/build.log:Tests failed : 2
/var/lib/mock/scl81el9x/build.log:Tests failed : 2
-/var/lib/mock/scl81fc38x/build.log:Tests failed : 2
/var/lib/mock/scl81fc39a/build.log:Tests failed : 2
/var/lib/mock/scl81fc39x/build.log:Tests failed : 2
/var/lib/mock/scl81fc40a/build.log:Tests failed : 3
/var/lib/mock/scl81fc40x/build.log:Tests failed : 3
+/var/lib/mock/scl81fc41a/build.log:Tests failed : 3
+/var/lib/mock/scl81fc41x/build.log:Tests failed : 3
all:
diff --git a/php.spec b/php.spec
index a8ef3b7..febaa57 100644
--- a/php.spec
+++ b/php.spec
@@ -50,10 +50,10 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
%ifarch aarch64
-%global oraclever 19.23
+%global oraclever 19.24
%global oraclemax 20
%global oraclelib 19.1
-%global oracledir 19.23
+%global oracledir 19.24
%else
%global oraclever 23.5
%global oraclemax 24
@@ -131,12 +131,12 @@
#global gh_date 20210809
%global gh_owner php
%global gh_project php-src
-%global upver 8.1.29
+%global upver 8.1.30
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
@@ -839,9 +839,9 @@ Summary: Internationalization extension for PHP applications
# All files licensed under PHP version 3.01
License: PHP
Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}
-BuildRequires: pkgconfig(icu-i18n) >= 73
-BuildRequires: pkgconfig(icu-io) >= 73
-BuildRequires: pkgconfig(icu-uc) >= 73
+BuildRequires: pkgconfig(icu-i18n) >= 74
+BuildRequires: pkgconfig(icu-io) >= 74
+BuildRequires: pkgconfig(icu-uc) >= 74
%description intl
The %{?scl_prefix}php-intl package contains a dynamic shared object that will add
@@ -1871,6 +1871,10 @@ fi
%changelog
+* Fri Sep 27 2024 Remi Collet <remi@remirepo.net> - 8.1.30-1
+- Update to 8.1.30 - http://www.php.net/releases/8_1_30.php
+- use ICU 74.2
+
* Wed Jul 31 2024 Remi Collet <remi@remirepo.net> - 8.1.29-2
- use oracle client library version 23.5 on x86_64