From 4ce295a9e9974bb75b63a8890c9388c0c82f8a82 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Feb 2022 11:08:13 +0100 Subject: retrieve tzdata version use oracle client library version 21.5 --- php.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 2b35e50..2c07d20 100644 --- a/php.spec +++ b/php.spec @@ -49,7 +49,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.4 +%global oraclever 21.5 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI) @@ -66,11 +66,7 @@ # Optional components; pass "--with mssql" etc to rpmbuild. %global with_oci8 %{?_with_oci8:1}%{!?_with_oci8:0} %global with_imap 1 -%if 0%{?rhel} == 9 -%global with_interbase 0 -%else %global with_interbase 1 -%endif %global with_freetds 1 %global with_tidy 1 %global with_sqlite3 1 @@ -114,7 +110,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -158,7 +154,7 @@ Patch8: php-7.2.0-libdb.patch Patch9: php-7.0.7-curl.patch # Functional changes -Patch42: php-7.3.3-systzdata-v18.patch +Patch42: php-7.3.3-systzdata-v19.patch # See http://bugs.php.net/53436 Patch43: php-7.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -1834,6 +1830,10 @@ fi %changelog +* Tue Feb 22 2022 Remi Collet - 7.4.28-2 +- retrieve tzdata version +- use oracle client library version 21.5 + * Tue Feb 15 2022 Remi Collet - 7.4.28-1 - Update to 7.4.28 - http://www.php.net/releases/7_4_28.php -- cgit