diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |