summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-12-05 16:06:53 +0100
committerRemi Collet <remi@php.net>2023-12-05 16:06:53 +0100
commit07cd2217b861105d49b0a68dfedce45c302438af (patch)
tree972ea45ee1557453bd4f16c8c032f45fffe39922 /php.spec
parentb8dd1f57deb92a70484f3817aeec68c84a1d88c7 (diff)
update to 8.1.27RC1
add fixes for libxml 2.12 from 8.2
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php.spec b/php.spec
index c543284..3ad9ba2 100644
--- a/php.spec
+++ b/php.spec
@@ -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