summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-15 08:35:36 +0100
committerRemi Collet <remi@php.net>2023-02-15 08:35:36 +0100
commit940f9e4d06efcbdc30590117e4d0cf53b4046262 (patch)
tree07fe3e70199e6167cc5f6b6d7aa97c6c5ea57e49 /php.spec
parent4e12dd7b18751221868176116f5d31981899454b (diff)
Update to 8.1.16 - http://www.php.net/releases/8_1_16.phpv8.1.16
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index 9449212..6ce3ace 100644
--- a/php.spec
+++ b/php.spec
@@ -67,7 +67,12 @@
%bcond_with oci8
%bcond_with zip
# Optional extensions; to disable: pass "--without xxx" etc to rpmbuild/mock.
+%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10
+# uw-imap is not available
+%bcond_with imap
+%else
%bcond_without imap
+%endif
%bcond_without firebird
%bcond_without freetds
%bcond_without tidy
@@ -122,7 +127,7 @@
#global gh_date 20210809
%global gh_owner php
%global gh_project php-src
-%global upver 8.1.15
+%global upver 8.1.16
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
@@ -191,6 +196,7 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: upstream.patch
# Security fixes (200+)
@@ -971,6 +977,7 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .up
# security patches
@@ -1853,6 +1860,9 @@ fi
%changelog
+* Tue Feb 14 2023 Remi Collet <remi@remirepo.net> - 8.1.16-1
+- Update to 8.1.16 - http://www.php.net/releases/8_1_16.php
+
* Wed Feb 1 2023 Remi Collet <remi@remirepo.net> - 8.1.15-1
- Update to 8.1.15 - http://www.php.net/releases/8_1_15.php
- add dependency on pcre2 minimal version