From e019ac5b39addf41c684bcfc58718113439e1ef6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Feb 2022 10:00:58 +0100 Subject: retrieve tzdata version use oracle client library version 21.5 --- php81.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'php81.spec') diff --git a/php81.spec b/php81.spec index 4944501..69ccf17 100644 --- a/php81.spec +++ b/php81.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), you can disable using --without tests @@ -64,11 +64,7 @@ %endif # Build firebird extensions, you can disable using --without firebird -%if 0%{?rhel} == 9 -%bcond_with firebird -%else %bcond_without firebird -%endif # Build ZTS extension or only NTS using --without zts %bcond_without zts @@ -118,7 +114,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -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 @@ -164,7 +160,7 @@ Patch10: php-7.0.7-curl.patch # Use system nikic/php-parser Patch41: php-8.1.0-parser.patch # use system tzdata -Patch42: php-8.1.0-systzdata-v21.patch +Patch42: php-8.1.0-systzdata-v22.patch # See http://bugs.php.net/53436 Patch43: php-7.4.0-phpize.patch # Use -lldap_r for OpenLDAP @@ -2179,6 +2175,10 @@ fi %changelog +* Tue Feb 22 2022 Remi Collet - 8.1.3-2 +- retrieve tzdata version +- use oracle client library version 21.5 + * Wed Feb 16 2022 Remi Collet - 8.1.3-1 - Update to 8.1.3 - http://www.php.net/releases/8_1_3.php -- cgit