Re-enabled threads (previously reported bugs are no more reproducible)

This commit is contained in:
Jaroslav Škarvada 2014-06-13 16:00:32 +02:00
parent 90966fa658
commit 97ff6c8b7c
1 changed files with 5 additions and 2 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
Group: Development/Languages
@ -53,7 +53,7 @@ The package contains the development files and man pages for tk.
%build
cd unix
autoconf
%configure
%configure --enable-threads
make %{?_smp_mflags} CFLAGS="%{optflags}" TK_LIBRARY=%{_datadir}/%{name}%{majorver}
%check
@ -113,6 +113,9 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu
%{_datadir}/%{name}%{majorver}/tkAppInit.c
%changelog
* Fri Jun 13 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.1-2
- Re-enabled threads (previously reported bugs are no more reproducible)
* Thu Apr 24 2014 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.1-1
- New version
- Defuzzified patches