]> git.pld-linux.org Git - packages/itk.git/commitdiff
- updated to 4.1.0 (new soname) auto/th/itk-4.1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jan 2019 19:00:09 +0000 (20:00 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jan 2019 19:00:09 +0000 (20:00 +0100)
- updated soname patch

itk-soname.patch
itk.spec

index 0325a2fe7bfc585bf3b3a5dda31cf9ec1dbbe8e3..ca8499fdf3f62cb1d5332731b3634d6c8a68d933 100644 (file)
  
  $(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]
index d40902ebdfb539e4d9a9f8b31b79db68cdcccd6b..b8bc17cb4ab7db7a3d81683f1a361fcd72e4671a 100644 (file)
--- 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
This page took 0.036726 seconds and 4 git commands to generate.