--- rpms/smeserver-php/sme10/smeserver-php.spec 2021/09/18 02:59:26 1.48 +++ rpms/smeserver-php/sme10/smeserver-php.spec 2021/09/24 12:58:18 1.50 @@ -1,5 +1,5 @@ %define version 3.0.0 -%define release 38 +%define release 40 %define name smeserver-php @@ -41,6 +41,7 @@ Patch27: smeserver-php-3.0.0-bz11452-bz5 Patch28: smeserver-php-3.0.0-bz11422-logging.patch Patch29: smeserver-php-3.0.0-bz11573.patch Patch30: smeserver-php-3.0.0-bz8077-bz11666.patch +Patch31: smeserver-php-3.0.0-bz11666-error_reporting.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: x86_64 @@ -279,6 +280,7 @@ Manage PHP FPM pools, and switch between %patch28 -p1 %patch29 -p1 %patch30 -p1 +%patch31 -p1 %build perl createlinks @@ -380,7 +382,10 @@ rm -rf $RPM_BUILD_ROOT %preun %changelog -* Fri Sep 17 2021 Jean-Philippe Pialasse 3.0.0-38.sme +* Fri Sep 24 2021 John Crisp 3.0.0-40.sme +- Fix incorrect commenting for error reporting + +* Fri Sep 17 2021 Jean-Philippe Pialasse 3.0.0-39.sme - add ErrorReporting and DisplayErrors properties [SME: 8077] only per ibays (php defaults still hardcoded) - fix typo in AllowUrlFopen, was using AllowUrlfOpen for ibays in httpd [SME: 11666] @@ -391,16 +396,6 @@ rm -rf $RPM_BUILD_ROOT * Thu Jun 03 2021 Terry Fage 3.0.0-35.sme - fix syntax error "> - >>" in spec file for systemd drop in [SME: 11612] -%changelog -* Fri Sep 17 2021 Jean-Philippe Pialasse 3.0.0-38.sme -- fix [SME: ] - -* Wed Jun 30 2021 Jean-Philippe Pialasse 3.0.0-37.sme -- fix [SME: ] - -* Wed Jun 02 2021 Jean-Philippe Pialasse 3.0.0-35.sme -- fix missing Install section for systemd drop in [SME: 11612] - * Wed Apr 21 2021 Jean-Philippe Pialasse 3.0.0-34.sme - fix open_basedir for pool missing /var/lib/php/$ibay/ [SME: 11573]