diff options
| author | Remi Collet <remi@remirepo.net> | 2023-10-11 10:28:09 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-10-11 10:28:09 +0200 | 
| commit | 8105cb7879d55a602fb36062db78f25f02b15522 (patch) | |
| tree | ba425086f908e44bbc2b6aa6c7844f4418c0a3b8 /php81.spec | |
| parent | cd92953b5ab540f7df0a98163a95f757ae33a526 (diff) | |
update to 8.1.25RC1
add internal UTC if tzdata is missing
Diffstat (limited to 'php81.spec')
| -rw-r--r-- | php81.spec | 10 | 
1 files changed, 7 insertions, 3 deletions
| @@ -120,8 +120,8 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.1.24 -#global rcver          RC1 +%global upver          8.1.25 +%global rcver          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -172,7 +172,7 @@ Patch10: php-7.0.7-curl.patch  # Use system nikic/php-parser  Patch41: php-8.1.0-parser.patch  # use system tzdata -Patch42: php-8.1.0-systzdata-v23.patch +Patch42: php-8.1.0-systzdata-v24.patch  # See http://bugs.php.net/53436  Patch43: php-7.4.0-phpize.patch  # Use -lldap_r for OpenLDAP @@ -2199,6 +2199,10 @@ fi  %changelog +* Wed Oct 11 2023 Remi Collet <remi@remirepo.net> - 8.1.25~RC1-1 +- update to 8.1.25RC1 +- add internal UTC if tzdata is missing +  * Wed Sep 27 2023 Remi Collet <remi@remirepo.net> - 8.1.24-1  - Update to 8.1.24 - http://www.php.net/releases/8_1_24.php | 
