summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-21 14:21:43 +0100
committerRemi Collet <remi@php.net>2023-02-21 14:21:43 +0100
commit54fd23cb1965da40ad19b483b58eb143f9f9bba8 (patch)
tree2d6b93f42e0e0bbedfba210e8578d82b53fc838e /php.spec
parent81823c523bd0e27cbc9c708973cf012de44b3d65 (diff)
F38: enable imap extension
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/php.spec b/php.spec
index 5d51608..ec356b2 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
@@ -133,7 +128,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
@@ -1858,6 +1853,9 @@ fi
%changelog
+* Tue Feb 21 2023 Remi Collet <remi@remirepo.net> - 8.2.3-2
+- F38: enable imap extension
+
* Tue Feb 14 2023 Remi Collet <remi@remirepo.net> - 8.2.3-1
- Update to 8.2.3 - http://www.php.net/releases/8_2_3.php