diff --git a/tk.spec b/tk.spec index eafdf39..c7e02de 100644 --- a/tk.spec +++ b/tk.spec @@ -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 - 1:8.6.10-2 +- Fixed font sizes + Resolves: rhbz#1244729 + * Tue Nov 26 2019 Jaroslav Škarvada - 1:8.6.10-1 - New version - Upated patches