From 22fce0e222f92ce9aaa9f1f53d2e295638d86c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 12 Nov 2012 21:47:06 +0100 Subject: [PATCH] New version Resolves: rhbz#875830 --- sources | 2 +- tk.spec | 6 +++++- tk8.5-make.patch | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 38a9614..45a4236 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a01640176845c1f654a412cfc9bab13b tk8.5.12-src.tar.gz +1fc7dbb7495160756dbc805224afa360 tk8.5.13-src.tar.gz diff --git a/tk.spec b/tk.spec index 9e6bf30..a807e9a 100644 --- a/tk.spec +++ b/tk.spec @@ -1,5 +1,5 @@ %define majorver 8.5 -%define vers %{majorver}.12 +%define vers %{majorver}.13 Summary: The graphical toolkit for the Tcl scripting language Name: tk @@ -119,6 +119,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}%{majorver}/tkAppInit.c %changelog +* Mon Nov 12 2012 Jaroslav Škarvada - 1:8.5.13-1 +- New version + Resolves: rhbz#875830 + * Mon Jul 30 2012 Jaroslav Škarvada - 1:8.5.12-1 - New version Resolves: rhbz#843902 diff --git a/tk8.5-make.patch b/tk8.5-make.patch index 251342b..dbf41c2 100644 --- a/tk8.5-make.patch +++ b/tk8.5-make.patch @@ -8,5 +8,5 @@ diff -up tk8.5.2/unix/Makefile.in.ble tk8.5.2/unix/Makefile.in - @chmod 555 "$(DLL_INSTALL_DIR)/$(LIB_FILE)" + @chmod 755 "$(DLL_INSTALL_DIR)/$(LIB_FILE)" @if test -f "tk${MAJOR_VERSION}${MINOR_VERSION}.dll"; then \ - $(INSTALL_LIBRARY) "${TOP_DIR}/win/tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\ + $(INSTALL_LIBRARY) "tk${MAJOR_VERSION}${MINOR_VERSION}.dll" "$(DLL_INSTALL_DIR)";\ chmod 555 "$(DLL_INSTALL_DIR)/tk${MAJOR_VERSION}${MINOR_VERSION}.dll";\