summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-03-06 16:53:12 +0100
committerRemi Collet <remi@php.net>2024-03-06 16:53:12 +0100
commit30d49958e273df39414b71cab718ef314f35ed87 (patch)
tree9c5fdcd11541458e1aa34acab3a84ac1e1386fd9 /php81.spec
parent1b7207a45e95588ee1a04a7b8c113516af908d64 (diff)
use oracle client library version 21.13 on x86_64
patch test suite for zlib-ng
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php81.spec b/php81.spec
index bcbcb2a..6c2248a 100644
--- a/php81.spec
+++ b/php81.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
@@ -126,7 +126,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 1%{?dist}
+Release: 2%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -195,6 +195,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.1.27-zlib-tests.patch
# WIP
@@ -1213,6 +1214,7 @@ in pure PHP.
%if %{with tzdata}
%patch -P300 -p1 -b .datetests
%endif
+%patch -P301 -p1 -b .zlibng
# WIP patch
@@ -2202,6 +2204,10 @@ fi
%changelog
+* Wed Mar 6 2024 Remi Collet <remi@remirepo.net> - 8.1.27-2
+- use oracle client library version 21.13 on x86_64
+- patch test suite for zlib-ng
+
* Wed Dec 20 2023 Remi Collet <remi@remirepo.net> - 8.1.27-1
- Update to 8.1.27 - http://www.php.net/releases/8_1_27.php