summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-11 08:24:03 +0200
committerRemi Collet <remi@php.net>2024-09-11 08:24:03 +0200
commit06e4f7978a78362103b87cd216cc64260310d812 (patch)
tree5ff4cd47f48abe2a3d25fd1679d857e2aa3d6c8e /php.spec
parentc0cc906441b7e41743bc3639ac85622360b68bca (diff)
update to 8.2.24RC1HEADmaster
use ICU 74.2
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php.spec b/php.spec
index 16583c0..3742104 100644
--- a/php.spec
+++ b/php.spec
@@ -131,8 +131,8 @@
#global gh_date 20220530
%global gh_owner php
%global gh_project php-src
-%global upver 8.2.23
-#global rcver RC1
+%global upver 8.2.24
+%global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: %{?scl_prefix}php
@@ -839,9 +839,9 @@ Summary: Internationalization extension for PHP applications
# All files licensed under PHP version 3.01
License: PHP-3.01
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
@@ -1867,6 +1867,10 @@ fi
%changelog
+* Wed Sep 11 2024 Remi Collet <remi@remirepo.net> - 8.2.24~RC1-1
+- update to 8.2.24RC1
+- use ICU 74.2
+
* Wed Aug 28 2024 Remi Collet <remi@remirepo.net> - 8.2.23-1
- Update to 8.2.23 - http://www.php.net/releases/8_2_23.php