SPECS (AC-branch): php.spec - remove trailing newlines from error_...
glen
glen at pld-linux.org
Thu Sep 6 00:05:09 CEST 2007
Author: glen Date: Wed Sep 5 22:05:09 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- remove trailing newlines from error_log() in fcgi sapi (visible when using lighttpd); rel 3
---- Files affected:
SPECS:
php.spec (1.631.2.49 -> 1.631.2.50)
---- Diffs:
================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.631.2.49 SPECS/php.spec:1.631.2.50
--- SPECS/php.spec:1.631.2.49 Tue Sep 4 21:37:27 2007
+++ SPECS/php.spec Thu Sep 6 00:05:04 2007
@@ -71,7 +71,7 @@
%undefine with_filter
%endif
-%define _rel 2
+%define _rel 3
Summary: PHP: Hypertext Preprocessor
Summary(fr): Le langage de script embarque-HTML PHP
Summary(pl): Jêzyk skryptowy PHP
@@ -125,9 +125,9 @@
Patch35: %{name}-versioning.patch
Patch36: %{name}-linkflags-clean.patch
Patch37: %{name}-apr-apu.patch
-
+Patch38: %{name}-fcgi-error_log-no-newlines.patch
Patch39: %{name}-pear.patch
-Patch41: %{name}-config-dir.patch
+Patch40: %{name}-config-dir.patch
URL: http://www.php.net/
%{?with_interbase:%{!?with_interbase_inst:BuildRequires: Firebird-devel >= 1.0.2.908-2}}
%{?with_pspell:BuildRequires: aspell-devel >= 2:0.50.0}
@@ -1589,9 +1589,9 @@
%{?with_versioning:%patch35 -p1}
%patch37 -p1
-
+%patch38 -p1
%patch39 -p1
-%patch41 -p1
+%patch40 -p1
# conflict seems to be resolved by recode patches
rm -f ext/recode/config9.m4
@@ -2734,6 +2734,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.631.2.50 2007/09/05 22:05:04 glen
+- remove trailing newlines from error_log() in fcgi sapi (visible when using lighttpd); rel 3
+
Revision 1.631.2.49 2007/09/04 19:37:27 arekm
- apr-apu.patch is back (needed to build this php with apache2.0)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php.spec?r1=1.631.2.49&r2=1.631.2.50&f=u
More information about the pld-cvs-commit
mailing list