diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-21 15:02:58 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-21 15:02:58 +0100 |
commit | 8ac5510b3d9d8e00897be9d8148c2eaf5a996cc2 (patch) | |
tree | 89695d1d13a2924fccdf282186b3ce65a5ec1ecb /php82.spec | |
parent | d44dd7c8e64980d8c28dee648366a386838c2852 (diff) |
F38: enable imap extension
Diffstat (limited to 'php82.spec')
-rw-r--r-- | php82.spec | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -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 @@ -2200,6 +2195,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 |