From 4d58e98192ed9e1498dcac6dcc44965fb2894389 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Feb 2023 15:10:52 +0100 Subject: F38: enable imap extension --- php80.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/php80.spec b/php80.spec index e3981e9..d3db4c6 100644 --- a/php80.spec +++ b/php80.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 @@ -112,7 +107,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 @@ -2204,6 +2199,9 @@ fi %changelog +* Tue Feb 21 2023 Remi Collet - 8.0.28-2 +- F38: enable imap extension + * Tue Feb 14 2023 Remi Collet - 8.0.28-1 - Update to 8.0.28 - http://www.php.net/releases/8_0_28.php - add dependency on pcre2 minimal version -- cgit