[packages/itcl] - updated to 3.4.2

qboosh qboosh at pld-linux.org
Tue Jul 21 21:48:15 CEST 2015


commit 319f09acc259285515804951a6cdb29eeb21e260
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jul 21 21:49:32 2015 +0200

    - updated to 3.4.2

 itcl-soname.patch | 6 +++---
 itcl.spec         | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/itcl.spec b/itcl.spec
index cbda8d0..77d92f3 100644
--- a/itcl.spec
+++ b/itcl.spec
@@ -2,12 +2,12 @@ Summary:	[incr Tcl] - object-oriented extension of the Tcl language
 Summary(pl.UTF-8):	[incr Tcl] - obiektowo zorientowane rozszerzenie języka Tcl
 Name:		itcl
 %define	vermaj	3.4
-Version:	%{vermaj}.1
-Release:	2
+Version:	%{vermaj}.2
+Release:	1
 License:	distributable
 Group:		Development/Languages/Tcl
 Source0:	http://downloads.sourceforge.net/incrtcl/%{name}%{version}.tar.gz
-# Source0-md5:	e7c98e0f69df1a675073ddd3344f0b7f
+# Source0-md5:	3d8e97ab1a9f1910d3f405aa132153ae
 Patch0:		%{name}-soname.patch
 URL:		http://incrtcl.sourceforge.net/itcl/
 BuildRequires:	autoconf >= 2.13
diff --git a/itcl-soname.patch b/itcl-soname.patch
index d151099..a994604 100644
--- a/itcl-soname.patch
+++ b/itcl-soname.patch
@@ -20,11 +20,11 @@
  
  $(PKG_STUB_LIB_FILE): $(PKG_STUB_OBJECTS)
  	-rm -f $(PKG_STUB_LIB_FILE)
---- itcl3.4.1/pkgIndex.tcl.in.orig	2011-07-15 18:34:43.000000000 +0200
-+++ itcl3.4.1/pkgIndex.tcl.in	2011-12-02 17:07:08.483164656 +0100
+--- itcl3.4.2/pkgIndex.tcl.in.orig	2011-07-15 18:34:43.000000000 +0200
++++ itcl3.4.2/pkgIndex.tcl.in	2011-12-02 17:07:08.483164656 +0100
 @@ -1,4 +1,4 @@
  # Tcl package index file, version 1.0
  
- if {![package vsatisfies [package present Tcl] @TCL_VERSION@]} {return}
+ if {![package vsatisfies [package provide Tcl] @TCL_VERSION@]} {return}
 -package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itcl]
 +package ifneeded Itcl @PACKAGE_VERSION@ [list load "@libdir@/@PKG_LIB_FILE at .0" Itcl]
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/itcl.git/commitdiff/319f09acc259285515804951a6cdb29eeb21e260



More information about the pld-cvs-commit mailing list