From b2e552a8de8011d9c148988e981b2a5ebeeed10b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Feb 2023 14:29:33 +0100 Subject: F38: enable imap extension --- php.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 24dfa63..06e039d 100644 --- a/php.spec +++ b/php.spec @@ -67,12 +67,7 @@ %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 @@ -124,7 +119,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -1860,6 +1855,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