rpms/python-imaging/EL-4 python-imaging.spec,1.14,1.15

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Sat Feb 24 02:16:08 UTC 2007


Author: mmcgrath

Update of /cvs/extras/rpms/python-imaging/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2073

Modified Files:
	python-imaging.spec 
Log Message:
Added build requires for tcl-devel


Index: python-imaging.spec
===================================================================
RCS file: /cvs/extras/rpms/python-imaging/EL-4/python-imaging.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-imaging.spec	14 Feb 2007 17:31:59 -0000	1.14
+++ python-imaging.spec	24 Feb 2007 02:15:36 -0000	1.15
@@ -5,7 +5,7 @@
 Summary:       Python's own image processing library
 Name:          python-imaging
 Version:       1.1.6
-Release:       2%{?dist}
+Release:       3%{?dist}
 
 License:       BSD
 Group:         Development/Languages
@@ -18,7 +18,7 @@
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python-devel, libjpeg-devel, zlib-devel, freetype-devel
-BuildRequires: tkinter, tk-devel
+BuildRequires: tkinter, tk-devel, tcl-devel
 
 Requires: tkinter
 
@@ -101,6 +101,9 @@
 
 
 %changelog
+* Fri Feb 23 2007 Mike McGrath <mmcgrath at redhat.com> - 1.1.6-3
+- Added buildrequires for tcl-devel (tk-devel does not pull in for RHEL4)
+
 * Wed Feb 14 2007 José Matos <jamatos[AT]fc.up.pt> - 1.1.6-2
 - Rebuild for Tcl/Tk downgrade (F7)
 




More information about the scm-commits mailing list