summaryrefslogtreecommitdiffstats
path: root/php80.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-22 10:43:02 +0100
committerRemi Collet <remi@php.net>2022-02-22 10:43:02 +0100
commite2cfb275a525116da1c735922d1772fe743b4bbf (patch)
tree952172cd37fc3757e8e41a81ee6618e85363b22f /php80.spec
parent87e5e450decd0b79abd1e031de426500ecc06594 (diff)
retrieve tzdata version
use oracle client library version 21.5
Diffstat (limited to 'php80.spec')
-rw-r--r--php80.spec14
1 files changed, 7 insertions, 7 deletions
diff --git a/php80.spec b/php80.spec
index 510f12c..cb85f95 100644
--- a/php80.spec
+++ b/php80.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
@@ -110,7 +106,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
@@ -157,7 +153,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
@@ -2186,6 +2182,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