diff options
Diffstat (limited to 'php82.spec')
-rw-r--r-- | php82.spec | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -40,11 +40,11 @@ # Optional Oracle extensions; pass "--with oci8" etc to rpmbuild. %bcond_with oci8 -%if 0%{?fedora} >= 38 +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 10 # uw-imap is not available -%bcond_with imap +%bcond_with imap %else -%bcond_without imap +%bcond_without imap %endif %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -114,13 +114,13 @@ %bcond_without libgd %bcond_with zip -%global upver 8.2.2 +%global upver 8.2.3 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -2200,6 +2200,9 @@ fi %changelog +* 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 + * Fri Feb 10 2023 Remi Collet <remi@remirepo.net> - 8.2.2-2 - F38: disable imap extension |