From b755be10be66be203603669984b22befec4991d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Feb 2023 08:21:50 +0100 Subject: Update to 8.2.3 - http://www.php.net/releases/8_2_3.php --- php82.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php82.spec') diff --git a/php82.spec b/php82.spec index 914c2f0..94ccce4 100644 --- a/php82.spec +++ b/php82.spec @@ -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 - 8.2.3-1 +- Update to 8.2.3 - http://www.php.net/releases/8_2_3.php + * Fri Feb 10 2023 Remi Collet - 8.2.2-2 - F38: disable imap extension -- cgit