From f7e089881fe848dc38c0f85f40971cfc5573acf2 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 23 Sep 2021 19:42:20 +0200 Subject: [PATCH] upgrading package: apache-php 8.0.10 -> 8.0.11 --- apache-php/apache-php.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/apache-php/apache-php.spec b/apache-php/apache-php.spec index c9939a5f3e..dc250c6ff7 100644 --- a/apache-php/apache-php.spec +++ b/apache-php/apache-php.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: BASE Group: Web License: PHP -Version: 8.0.10 -Release: 20210827 +Version: 8.0.11 +Release: 20210923 # package options %option with_bc no @@ -119,6 +119,10 @@ Release: 20210827 %undefine with_ssl %define with_ssl yes %endif +%if "%{with_mbstring}" == "yes" +%undefine with_mbregex +%define with_mbregex yes +%endif # list of sources Source0: https://www.php.net/distributions/php-%{version}.tar.xz @@ -256,6 +260,10 @@ PreReq: tidy BuildPreReq: gmp PreReq: gmp %endif +%if "%{with_mbregex}" == "yes" +BuildPreReq: onig +PreReq: onig +%endif %description PHP is an HTML-embedded scripting language. Much of its syntax is