diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 <remi@remirepo.net> - 7.4.28-2 +- retrieve tzdata version +- use oracle client library version 21.5 + * Tue Feb 15 2022 Remi Collet <remi@remirepo.net> - 7.4.28-1 - Update to 7.4.28 - http://www.php.net/releases/7_4_28.php |