From c88fb1ccb0b25b1a78fc977bca4dedd438906107 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Aug 2021 13:50:17 +0200 Subject: update to 8.0.10RC1 adapt systzdata patch for timelib 2020.03 (v20) --- php80.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index c31d9e4..aef599b 100644 --- a/php80.spec +++ b/php80.spec @@ -85,9 +85,9 @@ %bcond_without libgd %bcond_with zip -%global upver 8.0.9 -#global rcver RC1 -#global lower RC1 +%global upver 8.0.10 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -139,7 +139,7 @@ Patch10: php-7.0.7-curl.patch # Use system nikic/php-parser Patch41: php-8.0.0-parser.patch # use system tzdata -Patch42: php-8.0.0-systzdata-v19.patch +Patch42: php-8.0.10-systzdata-v20.patch # See http://bugs.php.net/53436 Patch43: php-7.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -2145,6 +2145,10 @@ fi %changelog +* Tue Aug 10 2021 Remi Collet - 8.0.10~RC1-1 +- update to 8.0.10RC1 +- adapt systzdata patch for timelib 2020.03 (v20) + * Thu Jul 29 2021 Remi Collet - 8.0.9-1 - Update to 8.0.9 - http://www.php.net/releases/8_0_9.php -- cgit