From 6a8672b7f0c5e607de04968c46d911feef4004fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2023 07:49:32 +0200 Subject: update to 8.3.0alpha2 fix build with old libpq on EL-7 using patch from https://github.com/php/php-src/pull/11495 --- php.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php.spec') 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 - 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 - 8.3.0~alpha1-1 - update to 8.3.0alpha1 -- cgit