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

This commit is contained in:
Jaroslav Škarvada 2014-06-13 15:29:43 +02:00
parent 6f9e436b18
commit d15322649c

View File

@ -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@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@iki.fi> - 1:8.6.1-4
- Use system zlib instead of bundled one