rpms/tcl/devel tcl.spec, 1.66, 1.67 tcl-8.4.15-regexp.patch, 1.1, NONE tcl-8.4.7-path.patch, 1.2, NONE

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Mon Jan 7 08:34:37 UTC 2008


Author: mmaslano

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

Modified Files:
	tcl.spec 
Removed Files:
	tcl-8.4.15-regexp.patch tcl-8.4.7-path.patch 
Log Message:
Cleaning CVS, remove useless patches.



Index: tcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- tcl.spec	3 Jan 2008 09:07:48 -0000	1.66
+++ tcl.spec	7 Jan 2008 08:34:00 -0000	1.67
@@ -3,7 +3,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}.0
-Release: 2%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 License: TCL
 Group: Development/Languages
@@ -12,10 +12,12 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Buildrequires: autoconf
 Provides: tcl(abi) = %{majorver}
-##Conflicts: tcldict
+Obsoletes: tcl-tcldict <= 8.5.2
+Provides: tcl-tcldict = 8.5.2
 Patch0: tcl-8.5.0-autopath.patch
 Patch1: tcl-8.5.0-conf.patch
 Patch2: tcl-8.5.0-make.patch
+Patch3: tcl-8.5.0-hidden.patch
 
 %description
 The Tcl (Tool Command Language) provides a powerful platform for
@@ -49,10 +51,13 @@
 %patch0 -p1 -b .autopath
 %patch1 -p1 -b .conf
 %patch2 -p1 -b .make
+%patch3 -p1 -b .hidden
 
 %build
 pushd unix
 autoconf
+CFLAGS=-DTCL_NO_STACK_CHECK=1
+export CFLAGS
 %configure --enable-threads
 make %{?_smp_mflags} TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
 
@@ -117,6 +122,15 @@
 %{_libdir}/%{name}Config.sh
 
 %changelog
+* 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
+
+* Sat Jan  5 2008 Wart <wart at kobold.org> - 1:8.5.0-3
+- Obsolete the tcl-tcldict package that has been incorporated
+  into the main Tcl source code.
+- Disable the the stack checking code; it makes assumptions that are
+  not necessarily true on Fedora and causes some apps to fail (BZ #425799)
+
 * Thu Jan  3 2008 Marcela Maslanova <mmaslano at redhat.com> - 1:8.5.0-2
 - rebuilt because of nonsense in tag
 


--- tcl-8.4.15-regexp.patch DELETED ---


--- tcl-8.4.7-path.patch DELETED ---




More information about the fedora-extras-commits mailing list