From d15322649c61eef42fec889e4ce9e5a4a628d34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 13 Jun 2014 15:29:43 +0200 Subject: [PATCH] Re-enabled threads (previously reported bugs are no more reproducible) --- tcl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tcl.spec b/tcl.spec index 30dfbfe..aaac6a1 100644 --- a/tcl.spec +++ b/tcl.spec @@ -5,7 +5,7 @@ Summary: Tool Command Language, pronounced tickle Name: tcl Version: %{vers} -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: TCL Group: Development/Languages @@ -65,7 +65,7 @@ autoconf %if %sdt --enable-dtrace \ %endif ---disable-threads \ +--enable-threads \ --enable-symbols \ --enable-shared @@ -136,6 +136,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}%{majorver}/ldAix %{_datadir}/%{name}%{majorver}/tclAppInit.c %changelog +* Fri Jun 13 2014 Jaroslav Škarvada - 1:8.6.1.1-5 +- Re-enabled threads (previously reported bugs are no more reproducible) + * Mon Jun 2 2014 Ville Skyttä - 1:8.6.1-4 - Use system zlib instead of bundled one