[packages/itk] - fixed pkgIndex.tcl syntax in soname patch; release 2

qboosh qboosh at pld-linux.org
Thu Jan 16 19:17:31 CET 2020


commit ec6ee9726a56a952d4869aa04ec5be38a8914266
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jan 16 19:17:32 2020 +0100

    - fixed pkgIndex.tcl syntax in soname patch; release 2

 itk-soname.patch | 4 ++--
 itk.spec         | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/itk.spec b/itk.spec
index b8bc17c..0f74e9b 100644
--- a/itk.spec
+++ b/itk.spec
@@ -2,7 +2,7 @@ Summary:	[incr Tk] - object-oriented extension of the Tcl/Tk language
 Summary(pl.UTF-8):	[incr Tk] - obiektowo zorientowane rozszerzenie języka Tcl/Tk
 Name:		itk
 Version:	4.1.0
-Release:	1
+Release:	2
 License:	Tcl (BSD-like)
 Group:		Development/Languages/Tcl
 Source0:	http://downloads.sourceforge.net/incrtcl/%{name}%{version}.tar.gz
diff --git a/itk-soname.patch b/itk-soname.patch
index ca8499f..2cd32a0 100644
--- a/itk-soname.patch
+++ b/itk-soname.patch
@@ -28,5 +28,5 @@
  if {[string length [package provide Itcl]] && ![package vsatisfies [package provide Itcl] 4.1]} return
 -package ifneeded itk @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itk]
 -package ifneeded Itk @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itk]
-+package ifneeded itk @PACKAGE_VERSION@ [list load "@libdir@"/"@PKG_LIB_FILE at .0" Itk]
-+package ifneeded Itk @PACKAGE_VERSION@ [list load "@libdir@"/"@PKG_LIB_FILE at .0" Itk]
++package ifneeded itk @PACKAGE_VERSION@ [list load "@libdir@/@PKG_LIB_FILE at .0" Itk]
++package ifneeded Itk @PACKAGE_VERSION@ [list load "@libdir@/@PKG_LIB_FILE at .0" Itk]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/itk.git/commitdiff/ec6ee9726a56a952d4869aa04ec5be38a8914266



More information about the pld-cvs-commit mailing list