From 1ac6ca14403fc59e67bbf98d0a22e764cef74230 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Mar 2024 16:55:42 +0100 Subject: use oracle client library version 21.13 on x86_64 patch test suite for zlib-ng add EOL message --- php80.spec | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'php80.spec') diff --git a/php80.spec b/php80.spec index e3e3e4f..813a50f 100644 --- a/php80.spec +++ b/php80.spec @@ -29,7 +29,7 @@ %global oraclelib 19.1 %global oracledir 19.19 %else -%global oraclever 21.12 +%global oraclever 21.13 %global oraclelib 21.1 %global oracledir 21 %endif @@ -118,7 +118,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 3%{?dist} +Release: 4%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -199,6 +199,7 @@ Patch91: php-7.2.0-oci8conf.patch # Fixes for tests (300+) # Factory is droped from system tzdata Patch300: php-7.4.0-datetests.patch +Patch301: php-8.0.30-zlib-tests.patch # WIP @@ -1216,6 +1217,7 @@ rm ext/openssl/tests/p12_with_extra_certs.p12 # Fixes for tests related to tzdata %patch -P300 -p1 -b .datetests +%patch -P301 -p1 -b .zlibng # WIP patch @@ -2040,6 +2042,19 @@ fi %endif +%posttrans common +cat << EOF +===================================================================== + + WARNING : PHP 8.0 have reached its "End of Life" in + November 2023. Even, if this package includes some of + the important security fixes, backported from 8.1, the + UPGRADE to a maintained version is very strongly RECOMMENDED. + +===================================================================== +EOF + + %{!?_licensedir:%global license %%doc} %files @@ -2204,6 +2219,11 @@ fi %changelog +* Wed Mar 6 2024 Remi Collet - 8.0.30-4 +- use oracle client library version 21.13 on x86_64 +- patch test suite for zlib-ng +- add EOL message + * Tue Dec 12 2023 Remi Collet - 8.0.30-3 - use ICU 73.2 - use oracle client library version 21.12 on x86_64, 19.19 on aarch64 -- cgit