diff --git a/tk.spec b/tk.spec index 62372ea..615789a 100644 --- a/tk.spec +++ b/tk.spec @@ -3,7 +3,7 @@ Summary: The graphical toolkit for the Tcl scripting language Name: tk Version: %{majorver}.15 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -14,7 +14,7 @@ Requires: tcl = %{epoch}:%{version} Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: tcl-devel = %{epoch}:%{version}, autoconf -BuildRequires: libX11-devel +BuildRequires: libX11-devel, gawk # panedwindow.n from itcl conflicts Conflicts: itcl <= 3.2 Patch1: tk-confi.patch @@ -107,6 +107,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Fri Aug 31 2007 Jeremy Katz - 1:8.4.15-4 +- BR gawk to unbreak things + * Thu Aug 9 2007 Marcela Maslanova - 1:8.4.15-3 - check licence, build for mass rebuild