SPECS: php-eaccelerator.spec - rel 2 - don't use short open tag ('<?'), as ...

baggins baggins at pld-linux.org
Thu Nov 13 11:52:57 CET 2008


Author: baggins                      Date: Thu Nov 13 10:52:57 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 2
- don't use short open tag ('<?'), as it can be disabled in php config

---- Files affected:
SPECS:
   php-eaccelerator.spec (1.69 -> 1.70) 

---- Diffs:

================================================================
Index: SPECS/php-eaccelerator.spec
diff -u SPECS/php-eaccelerator.spec:1.69 SPECS/php-eaccelerator.spec:1.70
--- SPECS/php-eaccelerator.spec:1.69	Sun Jun  8 18:27:08 2008
+++ SPECS/php-eaccelerator.spec	Thu Nov 13 11:52:51 2008
@@ -6,13 +6,14 @@
 Summary(pl.UTF-8):	Moduł eAccelerator dla PHP
 Name:		php-%{_name}
 Version:	0.9.5.3
-Release:	1
+Release:	2
 Epoch:		0
 License:	GPL
 Group:		Libraries
 Source0:	http://bart.eaccelerator.net/source/%{version}/%{_pkgname}-%{version}.tar.bz2
 # Source0-md5:	caf797223739516882f870342f74b935
 Source1:	%{_name}.ini
+Patch0:		%{name}-no-short-open-tag.patch
 URL:		http://eaccelerator.net/
 BuildRequires:	php-devel >= 3:5.0.0
 BuildRequires:	rpmbuild(macros) >= 1.344
@@ -67,6 +68,7 @@
 
 %prep
 %setup -q -n %{_pkgname}-%{version}
+%patch0 -p1
 
 cat > apache.conf <<EOF
 Alias /%{_webapp} %{_appdir}
@@ -163,6 +165,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70  2008/11/13 10:52:51  baggins
+- rel 2
+- don't use short open tag ('<?'), as it can be disabled in php config
+
 Revision 1.69  2008/06/08 16:27:08  arekm
 - 0.9.5.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-eaccelerator.spec?r1=1.69&r2=1.70&f=u



More information about the pld-cvs-commit mailing list