SPECS: php4.spec - up to 4.4.5 - gd extension built with bundled g...

glen glen at pld-linux.org
Sat Feb 17 12:45:46 CET 2007


Author: glen                         Date: Sat Feb 17 11:45:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 4.4.5
- gd extension built with bundled gd
- interbase disabled (does not build)
- ming disabled (does not build with new ming)

---- Files affected:
SPECS:
   php4.spec (1.578 -> 1.579) 

---- Diffs:

================================================================
Index: SPECS/php4.spec
diff -u SPECS/php4.spec:1.578 SPECS/php4.spec:1.579
--- SPECS/php4.spec:1.578	Tue Feb 13 09:06:40 2007
+++ SPECS/php4.spec	Sat Feb 17 12:45:41 2007
@@ -26,10 +26,10 @@
 %bcond_without	domxslt		# without DOM XSLT/EXSLT support in DOM XML extension module
 %bcond_without	fribidi		# without FriBiDi extension module
 %bcond_without	imap		# without IMAP extension module
-%bcond_without	interbase	# without InterBase extension module
+%bcond_with	interbase	# without InterBase extension module
 %bcond_without	ldap		# without LDAP extension module
 %bcond_without	mhash		# without mhash extension module
-%bcond_without	ming		# without ming extension module
+%bcond_with	ming		# without ming extension module
 %bcond_without	mm		# without mm support for session storage
 %bcond_without	mnogosearch	# without mnogosearch extension module
 %bcond_without	msession	# without msession extension module
@@ -73,7 +73,7 @@
 %undefine	with_msession
 %endif
 
-%define	_rel 13
+%define	_rel 0.1
 Summary:	PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):	Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):	Język skryptowy PHP
@@ -81,13 +81,13 @@
 Summary(ru.UTF-8):	PHP Версии 4 - язык препроцессирования HTML-файлов, выполняемый на сервере
 Summary(uk.UTF-8):	PHP Версії 4 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:		php4
-Version:	4.4.4
+Version:	4.4.5
 Release:	%{_rel}%{?with_hardening:hardened}
 Epoch:		3
 License:	PHP
 Group:		Libraries
 Source0:	http://www.php.net/distributions/php-%{version}.tar.bz2
-# Source0-md5:	bc6fa8908e2ac36e93bab9f7d42cda3a
+# Source0-md5:	bf61d557c82962dc9533f6ef35283d4c
 Source2:	zend.gif
 Source3:	%{name}-mod_php.conf
 Source4:	%{name}-cgi-fcgi.ini
@@ -128,7 +128,7 @@
 Patch29:	%{name}-lib64.patch
 Patch30:	%{name}-mnogosearch-fix.patch
 Patch31:	%{name}-stupidapache_version.patch
-Patch32:	%{name}-gd_imagerotate_enable.patch
+
 Patch33:	%{name}-uint32_t.patch
 Patch34:	%{name}-install_gd_headers.patch
 Patch35:	%{name}-both-apxs.patch
@@ -140,11 +140,9 @@
 # XXX: obsolete?
 Patch41:	%{name}-openssl-huge-hack.patch
 Patch42:	%{name}-apr-apu.patch
-Patch43:	%{name}-branch.diff
-Patch44:	%{name}-curl.patch
+#Patch43:	%{name}-branch.diff
 Patch45:	%{name}-config-dir.patch
 Patch46:	%{name}-phpinfo_no_configure.patch
-Patch47:	%{name}-imap-2006-fix.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}
@@ -169,8 +167,6 @@
 %endif
 BuildRequires:	freetype-devel >= 2.0
 %{?with_fribidi:BuildRequires:	fribidi-devel >= 0.10.4}
-BuildRequires:	gd-devel >= 2.0.28-2
-BuildRequires:	gd-devel(gif)
 BuildRequires:	gdbm-devel
 BuildRequires:	gmp-devel
 %{?with_imap:BuildRequires:	heimdal-devel >= 0.7}
@@ -1544,7 +1540,7 @@
 
 %prep
 %setup -q -n php-%{version}
-%patch43 -p1
+#%patch43 -p1
 %patch40 -p1
 %patch0 -p1
 %patch1 -p1
@@ -1584,7 +1580,6 @@
 %endif
 %patch30 -p1
 %patch31 -p1
-%patch32 -p1
 %patch33 -p1
 %patch34 -p1
 %patch35 -p1
@@ -1595,10 +1590,8 @@
 # XXX: I believe this one is obsolete as of 4.4.3
 #%patch41 -p1
 %patch42 -p1
-%patch44 -p1
 %patch45 -p1
 %patch46 -p1
-%patch47 -p1
 
 %if %{with hardening}
 zcat %{SOURCE8} | patch -p1
@@ -1723,7 +1716,7 @@
 	--with-filepro=shared \
 	--with-freetype-dir=shared \
 	%{?with_fribidi:--with-fribidi=shared} \
-	--with-gd=shared,/usr --enable-gd-native-ttf \
+	--with-gd=shared --enable-gd-native-ttf \
 	--with-gdbm \
 	--with-gettext=shared \
 	--with-gmp=shared \
@@ -3130,6 +3123,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.579  2007/02/17 11:45:41  glen
+- up to 4.4.5
+- gd extension built with bundled gd
+- interbase disabled (does not build)
+- ming disabled (does not build with new ming)
+
 Revision 1.578  2007/02/13 08:06:40  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php4.spec?r1=1.578&r2=1.579&f=u



More information about the pld-cvs-commit mailing list