rpms/tcl/devel tcl.spec,1.67,1.68

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Tue Jan 8 14:33:54 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/tcl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15542

Modified Files:
	tcl.spec 
Log Message:
Remove option without stack checking.



Index: tcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- tcl.spec	7 Jan 2008 08:34:00 -0000	1.67
+++ tcl.spec	8 Jan 2008 14:33:19 -0000	1.68
@@ -3,7 +3,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 1
 License: TCL
 Group: Development/Languages
@@ -56,8 +56,6 @@
 %build
 pushd unix
 autoconf
-CFLAGS=-DTCL_NO_STACK_CHECK=1
-export CFLAGS
 %configure --enable-threads
 make %{?_smp_mflags} TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
 
@@ -122,6 +120,11 @@
 %{_libdir}/%{name}Config.sh
 
 %changelog
+* Tue Jan  8 2008 Marcela Maslanova <mmaslano at redhat.com> - 1:8.5.0-5
+- stack checking is ok, error is in application. Removing withouth stack.
+- tcl-8.5.0-hidden.patch isn't ok, fix should be in expect. In the meantime
+	the patch stay here.
+
 * Mon Jan  7 2008 Marcela Maslanova <mmaslano at redhat.com> - 1:8.5.0-4
 - add patch from atkac at redhat dot com - fix linking with hidden objects
 




More information about the fedora-extras-commits mailing list