Browse Source

upgrading package: apache-php 8.0.10 -> 8.0.11

master
parent
commit
f7e089881f
  1. 12
      apache-php/apache-php.spec

12
apache-php/apache-php.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: BASE Class: BASE
Group: Web Group: Web
License: PHP License: PHP
Version: 8.0.10 Version: 8.0.11
Release: 20210827 Release: 20210923
# package options # package options
%option with_bc no %option with_bc no
@ -119,6 +119,10 @@ Release: 20210827
%undefine with_ssl %undefine with_ssl
%define with_ssl yes %define with_ssl yes
%endif %endif
%if "%{with_mbstring}" == "yes"
%undefine with_mbregex
%define with_mbregex yes
%endif
# list of sources # list of sources
Source0: https://www.php.net/distributions/php-%{version}.tar.xz Source0: https://www.php.net/distributions/php-%{version}.tar.xz
@ -256,6 +260,10 @@ PreReq: tidy
BuildPreReq: gmp BuildPreReq: gmp
PreReq: gmp PreReq: gmp
%endif %endif
%if "%{with_mbregex}" == "yes"
BuildPreReq: onig
PreReq: onig
%endif
%description %description
PHP is an HTML-embedded scripting language. Much of its syntax is PHP is an HTML-embedded scripting language. Much of its syntax is

Loading…
Cancel
Save