rpms/php-pecl-Fileinfo/devel php-pecl-Fileinfo.spec,1.4,1.5

Brandon Holbrook (static) fedora-extras-commits at redhat.com
Mon Apr 16 15:10:11 UTC 2007


Author: static

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

Modified Files:
	php-pecl-Fileinfo.spec 
Log Message:
Changed buildreq from file to file-devel



Index: php-pecl-Fileinfo.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-Fileinfo/devel/php-pecl-Fileinfo.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- php-pecl-Fileinfo.spec	16 Apr 2007 04:41:47 -0000	1.4
+++ php-pecl-Fileinfo.spec	16 Apr 2007 15:09:37 -0000	1.5
@@ -5,7 +5,7 @@
 Summary: 	Fileinfo is a PHP extension that wraps the libmagic library
 Name: 		php-pecl-Fileinfo
 Version: 	1.0.4
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 License: 	PHP License
 Group: 		Development/Languages
 URL: 		http://pecl.php.net/package/Fileinfo
@@ -19,7 +19,8 @@
 Provides: 	php-pecl(Fileinfo),
 Provides:	php-Fileinfo
 Requires: 	php-api = %{php_apiver}
-BuildRequires: 	php-devel, file
+BuildRequires: 	php-devel
+BuildRequires:	file-devel
 
 %description
 This extension allows the retrieval of file type information for the vast
@@ -37,7 +38,6 @@
 
 %build
 cd Fileinfo-%{version}
-bash
 phpize
 %configure
 %{__make} %{?_smp_mflags}
@@ -64,6 +64,9 @@
 %{php_extdir}/fileinfo.so
 
 %changelog
+* Mon Apr 16 2007 Brandon Holbrook <fedora AT theholbrooks DOT org> 1.0.4-3
+- magic.h is now part of file-devel, not file. Changed buildreqs
+
 * Sat Apr 14 2007 Brandon Holbrook <fedora AT theholbrooks DOT org> 1.0.4-2
 - Added a patch to config.m4 that fixes improper detection of the system's magic database file [bz 235110]
 




More information about the scm-commits mailing list