Update tk to 8.5.2

This commit is contained in:
Marcela Mašláňová 2008-05-19 12:56:46 +00:00
parent 0d837f9700
commit a86dcedede
4 changed files with 13 additions and 10 deletions

View File

@ -1 +1 @@
tk8.5.1-src.tar.gz tk8.5.2-src.tar.gz

View File

@ -1 +1 @@
d95d4a180cd60b3736395bf80c7322c0 tk8.5.1-src.tar.gz bd014bd3e1a818e06ad375b95241452d tk8.5.2-src.tar.gz

View File

@ -2,8 +2,8 @@
Summary: The graphical toolkit for the Tcl scripting language Summary: The graphical toolkit for the Tcl scripting language
Name: tk Name: tk
Version: %{majorver}.1 Version: %{majorver}.2
Release: 4%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
License: TCL License: TCL
Group: Development/Languages Group: Development/Languages
@ -112,6 +112,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Mon May 19 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.2-1
- new version tk8.5.2
* Fri May 9 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.1-4 * Fri May 9 2008 Marcela Maslanova <mmaslano@redhat.com> - 1:8.5.1-4
- 445836 added BR (thanks to jamatos) - 445836 added BR (thanks to jamatos)

View File

@ -1,12 +1,12 @@
diff -up tk8.5.0/unix/Makefile.in.old tk8.5.0/unix/Makefile.in diff -up tk8.5.2/unix/Makefile.in.ble tk8.5.2/unix/Makefile.in
--- tk8.5.0/unix/Makefile.in.old 2007-12-17 18:57:25.000000000 +0100 --- tk8.5.2/unix/Makefile.in.ble 2008-03-28 19:46:36.000000000 +0100
+++ tk8.5.0/unix/Makefile.in 2008-01-15 15:00:15.000000000 +0100 +++ tk8.5.2/unix/Makefile.in 2008-05-19 14:45:52.000000000 +0200
@@ -715,7 +715,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_ST @@ -713,7 +713,7 @@ install-binaries: $(TK_LIB_FILE) $(TK_ST
fi fi
@echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/" @echo "Installing $(LIB_FILE) to $(LIB_INSTALL_DIR)/"
@@INSTALL_LIB@ @@INSTALL_LIB@
- @chmod 555 $(LIB_INSTALL_DIR)/$(LIB_FILE) - @chmod 555 "$(LIB_INSTALL_DIR)"/$(LIB_FILE)
+ @chmod 755 $(LIB_INSTALL_DIR)/$(LIB_FILE) + @chmod 755 "$(LIB_INSTALL_DIR)"/$(LIB_FILE)
@if test "$(TK_BUILD_EXP_FILE)" != ""; then \ @if test "$(TK_BUILD_EXP_FILE)" != ""; then \
echo "Installing $(TK_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \ echo "Installing $(TK_EXP_FILE) to $(LIB_INSTALL_DIR)/"; \
$(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \ $(INSTALL_DATA) $(TK_BUILD_EXP_FILE) \