diff --git a/tcl.spec b/tcl.spec index 5144dd0..7d57b91 100644 --- a/tcl.spec +++ b/tcl.spec @@ -5,7 +5,7 @@ Summary: Tcl scripting language development environment Name: tcl Version: %{majorver}a5 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Development/Languages URL: http://tcl.sourceforge.net/ @@ -19,6 +19,7 @@ Patch3: tcl8.3.5-tclConfig-package-path-90160.patch Patch4: tcl-8.5a5-no_rpath.patch #Patch5: tcl-8.4.13-autoconf.patch Patch6: tcl-8.5a5-cflags.patch +Patch7: tcl-8.5a5-makefile.patch %description The Tcl (Tool Command Language) provides a powerful platform for @@ -72,6 +73,7 @@ cd %{name}%{version} pushd .. %patch6 -p1 -b .6-cflags popd +%patch7 -p1 -b .7-makefile # patch1 touches tcl.m4, and patch3 touches configure.in cd unix @@ -156,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{name}%{version}/html/* %changelog +* Thu Jan 25 2007 Marcela Maslanova - 8.5a5-5 +- rebuilt + * Mon Dec 18 2006 Marcela Maslanova - 8.5a5-4 - change in spec for compatibility with tk, version 8.5a5 - Resolves: rhbz#160441