SPECS: php.spec - make getimagesize() work for compressed .swf wit...

glen glen at pld-linux.org
Fri Jan 6 19:23:02 CET 2006


Author: glen                         Date: Fri Jan  6 18:23:02 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make getimagesize() work for compressed .swf without static zlib extension. php-common was already linked with -lz
- BR: sqlite3-devel as pdo-sqlite appears to require v3

---- Files affected:
SPECS:
   php.spec (1.539 -> 1.540) 

---- Diffs:

================================================================
Index: SPECS/php.spec
diff -u SPECS/php.spec:1.539 SPECS/php.spec:1.540
--- SPECS/php.spec:1.539	Tue Jan  3 15:39:51 2006
+++ SPECS/php.spec	Fri Jan  6 19:22:56 2006
@@ -125,6 +125,7 @@
 Patch30:	%{name}-hardening-fix.patch
 Patch31:	%{name}-both-apxs.patch
 Patch32:	%{name}-builddir.patch
+Patch33:	%{name}-zlib-for-getimagesize.patch
 Icon:		php.gif
 URL:		http://www.php.net/
 %{?with_interbase:%{!?with_interbase_inst:BuildRequires:	Firebird-devel >= 1.0.2.908-2}}
@@ -184,6 +185,7 @@
 BuildRequires:	rpm-build >= 4.4.0
 BuildRequires:	rpmbuild(macros) >= 1.238
 %{?with_sqlite:BuildRequires:	sqlite-devel}
+%{?with_sqlite:BuildRequires:	sqlite3-devel}
 BuildRequires:	t1lib-devel
 %{?with_tidy:BuildRequires:	tidy-devel}
 %{?with_odbc:BuildRequires:	unixODBC-devel}
@@ -1559,6 +1561,7 @@
 %endif
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
 
 # conflict seems to be resolved by recode patches
 rm -f ext/recode/config9.m4
@@ -3077,6 +3080,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.540  2006/01/06 18:22:56  glen
+- make getimagesize() work for compressed .swf without static zlib extension. php-common was already linked with -lz
+- BR: sqlite3-devel as pdo-sqlite appears to require v3
+
 Revision 1.539  2006/01/03 14:39:51  arekm
 - up to 5.1.2 snap; 5.1.1 is too broken
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php.spec?r1=1.539&r2=1.540&f=u



More information about the pld-cvs-commit mailing list