diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -129,8 +129,8 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php @@ -176,6 +176,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 @@ -963,6 +965,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 @@ -1862,6 +1865,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 |