summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-22 10:42:48 +0100
committerRemi Collet <remi@php.net>2022-02-22 10:42:48 +0100
commitd102862ce98fa02a2ba31ae051e631d3f9640d0b (patch)
tree9a208435df37afa2f95b7364c951bf9d6037a50b /php.spec
parentaed9d5858a1173d2b5f7a09fdb881d8db0980e8b (diff)
retrieve tzdata version
use oracle client library version 21.5
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/php.spec b/php.spec
index 21e076d..9acafe1 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), you can disable using --without tests
@@ -68,11 +68,7 @@
%bcond_with zip
# Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock.
%bcond_without imap
-%if 0%{?rhel} == 9
-%bcond_with firebird
-%else
%bcond_without firebird
-%endif
%bcond_without freetds
%bcond_without tidy
%bcond_without sqlite3
@@ -124,7 +120,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
@@ -173,7 +169,7 @@ Patch10: php-7.0.7-curl.patch
# Use system nikic/php-parser
Patch41: php-8.0.0-parser.patch
# use system tzdata
-Patch42: php-8.0.10-systzdata-v20.patch
+Patch42: php-8.0.10-systzdata-v21.patch
# See http://bugs.php.net/53436
Patch43: php-7.4.0-phpize.patch
# Use -lldap_r for OpenLDAP
@@ -1852,6 +1848,10 @@ fi
%changelog
+* Tue Feb 22 2022 Remi Collet <remi@remirepo.net> - 8.0.16-2
+- retrieve tzdata version
+- use oracle client library version 21.5
+
* Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 8.0.16-1
- Update to 8.0.16 - http://www.php.net/releases/8_0_16.php