[tk] New version

Jaroslav Škarvada jskarvad at fedoraproject.org
Mon Jun 27 12:10:31 UTC 2011


commit baaf5caf5bc9e6ad449ceaf6c42b4ad42060088e
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Mon Jun 27 14:10:15 2011 +0200

    New version

 .gitignore                               |    3 +--
 tk8.5-conf.patch => tk-8.5.10-conf.patch |    0
 tk.spec                                  |    9 ++++++---
 3 files changed, 7 insertions(+), 5 deletions(-)
---
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 <jskarvad at redhat.com> - 1:8.5.10-1
+- New version
+
 * Thu May 05 2011 Jaroslav Škarvada <jskarvad at redhat.com> - 1:8.5.9-4
 - Packaged tkAppInit.c into devel subpackage (#702088)
 - Removed spec code for deprecated prolog.ps file (#702088)


More information about the scm-commits mailing list