rpms/tcl/devel tcl-8.5.0-make.patch,1.1,1.2 tcl.spec,1.68,1.69

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


Author: mmaslano

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

Modified Files:
	tcl-8.5.0-make.patch tcl.spec 
Log Message:
tclsh8.5 is back because of back compatibility #428712



tcl-8.5.0-make.patch:

Index: tcl-8.5.0-make.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tcl/devel/tcl-8.5.0-make.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tcl-8.5.0-make.patch	2 Jan 2008 12:43:01 -0000	1.1
+++ tcl-8.5.0-make.patch	15 Jan 2008 13:54:25 -0000	1.2
@@ -1,16 +1,5 @@
 --- tcl8.5.0/unix/Makefile.in.make	2007-12-19 22:50:13.000000000 +0100
 +++ tcl8.5.0/unix/Makefile.in	2007-12-20 11:11:07.000000000 +0100
-@@ -731,8 +731,8 @@ install-binaries: binaries
- 	    $(INSTALL_DATA) $(TCL_BUILD_EXP_FILE) \
- 			$(LIB_INSTALL_DIR)/$(TCL_EXP_FILE); \
- 	    fi
--	@echo "Installing tclsh as $(BIN_INSTALL_DIR)/tclsh$(VERSION)"
--	@$(INSTALL_PROGRAM) tclsh $(BIN_INSTALL_DIR)/tclsh$(VERSION)
-+	@echo "Installing tclsh as $(BIN_INSTALL_DIR)/tclsh"
-+	@$(INSTALL_PROGRAM) tclsh $(BIN_INSTALL_DIR)/tclsh
- 	@echo "Installing tclConfig.sh to $(LIB_INSTALL_DIR)/"
- 	@$(INSTALL_DATA) tclConfig.sh $(LIB_INSTALL_DIR)/tclConfig.sh
- 	@if test "$(STUB_LIB_FILE)" != "" ; then \
 @@ -783,7 +783,7 @@ install-libraries: libraries $(INSTALL_T
  	    $(INSTALL_DATA) $$j $(SCRIPT_INSTALL_DIR)/http1.0; \
  	    done;


Index: tcl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcl/devel/tcl.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- tcl.spec	8 Jan 2008 14:33:19 -0000	1.68
+++ tcl.spec	15 Jan 2008 13:54:25 -0000	1.69
@@ -3,7 +3,7 @@
 Summary: Tcl scripting language development environment
 Name: tcl
 Version: %{majorver}.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 License: TCL
 Group: Development/Languages
@@ -72,7 +72,7 @@
 rm -rf $RPM_BUILD_ROOT
 make install -C unix INSTALL_ROOT=$RPM_BUILD_ROOT TCL_LIBRARY=%{_datadir}/%{name}%{majorver}
 
-#ln -s tclsh%{majorver} $RPM_BUILD_ROOT%{_bindir}/tclsh
+ln -s tclsh%{majorver} $RPM_BUILD_ROOT%{_bindir}/tclsh
 
 # for linking with -lib%{name}
 ln -s lib%{name}%{majorver}.so $RPM_BUILD_ROOT%{_libdir}/lib%{name}.so
@@ -120,6 +120,9 @@
 %{_libdir}/%{name}Config.sh
 
 %changelog
+* Tue Jan 15 2008 Marcela Maslanova <mmaslano at redhat.com> - 1:8.5.0-6
+- tclsh8.5 is back because of back compatibility #428712
+
 * 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




More information about the fedora-extras-commits mailing list