commit 46b109ddffe9fc46515b335afd17cdf5de4fe219
Author: Jakub Bogusz <qbo...@pld-linux.org>
Date:   Thu Jan 17 20:00:09 2019 +0100

    - updated to 4.1.0 (new soname)
    - updated soname patch

 itk-soname.patch | 14 +++++++-------
 itk.spec         | 10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/itk.spec b/itk.spec
index d40902e..b8bc17c 100644
--- a/itk.spec
+++ b/itk.spec
@@ -1,19 +1,19 @@
 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.0.2
+Version:       4.1.0
 Release:       1
 License:       Tcl (BSD-like)
 Group:         Development/Languages/Tcl
 Source0:       
http://downloads.sourceforge.net/incrtcl/%{name}%{version}.tar.gz
-# Source0-md5: 58f46bd5bba8d2ef12a1c553d8da6434
+# Source0-md5: 600df0a12868507c52d46fd59d4e1c16
 Patch0:                %{name}-soname.patch
 Patch1:                %{name}-tclconfig.patch
 URL:           http://incrtcl.sourceforge.net/itk/
 BuildRequires: autoconf >= 2.13
-BuildRequires: itcl-devel >= 4.0
+BuildRequires: itcl-devel >= 4.1
 BuildRequires: tk-devel >= 8.6
-Requires:      itcl >= 4.0
+Requires:      itcl >= 4.1
 Requires:      tk >= 8.6
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,7 +41,7 @@ Summary:      Header files for itk library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki itk
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      itcl-devel >= 4.0
+Requires:      itcl-devel >= 4.1
 Requires:      tk-devel >= 8.6
 
 %description devel
diff --git a/itk-soname.patch b/itk-soname.patch
index 0325a2f..ca8499f 100644
--- a/itk-soname.patch
+++ b/itk-soname.patch
@@ -20,13 +20,13 @@
  
  $(PKG_STUB_LIB_FILE): $(PKG_STUB_OBJECTS)
        -rm -f $(PKG_STUB_LIB_FILE)
---- itk4.0.2/pkgIndex.tcl.in.orig      2016-02-16 21:02:10.000000000 +0100
-+++ itk4.0.2/pkgIndex.tcl.in   2016-03-10 21:45:05.467914211 +0100
-@@ -1,5 +1,5 @@
- # Tcl package index file, version 1.0
+--- itk4.1.0/pkgIndex.tcl.in.orig      2019-01-17 19:22:30.327974793 +0100
++++ itk4.1.0/pkgIndex.tcl.in   2019-01-17 19:57:16.177950975 +0100
+@@ -2,5 +2,5 @@
  
- if {![package vsatisfies [package present Tcl] 8.6]} return
+ if {![package vsatisfies [package provide Tcl] 8.6]} return
+ 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@.0" 
Itk]
-+package ifneeded Itk @PACKAGE_VERSION@ [list load "@libdir@/@PKG_LIB_FILE@.0" 
Itk]
++package ifneeded itk @PACKAGE_VERSION@ [list load 
"@libdir@"/"@PKG_LIB_FILE@.0" Itk]
++package ifneeded Itk @PACKAGE_VERSION@ [list load 
"@libdir@"/"@PKG_LIB_FILE@.0" Itk]
================================================================

---- gitweb:

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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to