From 934ac713c6508ca29cd9117d2cb29f4412975b58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Oct 2023 09:26:48 +0200 Subject: update to 8.2.12RC1 add internal UTC if tzdata is missing --- php82.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php82.spec') diff --git a/php82.spec b/php82.spec index 6186dbc..dd908f9 100644 --- a/php82.spec +++ b/php82.spec @@ -120,8 +120,8 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.11 -#global rcver RC1 +%global upver 8.2.12 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -172,7 +172,7 @@ Patch10: php-8.2.0-curl.patch # Use system nikic/php-parser Patch41: php-8.2.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 @@ -2200,6 +2200,10 @@ fi %changelog +* Wed Oct 11 2023 Remi Collet - 8.2.12~RC1-1 +- update to 8.2.12RC1 +- add internal UTC if tzdata is missing + * Tue Sep 26 2023 Remi Collet - 8.2.11-1 - Update to 8.2.11 - http://www.php.net/releases/8_2_11.php -- cgit