From 12424795dbdcfad34b2067fcfa22a344f72515de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Feb 2022 11:01:45 +0100 Subject: retrieve tzdata version use oracle client library version 21.5 --- php74.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'php74.spec') diff --git a/php74.spec b/php74.spec index a5691d1..b0b11c0 100644 --- a/php74.spec +++ b/php74.spec @@ -24,7 +24,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) @@ -47,11 +47,7 @@ %global with_libpcre 0 %endif -%if 0%{?rhel} == 9 -%global with_firebird 0 -%else %global with_firebird 1 -%endif # Build ZTS extension or only NTS %global with_zts 1 @@ -100,7 +96,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 @@ -143,7 +139,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 @@ -2170,6 +2166,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