diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 29 |
1 files changed, 24 insertions, 5 deletions
@@ -131,7 +131,7 @@ #global gh_date 20220530 %global gh_owner php %global gh_project php-src -%global upver 8.2.23 +%global upver 8.2.26 %global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -194,7 +194,7 @@ Patch45: php-7.4.0-ldap_r.patch Patch46: php-8.0.7-argon2.patch # drop "Configure command" from phpinfo output # and only use gcc (instead of full version) -Patch47: php-8.1.0-phpinfo.patch +Patch47: php-8.2.25-phpinfo.patch # RC Patch Patch91: php-7.2.0-oci8conf.patch @@ -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,25 @@ fi %changelog +* Wed Nov 6 2024 Remi Collet <remi@remirepo.net> - 8.2.26~RC1-1 +- update to 8.2.26RC1 + +* Wed Oct 23 2024 Remi Collet <remi@remirepo.net> - 8.2.25-1 +- Update to 8.2.25 - http://www.php.net/releases/8_2_25.php + +* Wed Oct 9 2024 Remi Collet <remi@remirepo.net> - 8.2.25~RC1-1 +- update to 8.2.25RC1 + +* Wed Sep 25 2024 Remi Collet <remi@remirepo.net> - 8.2.24-1 +- Update to 8.2.24 - http://www.php.net/releases/8_2_24.php + +* 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 + * Wed Aug 14 2024 Remi Collet <remi@remirepo.net> - 8.2.23~RC1-1 - update to 8.2.23RC1 |