[Pkg-tcltk-commits] r1271 - in tcllib/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Jun 26 12:54:18 UTC 2012
Author: sgolovan
Date: 2012-06-26 12:54:18 +0000 (Tue, 26 Jun 2012)
New Revision: 1271
Added:
tcllib/trunk/debian/patches/ini.diff
Modified:
tcllib/trunk/debian/changelog
tcllib/trunk/debian/patches/series
Log:
[tcllib]
* Added a patch which fixes ::ini::commit procedure in the inifile module.
Modified: tcllib/trunk/debian/changelog
===================================================================
--- tcllib/trunk/debian/changelog 2012-05-30 05:06:05 UTC (rev 1270)
+++ tcllib/trunk/debian/changelog 2012-06-26 12:54:18 UTC (rev 1271)
@@ -1,8 +1,8 @@
-tcllib (1.14-dfsg-3) UNRELEASED; urgency=low
+tcllib (1.14-dfsg-3) unstable; urgency=low
- * NOT RELEASED YET
+ * Added a patch which fixes ::ini::commit procedure in the inifile module.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 14 May 2012 10:29:53 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Tue, 26 Jun 2012 16:53:47 +0400
tcllib (1.14-dfsg-2) unstable; urgency=low
Added: tcllib/trunk/debian/patches/ini.diff
===================================================================
--- tcllib/trunk/debian/patches/ini.diff (rev 0)
+++ tcllib/trunk/debian/patches/ini.diff 2012-06-26 12:54:18 UTC (rev 1271)
@@ -0,0 +1,15 @@
+Author: Upstream
+Description: Patch fixes ::ini::commit
+Last-updated: Tue, 26 Jun 2012 16:25:46 +0400
+
+--- tcllib-1.14-dfsg.orig/modules/inifile/ini.tcl
++++ tcllib-1.14-dfsg/modules/inifile/ini.tcl
+@@ -89,7 +89,7 @@
+ }
+ puts $channel ""
+ }
+- close $channel
++ ::close $channel
+ ::set channel [::open $file r+]
+ return
+ }
Modified: tcllib/trunk/debian/patches/series
===================================================================
--- tcllib/trunk/debian/patches/series 2012-05-30 05:06:05 UTC (rev 1270)
+++ tcllib/trunk/debian/patches/series 2012-06-26 12:54:18 UTC (rev 1271)
@@ -1,2 +1,3 @@
build.diff
manpages.diff
+ini.diff
More information about the Pkg-tcltk-commits
mailing list