summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-17 06:48:27 +0200
committerRemi Collet <remi@php.net>2022-08-17 06:48:27 +0200
commit2c553e926938cb7eee371b9ed5e8a5eafbd8c1cd (patch)
treeda2b4d02ca81f171c00542ead04f9e3344355aac /php81.spec
parent1a91238680ff47e741c3524701697368b18754a5 (diff)
update to 8.1.10RC1
use oracle client library version 21.7 use ICU 71.1
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec19
1 files changed, 12 insertions, 7 deletions
diff --git a/php81.spec b/php81.spec
index b7a89a9..3eacec1 100644
--- a/php81.spec
+++ b/php81.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
@@ -107,9 +107,9 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.1.9
-#global rcver RC1
-#global lower RC1
+%global upver 8.1.10
+%global rcver RC1
+%global lower RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -1020,9 +1020,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
@@ -2173,6 +2173,11 @@ fi
%changelog
+* Wed Aug 17 2022 Remi Collet <remi@remirepo.net> - 8.1.10~RC1-1
+- update to 8.1.10RC1
+- use oracle client library version 21.7
+- use ICU 71.1
+
* Tue Aug 2 2022 Remi Collet <remi@remirepo.net> - 8.1.9-1
- Update to 8.1.9 - http://www.php.net/releases/8_1_9.php