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

Jaroslav Škarvada jskarvad at fedoraproject.org
Fri Jun 13 13:29:53 UTC 2014


commit d15322649c61eef42fec889e4ce9e5a4a628d34b
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Fri Jun 13 15:29:43 2014 +0200

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

 tcl.spec |    7 +++++--
 1 files 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 <jskarvad at redhat.com> - 1:8.6.1.1-5
+- Re-enabled threads (previously reported bugs are no more reproducible)
+
 * Mon Jun  2 2014 Ville Skyttä <ville.skytta at iki.fi> - 1:8.6.1-4
 - Use system zlib instead of bundled one
 


More information about the scm-commits mailing list