From 0413bc1ac3fcb7f0f342754bf0a72eba598cfc17 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Pialasse Date: Wed, 18 Dec 2024 12:38:36 -0500 Subject: [PATCH] * Tue Dec 17 2024 Jean-Philippe Pialasse 11.0.0-14.sme - add php84 support [SME: 12805] - set php84 as default and php83 as base php as defined by module - set new value for serialize_precision [SME: 12430] --- smeserver-php.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/smeserver-php.spec b/smeserver-php.spec index 58533fd..5658ed7 100644 --- a/smeserver-php.spec +++ b/smeserver-php.spec @@ -1,5 +1,5 @@ %define version 11.0.0 -%define release 13 +%define release 14 %define name smeserver-php %global debug_package %{nil} @@ -145,7 +145,7 @@ Requires: php81-php-intl Requires: php81-php-pear Requires: php81-php-process Requires: php81-php-snmp -Requires: php81-php, php81-php-enchant , php81-php-pdo php81-php-tidy , php81-php-mysqlnd php81-php-pecl-zip, php81-php-pecl-pspell +Requires: php81-php, php81-php-enchant , php81-php-pdo php81-php-tidy , php81-php-mysqlnd php81-php-pecl-zip, php81-php-pspell # PHP 8.2 Requires: php82-php-cli @@ -164,7 +164,7 @@ Requires: php82-php-intl Requires: php82-php-pear Requires: php82-php-process Requires: php82-php-snmp -Requires: php82-php, php82-php-enchant , php82-php-pdo php82-php-tidy , php82-php-mysqlnd php82-php-pecl-zip, php82-php-pecl-pspell +Requires: php82-php, php82-php-enchant , php82-php-pdo php82-php-tidy , php82-php-mysqlnd php82-php-pecl-zip, php82-php-pspell # PHP 8.3 Requires: php83-php-cli @@ -183,7 +183,7 @@ Requires: php83-php-intl Requires: php83-php-pear Requires: php83-php-process Requires: php83-php-snmp -Requires: php83-php, php83-php-enchant , php83-php-pdo php83-php-tidy , php83-php-mysqlnd php83-php-pecl-zip, php83-php-pecl-pspell +Requires: php83-php, php83-php-enchant , php83-php-pdo php83-php-tidy , php83-php-mysqlnd php83-php-pecl-zip, php83-php-pspell # PHP 8.4 Requires: php84-php-cli @@ -302,7 +302,7 @@ rm -rf $RPM_BUILD_ROOT %preun %changelog -* Tue Dec 17 2024 Jean-Philippe Pialasse 11.0.0-13.sme +* Tue Dec 17 2024 Jean-Philippe Pialasse 11.0.0-14.sme - add php84 support [SME: 12805] - set php84 as default and php83 as base php as defined by module - set new value for serialize_precision [SME: 12430]