--- rpms/e-smith-php/sme9/e-smith-php.spec 2013/02/14 16:16:28 1.1 +++ rpms/e-smith-php/sme9/e-smith-php.spec 2014/11/14 18:33:46 1.4 @@ -1,15 +1,18 @@ -# $Id: e-smith-php.spec,v 1.12 2011/09/19 14:48:10 snetram Exp $ +# $Id: e-smith-php.spec,v 1.3 2014/05/08 07:26:34 stephdl Exp $ Summary: e-smith specific PHP configuration and templates. %define name e-smith-php Name: %{name} %define version 2.4.0 -%define release 1 +%define release 4 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.xz +Patch1: e-smith-php-2.4.0-magic-quotes-off.patch +Patch2: e-smith-php-2.4.0_add_upload_tmp_folder.patch +Patch3: e-smith-php-2.4.0-gpc_order.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base, php >= 4.0.1 @@ -18,6 +21,16 @@ BuildRequires: e-smith-devtools >= 1.11. AutoReqProv: no %changelog +* Fri Nov 14 2014 Charlie Brady 2.4.0-4.sme +- Remove obsolete gpc_order setting from php.ini. [sme: 8652] + +* Sat May 4 2014 stephane de Labrusse 2.4.0-3.sme +- Add an upload_tmp_folder setting by db command [sme: 7011] +- Thanks to Michael McCarn and Jean-philippe Pialasse + +* Sun May 19 2013 Ian Wells 2.4.0-2.sme +- Force magic_quotes Off [SME: 7605] + * Wed Feb 13 2013 Shad L. Lords 2.4.0-1.sme - Roll new stream for sme9 @@ -340,6 +353,9 @@ php specific configuration items. %prep %setup +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build perl createlinks