New version

Resolves: rhbz#1163350
- Defuzzified conf patch
This commit is contained in:
Jaroslav Škarvada 2014-11-15 00:29:51 +01:00
parent ae6d19e1c5
commit 8132119cb6
3 changed files with 10 additions and 5 deletions

View File

@ -1 +1 @@
39782d44cf924827019a2828d54a80e7 tk8.6.2-src.tar.gz
85ca4dbf4dcc19777fd456f6ee5d0221 tk8.6.3-src.tar.gz

View File

@ -1,8 +1,8 @@
diff --git a/unix/tcl.m4 b/unix/tcl.m4
index 194cf90..c470e36 100644
index 30b3bc1..4f80f8b 100644
--- a/unix/tcl.m4
+++ b/unix/tcl.m4
@@ -1415,12 +1415,12 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
@@ -1403,12 +1403,12 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
# get rid of the warnings.
#CFLAGS_OPTIMIZE="${CFLAGS_OPTIMIZE} -D__NO_STRING_INLINES -D__NO_MATH_INLINES"

View File

@ -1,5 +1,5 @@
%define majorver 8.6
%define vers %{majorver}.2
%define vers %{majorver}.3
Summary: The graphical toolkit for the Tcl scripting language
Name: tk
@ -22,7 +22,7 @@ Conflicts: itcl <= 3.2
Obsoletes: tile <= 0.8.2
Provides: tile = 0.8.2
Patch1: tk-8.6.1-make.patch
Patch2: tk-8.6.1-conf.patch
Patch2: tk-8.6.3-conf.patch
# fix implicit linkage of freetype that breaks xft detection (#677692)
Patch3: tk-8.6.1-fix-xft.patch
@ -113,6 +113,11 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu
%{_datadir}/%{name}%{majorver}/tkAppInit.c
%changelog
* Fri Nov 14 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.3-1
- New version
Resolves: rhbz#1163350
- Defuzzified conf patch
* Wed Aug 27 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.2-1
- New version
Resolves: rhbz#1134023