From aabb889b0c85b8395bb4fbefa9cf3476b6c12e38 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Mar 2024 07:46:25 +0100 Subject: patch test suite for zlib-ng --- php.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index d3cdc53..822c6e4 100644 --- a/php.spec +++ b/php.spec @@ -117,7 +117,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 11%{?dist} +Release: 13%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -198,6 +198,8 @@ Patch206: php-cve-2023-3824.patch Patch300: php-7.0.10-datetests.patch # Make test slower Patch301: php-7.4.33-tests.patch +# For zlib-ng +Patch302: php-7.4.33-zlib-tests.patch # WIP @@ -989,6 +991,7 @@ rm ext/openssl/tests/p12_with_extra_certs.p12 # Fixes for tests %patch -P300 -p1 -b .datetests %patch -P301 -p1 -b .tests +%patch -P302 -p1 -b .zlibng # WIP patch @@ -1875,6 +1878,12 @@ EOF %changelog +* Wed Mar 6 2024 Remi Collet - 7.4.33-13 +- patch test suite for zlib-ng + +* Mon Feb 19 2024 Remi Collet - 7.4.33-12 +- more build patch for GCC 14 + * Wed Feb 14 2024 Remi Collet - 7.4.33-11 - add build patch for GCC 14 - use oracle client library version 21.13 on x86_64 -- cgit