New version

This commit is contained in:
Jaroslav Škarvada 2011-06-27 14:10:15 +02:00
parent bcaa5bde2e
commit baaf5caf5b
3 changed files with 7 additions and 5 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
tk8.5.8-src.tar.gz
/tk8.5.9-src.tar.gz
tk8.5.10-src.tar.gz

View File

@ -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@redhat.com> - 1:8.5.10-1
- New version
* Thu May 05 2011 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.5.9-4
- Packaged tkAppInit.c into devel subpackage (#702088)
- Removed spec code for deprecated prolog.ps file (#702088)