diff options
| author | Remi Collet <remi@remirepo.net> | 2023-12-05 16:07:03 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-12-05 16:07:03 +0100 | 
| commit | 4d3c2f5b62f0e6c452eddf911c8769990a0c53c3 (patch) | |
| tree | 2890955bd17d3f6d29dc8f28a1a8af06bbe0a85c /php81.spec | |
| parent | 95143cd085f31686d536f72f4a16a15c03101105 (diff) | |
update to 8.1.27RC1
add fixes for libxml 2.12 from 8.2
Diffstat (limited to 'php81.spec')
| -rw-r--r-- | php81.spec | 11 | 
1 files changed, 9 insertions, 2 deletions
| @@ -120,8 +120,8 @@  %bcond_without         libgd  %bcond_with            zip -%global upver          8.1.26 -#global rcver          RC1 +%global upver          8.1.27 +%global rcver          RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -165,6 +165,8 @@ Patch1: php-7.4.0-httpd.patch  Patch5: php-7.2.0-includedir.patch  Patch6: php-8.0.0-embed.patch  Patch8: php-8.1.0-libdb.patch +# For libxml 2.12 from 8.1 +Patch9: php-8.1.27-libxml212.patch  # RHEL backports  Patch10: php-7.0.7-curl.patch @@ -1187,6 +1189,7 @@ in pure PHP.  %patch -P5 -p1 -b .includedir  %patch -P6 -p1 -b .embed  %patch -P8 -p1 -b .libdb +%patch -P9 -p1 -b .libxml212  %if 0%{?rhel} == 7  %patch -P10 -p1 -b .curltls  %endif @@ -2199,6 +2202,10 @@ fi  %changelog +* Tue Dec  5 2023 Remi Collet <remi@remirepo.net> - 8.1.27~RC1-1 +- update to 8.1.27RC1 +- add fixes for libxml 2.12 from 8.2 +  * Wed Nov 22 2023 Remi Collet <remi@remirepo.net> - 8.1.26-1  - Update to 8.1.26 - http://www.php.net/releases/8_1_26.php | 
