rpms/tkdnd/devel tkdnd.spec,1.6,1.7

Sander Hoentjen tjikkun at fedoraproject.org
Wed Dec 3 14:32:25 UTC 2008


Author: tjikkun

Update of /cvs/pkgs/rpms/tkdnd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15892

Modified Files:
	tkdnd.spec 
Log Message:
Add missing requires on libXft


Index: tkdnd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tkdnd/devel/tkdnd.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tkdnd.spec	3 Dec 2008 14:24:03 -0000	1.6
+++ tkdnd.spec	3 Dec 2008 14:31:55 -0000	1.7
@@ -3,7 +3,7 @@
 
 Name:           tkdnd
 Version:        1.0a2
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Tk extension that adds native drag & drop capabilities
 
 Group:          Development/Libraries
@@ -12,7 +12,7 @@
 Source0:        http://dl.sourceforge.net/tkdnd/tkdnd-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  tk-devel, libXext-devel
+BuildRequires:  tk-devel, libXext-devel, libXft-devel
 Requires: tcl(abi) = 8.5
 Patch1: tkdnd-1.0-rpmoptflags.patch       
 Patch2: tkdnd-1.0-64bit.patch
@@ -53,6 +53,9 @@
 
 
 %changelog
+* Wed Dec 03 2008 Sander Hoentjen <sander at hoentjen.eu> - 1.0a2-12
+- Add missing requires on libXft
+
 * Wed Dec 03 2008 Sander Hoentjen <sander at hoentjen.eu> - 1.0a2-11
 - Add requires on tcl
 




More information about the fedora-extras-commits mailing list