diff options
author | Remi Collet <remi@remirepo.net> | 2023-10-11 10:22:43 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-10-11 10:22:43 +0200 |
commit | cebd71a71f321669783d0dba7e39d9d23e7328c1 (patch) | |
tree | 7724ed9e3d7542fb604d5dbf9ed02ef3833a9f2e /php.spec | |
parent | cb0bacd44073582a1a816357923bd7dc59afce4f (diff) |
update to 8.1.25RC1
add internal UTC if tzdata is missing
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -129,8 +129,8 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php @@ -183,7 +183,7 @@ Patch10: php-7.0.7-curl.patch # Use system nikic/php-parser Patch41: php-8.1.0-parser.patch # use system tzdata -Patch43: php-8.1.0-systzdata-v23.patch +Patch43: php-8.1.0-systzdata-v24.patch # See http://bugs.php.net/53436 Patch44: php-7.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -1862,6 +1862,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 |