New version

Resolves: rhbz#875830
This commit is contained in:
Jaroslav Škarvada 2012-11-12 21:47:06 +01:00
parent 642346a3d3
commit 22fce0e222
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
a01640176845c1f654a412cfc9bab13b tk8.5.12-src.tar.gz
1fc7dbb7495160756dbc805224afa360 tk8.5.13-src.tar.gz

View File

@ -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 <jskarvad@redhat.com> - 1:8.5.13-1
- New version
Resolves: rhbz#875830
* Mon Jul 30 2012 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.5.12-1
- New version
Resolves: rhbz#843902

View File

@ -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";\