diff options
| author | Remi Collet <remi@remirepo.net> | 2021-08-10 13:50:17 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-08-10 13:50:17 +0200 | 
| commit | c88fb1ccb0b25b1a78fc977bca4dedd438906107 (patch) | |
| tree | 0f715e4b0a05aa8f34a932f89a1e867c1480082a /php80.spec | |
| parent | 142af92cad7937a4745063d51435db8ed2ac2efd (diff) | |
update to 8.0.10RC1
adapt systzdata patch for timelib 2020.03 (v20)
Diffstat (limited to 'php80.spec')
| -rw-r--r-- | php80.spec | 12 | 
1 files changed, 8 insertions, 4 deletions
| @@ -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 <remi@remirepo.net> - 8.0.10~RC1-1 +- update to 8.0.10RC1 +- adapt systzdata patch for timelib 2020.03 (v20) +  * Thu Jul 29 2021 Remi Collet <remi@remirepo.net> - 8.0.9-1  - Update to 8.0.9 - http://www.php.net/releases/8_0_9.php | 
