diff --git a/.gitignore b/.gitignore index f07f559..2dabb2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -tk8.5.8-src.tar.gz -/tk8.5.9-src.tar.gz +tk8.5.10-src.tar.gz diff --git a/tk8.5-conf.patch b/tk-8.5.10-conf.patch similarity index 100% rename from tk8.5-conf.patch rename to tk-8.5.10-conf.patch diff --git a/tk.spec b/tk.spec index dd4b881..a15e595 100644 --- a/tk.spec +++ b/tk.spec @@ -1,10 +1,10 @@ %define majorver 8.5 -%define vers %{majorver}.9 +%define vers %{majorver}.10 Summary: The graphical toolkit for the Tcl scripting language Name: tk Version: %{vers} -Release: 4%{?dist} +Release: 1%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -22,7 +22,7 @@ Conflicts: itcl <= 3.2 Obsoletes: tile <= 0.8.2 Provides: tile = 0.8.2 Patch1: tk8.5-make.patch -Patch2: tk8.5-conf.patch +Patch2: tk-8.5.10-conf.patch # this patch isn't needed since tk8.6b1 Patch3: tk-seg_input.patch # fix implicit linkage of freetype that breaks xft detection (#677692) @@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}%{majorver}/tkAppInit.c %changelog +* Mon Jun 27 2011 Jaroslav Škarvada - 1:8.5.10-1 +- New version + * Thu May 05 2011 Jaroslav Škarvada - 1:8.5.9-4 - Packaged tkAppInit.c into devel subpackage (#702088) - Removed spec code for deprecated prolog.ps file (#702088)