summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-16 09:39:34 +0200
committerRemi Collet <remi@php.net>2022-08-16 09:39:34 +0200
commitc25d145d18ac0aa485abe4fa7daaf8502dc60b64 (patch)
tree638ff5cda87ab6f16974b39ba3314c845e861b47 /php.spec
parent21d03ba80f6bad0f8469104823969c9b925db322 (diff)
use libicu version 71.1
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php.spec b/php.spec
index 258034a..cdee999 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.6
+%global oraclever 21.7
%global oraclelib 21.1
# Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests
@@ -120,7 +120,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -812,9 +812,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) >= 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
%description intl
The %{?scl_prefix}php-intl package contains a dynamic shared object that will add
@@ -1847,6 +1847,9 @@ fi
%changelog
+* Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 8.0.22-2
+- use libicu version 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