summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-06-21 07:49:32 +0200
committerRemi Collet <remi@php.net>2023-06-21 07:49:32 +0200
commit6a8672b7f0c5e607de04968c46d911feef4004fb (patch)
tree021907257e558242d72a2b9496e14c0020758bc4 /php.spec
parent9f3afaf02b0a0d01474fbad065b5ecca2b6a86dc (diff)
update to 8.3.0alpha2
fix build with old libpq on EL-7 using patch from https://github.com/php/php-src/pull/11495
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 674f6ed..a82049c 100644
--- a/php.spec
+++ b/php.spec
@@ -123,7 +123,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.3.0
-%global rcver alpha1
+%global rcver alpha2
%global lower %(echo %{rcver} | tr '[:upper:]' '[:lower:]')
Summary: PHP scripting language for creating dynamic web sites
@@ -192,6 +192,7 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: php-pgsql92.patch
# Security fixes (200+)
@@ -973,6 +974,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch -P91 -p1 -b .remi-oci8
# upstream patches
+%patch -P100 -p1 -b .pgsql92
# security patches
@@ -1854,6 +1856,11 @@ fi
%changelog
+* Wed Jun 21 2023 Remi Collet <remi@remirepo.net> - 8.3.0~alpha2-1
+- update to 8.3.0alpha2
+- fix build with old libpq on EL-7 using patch from
+ https://github.com/php/php-src/pull/11495
+
* Tue Jun 6 2023 Remi Collet <remi@remirepo.net> - 8.3.0~alpha1-1
- update to 8.3.0alpha1