- update to 8.5.6
This commit is contained in:
parent
32d34877b7
commit
79c0c28cae
@ -1 +1,2 @@
|
||||
tcl8.5.5-src.tar.gz
|
||||
tcl8.5.6-src.tar.gz
|
||||
|
||||
1
sources
1
sources
@ -1 +1,2 @@
|
||||
39faed045bd03da1267fb66c9b75349f tcl8.5.5-src.tar.gz
|
||||
d0b0b3ff7600ff63135c710b575265cd tcl8.5.6-src.tar.gz
|
||||
|
||||
@ -1,35 +1,12 @@
|
||||
diff -up tcl8.5.0/generic/tclInt.h.expect-compat tcl8.5.0/generic/tclInt.h
|
||||
--- tcl8.5.0/generic/tclInt.h.expect-compat 2008-01-04 21:42:44.000000000 +0100
|
||||
+++ tcl8.5.0/generic/tclInt.h 2008-01-04 21:43:47.000000000 +0100
|
||||
@@ -2728,7 +2728,7 @@ MODULE_SCOPE void TclClockInit(Tcl_Inter
|
||||
MODULE_SCOPE int TclClockOldscanObjCmd(
|
||||
ClientData clientData, Tcl_Interp *interp,
|
||||
int objc, Tcl_Obj *const objv[]);
|
||||
-MODULE_SCOPE int Tcl_CloseObjCmd(ClientData clientData,
|
||||
+extern int Tcl_CloseObjCmd(ClientData clientData,
|
||||
Tcl_Interp *interp, int objc,
|
||||
Tcl_Obj *const objv[]);
|
||||
MODULE_SCOPE int Tcl_ConcatObjCmd(ClientData clientData,
|
||||
@@ -2889,7 +2889,7 @@ MODULE_SCOPE int Tcl_RegsubObjCmd(Client
|
||||
MODULE_SCOPE int Tcl_RenameObjCmd(ClientData clientData,
|
||||
Tcl_Interp *interp, int objc,
|
||||
Tcl_Obj *const objv[]);
|
||||
-MODULE_SCOPE int Tcl_ReturnObjCmd(ClientData clientData,
|
||||
+extern int Tcl_ReturnObjCmd(ClientData clientData,
|
||||
Tcl_Interp *interp, int objc,
|
||||
Tcl_Obj *const objv[]);
|
||||
MODULE_SCOPE int Tcl_ScanObjCmd(ClientData clientData,
|
||||
|
||||
diff -up tcl8.5.0/generic/tclPort.h.old tcl8.5.0/generic/tclPort.h
|
||||
--- tcl8.5.0/generic/tclPort.h.old 2008-01-04 17:49:08.000000000 +0100
|
||||
+++ tcl8.5.0/generic/tclPort.h 2008-01-04 17:49:21.000000000 +0100
|
||||
diff -up tcl8.5.6/generic/tclPort.h.old tcl8.5.6/generic/tclPort.h
|
||||
--- tcl8.5.6/generic/tclPort.h.old 2009-02-09 16:40:08.000000000 +0100
|
||||
+++ tcl8.5.6/generic/tclPort.h 2009-02-09 16:40:26.000000000 +0100
|
||||
@@ -24,7 +24,7 @@
|
||||
#if defined(__WIN32__)
|
||||
# include "../win/tclWinPort.h"
|
||||
# include "tclWinPort.h"
|
||||
#else
|
||||
-# include "tclUnixPort.h"
|
||||
+# include "../unix/tclUnixPort.h"
|
||||
#endif
|
||||
|
||||
#if !defined(LLONG_MIN)
|
||||
|
||||
|
||||
5
tcl.spec
5
tcl.spec
@ -1,5 +1,5 @@
|
||||
%define majorver 8.5
|
||||
%define vers %{majorver}.5
|
||||
%define vers %{majorver}.6
|
||||
|
||||
Summary: Tool Command Language, pronounced tickle
|
||||
Name: tcl
|
||||
@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/%{name}8.5/%{name}Config.sh
|
||||
|
||||
%changelog
|
||||
* Mon Feb 9 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1:8.5.6-1
|
||||
- update to 8.5.6
|
||||
|
||||
* Mon Nov 24 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.5-2
|
||||
- change summary according to discussion on fedora-devel
|
||||
RFC fix summary :)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user