summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-15 08:55:02 +0100
committerRemi Collet <remi@php.net>2023-02-15 08:55:02 +0100
commit8ed8fca8f839cf4ef2a96fbe73abbf54bfef9848 (patch)
tree1861fa2e58c35b634f5c6425a1e992ed7c52eed8 /php81.spec
parent2804bbe93e93966f1a1118c17fb87d2e2535537f (diff)
Update to 8.1.16 - http://www.php.net/releases/8_1_16.phpv8.1.16
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec15
1 files changed, 10 insertions, 5 deletions
diff --git a/php81.spec b/php81.spec
index a53ff9a..d5deb89 100644
--- a/php81.spec
+++ b/php81.spec
@@ -40,11 +40,11 @@
# Optional Oracle extensions; pass "--with oci8" etc to rpmbuild.
%bcond_with oci8
-%if 0%{?fedora} >= 38
+%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10
# uw-imap is not available
-%bcond_with imap
+%bcond_with imap
%else
-%bcond_without imap
+%bcond_without imap
%endif
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
@@ -114,13 +114,13 @@
%bcond_without libgd
%bcond_with zip
-%global upver 8.1.15
+%global upver 8.1.16
#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{rcver}}
-Release: 2%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -181,6 +181,7 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
+Patch100: upstream.patch
# Security fixes (200+)
@@ -1193,6 +1194,7 @@ in pure PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
+%patch100 -p1 -b .up
# security patches
@@ -2199,6 +2201,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
+
* Fri Feb 10 2023 Remi Collet <remi@remirepo.net> - 8.1.15-2
- F38: disable imap extension