commit ec6ee9726a56a952d4869aa04ec5be38a8914266
Author: Jakub Bogusz <[email protected]>
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@"/"@[email protected]" Itk]
-+package ifneeded Itk @PACKAGE_VERSION@ [list load 
"@libdir@"/"@[email protected]" Itk]
++package ifneeded itk @PACKAGE_VERSION@ [list load "@libdir@/@[email protected]" 
Itk]
++package ifneeded Itk @PACKAGE_VERSION@ [list load "@libdir@/@[email protected]" 
Itk]
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to