summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-21 15:03:37 +0100
committerRemi Collet <remi@php.net>2023-02-21 15:03:37 +0100
commite5b562dba3a057545fcd7644e7a1a8afe11cdbc5 (patch)
tree13ff92754d3fd81f4d33246d71aac419dcf773ca
parent8ed8fca8f839cf4ef2a96fbe73abbf54bfef9848 (diff)
F38: enable imap extension
-rw-r--r--php81.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/php81.spec b/php81.spec
index d5deb89..7e17f90 100644
--- a/php81.spec
+++ b/php81.spec
@@ -40,12 +40,7 @@
# Optional Oracle extensions; pass "--with oci8" etc to rpmbuild.
%bcond_with oci8
-%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10
-# uw-imap is not available
-%bcond_with imap
-%else
%bcond_without imap
-%endif
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
# switch to bundled library using --without libpcre
@@ -120,7 +115,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
@@ -2201,6 +2196,9 @@ fi
%changelog
+* Tue Feb 21 2023 Remi Collet <remi@remirepo.net> - 8.1.16-2
+- F38: enable imap extension
+
* 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