summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-17 07:43:31 +0200
committerRemi Collet <remi@php.net>2022-08-17 07:43:31 +0200
commit089210a62aaac786c153942b58ea627475c31b48 (patch)
tree3a469ec187bc6fd7ed1be4ce46e63e00877a536c /php.spec
parent7273bdea7f845a6460918026d28755da638408ba (diff)
update to 8.2.0beta3
use oracle client library version 21.7 use ICU 71.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 f5cc509..639b458 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
@@ -123,13 +123,13 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.2.0
-%global rcver beta2
+%global rcver beta3
%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
Version: %{upver}%{?rcver:~%{lower}}%{?gh_date:.%{gh_date}}
-Release: 10%{?dist}
+Release: 11%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -818,9 +818,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
@@ -1844,6 +1844,11 @@ fi
%changelog
+* Wed Aug 17 2022 Remi Collet <remi@remirepo.net> - 8.2.0~beta3-11
+- update to 8.2.0beta3
+- use oracle client library version 21.7
+- use ICU 71.1
+
* Tue Aug 2 2022 Remi Collet <remi@remirepo.net> - 8.2.0~beta2-10
- update to 8.2.0beta2