Fixed font sizes

Resolves: rhbz#1244729
This commit is contained in:
Jaroslav Škarvada 2020-01-13 12:29:20 +01:00
parent 12e15c434e
commit e947465919
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Summary: The graphical toolkit for the Tcl scripting language
Name: tk
Version: %{vers}
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
License: TCL
URL: http://tcl.sourceforge.net
@ -21,6 +21,8 @@ Provides: tile = 0.8.2
Patch1: tk-8.6.10-make.patch
Patch2: tk-8.6.10-conf.patch
Patch3: tk-8.6.7-no-fonts-fix.patch
# https://core.tcl-lang.org/tk/tktview/dccd82bdc70dc25bb6709a6c14880a92104dda43
Patch4: tk-8.6.10-font-sizes-fix.patch
%description
When paired with the Tcl scripting language, Tk provides a fast and powerful
@ -44,6 +46,7 @@ The package contains the development files and man pages for tk.
%patch1 -p1 -b .make
%patch2 -p1 -b .conf
%patch3 -p1 -b .no-fonts-fix
%patch4 -p1 -b .font-sizes-fix
%build
cd unix
@ -104,6 +107,10 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu
%{_datadir}/%{name}%{majorver}/tkAppInit.c
%changelog
* Mon Jan 13 2020 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.10-2
- Fixed font sizes
Resolves: rhbz#1244729
* Tue Nov 26 2019 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.10-1
- New version
- Upated patches