rpms/php/devel php.spec,1.158,1.159

Remi Collet (remi) fedora-extras-commits at redhat.com
Sun Jul 20 10:12:17 UTC 2008


Author: remi

Update of /cvs/extras/rpms/php/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27813

Modified Files:
	php.spec 
Log Message:
    enable T1lib support in php-gd


Index: php.spec
===================================================================
RCS file: /cvs/extras/rpms/php/devel/php.spec,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- php.spec	14 Jul 2008 13:43:49 -0000	1.158
+++ php.spec	20 Jul 2008 10:11:32 -0000	1.159
@@ -8,7 +8,7 @@
 Summary: The PHP HTML-embedded scripting language
 Name: php
 Version: 5.2.6
-Release: 3
+Release: 4
 License: PHP
 Group: Development/Languages
 URL: http://www.php.net/
@@ -269,7 +269,7 @@
 Summary: A module for PHP applications for using the gd graphics library
 Group: Development/Languages
 Requires: php-common = %{version}-%{release}
-BuildRequires: gd-devel, freetype-devel
+BuildRequires: gd-devel, freetype-devel, t1lib-devel
 
 %description gd
 The php-gd package contains a dynamic shared object that will add
@@ -456,6 +456,7 @@
 	--with-freetype-dir=%{_prefix} \
 	--with-png-dir=%{_prefix} \
 	--enable-gd-native-ttf \
+	--with-t1lib=%{_prefix} \
 	--without-gdbm \
 	--with-gettext \
 	--with-gmp \
@@ -725,6 +726,9 @@
 %files pspell -f files.pspell
 
 %changelog
+* Sun Jul 20 2008 Remi Collet <Fedora at FamilleCollet.com> 5.2.6-4
+- enable T1lib support in php-gd
+
 * Mon Jul 14 2008 Joe Orton <jorton at redhat.com> 5.2.6-3
 - update to 5.2.6
 - sync default php.ini with upstream




More information about the fedora-extras-commits mailing list