summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-25 17:42:45 +0200
committerRemi Collet <remi@php.net>2023-04-25 17:42:45 +0200
commit2394c9fc2d83d16cb3cd6d1729e7ff2dadd724ac (patch)
treea3e51b76055488d62af04f4ad21e76a8f1993414 /php.spec
parentf660e15be5cae00cc963bdab60201bf7749c7c0f (diff)
update to 8.1.19RC1
use oracle client library version 21.10 use ICU 72.1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec17
1 files changed, 11 insertions, 6 deletions
diff --git a/php.spec b/php.spec
index e159045..58c03be 100644
--- a/php.spec
+++ b/php.spec
@@ -49,7 +49,7 @@
%global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock)
-%global oraclever 21.8
+%global oraclever 21.10
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -122,8 +122,8 @@
#global gh_date 20210809
%global gh_owner php
%global gh_project php-src
-%global upver 8.1.18
-#global rcver RC1
+%global upver 8.1.19
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -821,9 +821,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) >= 71
-BuildRequires: pkgconfig(icu-io) >= 71
-BuildRequires: pkgconfig(icu-uc) >= 71
+BuildRequires: pkgconfig(icu-i18n) >= 72
+BuildRequires: pkgconfig(icu-io) >= 72
+BuildRequires: pkgconfig(icu-uc) >= 72
%description intl
The %{?scl_prefix}php-intl package contains a dynamic shared object that will add
@@ -1853,6 +1853,11 @@ fi
%changelog
+* Tue Apr 25 2023 Remi Collet <remi@remirepo.net> - 8.1.19~RC1-1
+- update to 8.1.19RC1
+- use oracle client library version 21.10
+- use ICU 72.1
+
* Wed Apr 12 2023 Remi Collet <remi@remirepo.net> - 8.1.18-1
- Update to 8.1.18 - http://www.php.net/releases/8_1_18.php