[Pkg-tcltk-commits] r1832 - in tcl8.6/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Jul 28 03:21:16 UTC 2016
Author: sgolovan
Date: 2016-07-28 03:21:16 +0000 (Thu, 28 Jul 2016)
New Revision: 1832
Removed:
tcl8.6/trunk/debian/patches/finalize-notifier.diff
Modified:
tcl8.6/trunk/debian/changelog
tcl8.6/trunk/debian/patches/series
tcl8.6/trunk/debian/rules
Log:
[tcl8.6]
* New upstream release.
* Removed the patch fich fixed a segfault on exit if run on
hardware supporting HLE/RTM extensions since the bug is fixed upstream.
* Bumped standards version to 3.9.8.
Modified: tcl8.6/trunk/debian/changelog
===================================================================
--- tcl8.6/trunk/debian/changelog 2016-04-26 14:46:37 UTC (rev 1831)
+++ tcl8.6/trunk/debian/changelog 2016-07-28 03:21:16 UTC (rev 1832)
@@ -1,8 +1,11 @@
-tcl8.6 (8.6.5+dfsg-3) UNRELEASED; urgency=medium
+tcl8.6 (8.6.6+dfsg-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Removed the patch fich fixed a segfault on exit if run on
+ hardware supporting HLE/RTM extensions since the bug is fixed upstream.
+ * Bumped standards version to 3.9.8.
- -- Sergei Golovan <sgolovan at debian.org> Mon, 21 Mar 2016 16:00:09 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 28 Jul 2016 06:04:49 +0300
tcl8.6 (8.6.5+dfsg-2) unstable; urgency=medium
Deleted: tcl8.6/trunk/debian/patches/finalize-notifier.diff
===================================================================
--- tcl8.6/trunk/debian/patches/finalize-notifier.diff 2016-04-26 14:46:37 UTC (rev 1831)
+++ tcl8.6/trunk/debian/patches/finalize-notifier.diff 2016-07-28 03:21:16 UTC (rev 1832)
@@ -1,20 +0,0 @@
-Author: Hirofumi Ogawa <hirofumi at mail.parknet.co.jp>
-Description: Patch fixes segfault on exit for modern hardware.
-Last-Modified: Mon, 21 Mar 2016 15:31:38 +0300
-Bug: http://core.tcl.tk/tcl/tktview?name=d3071887db
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818697
-
---- a/unix/tclUnixNotfy.c
-+++ b/unix/tclUnixNotfy.c
-@@ -433,9 +433,11 @@
- "unable to write q to triggerPipe");
- }
- close(triggerPipe);
-+ pthread_mutex_lock(¬ifierMutex);
- while(triggerPipe != -1) {
- pthread_cond_wait(¬ifierCV, ¬ifierMutex);
- }
-+ pthread_mutex_unlock(¬ifierMutex);
- if (notifierThreadRunning) {
- int result = pthread_join((pthread_t) notifierThread, NULL);
-
Modified: tcl8.6/trunk/debian/patches/series
===================================================================
--- tcl8.6/trunk/debian/patches/series 2016-04-26 14:46:37 UTC (rev 1831)
+++ tcl8.6/trunk/debian/patches/series 2016-07-28 03:21:16 UTC (rev 1832)
@@ -4,4 +4,3 @@
confsearch.diff
non-linux.diff
manpages.diff
-finalize-notifier.diff
Modified: tcl8.6/trunk/debian/rules
===================================================================
--- tcl8.6/trunk/debian/rules 2016-04-26 14:46:37 UTC (rev 1831)
+++ tcl8.6/trunk/debian/rules 2016-07-28 03:21:16 UTC (rev 1832)
@@ -128,11 +128,11 @@
TMPDIR=`mktemp -d /tmp/tcl8.6.XXXXXX` && \
cd $$TMPDIR && \
wget -O - \
- http://prdownloads.sourceforge.net/tcl/tcl-core$(v).5-src.tar.gz | tar -zx && \
+ http://prdownloads.sourceforge.net/tcl/tcl-core$(v).6-src.tar.gz | tar -zx && \
for f in `find . -name *.chm` ; do \
echo "REMOVING NON-FREE FILE $$f" ; rm -f $$f ; \
done && \
- tar -zcf $$CURDIR/tcl$(v)_$(v).5+dfsg.orig.tar.gz tcl$(v).5 && \
+ tar -zcf $$CURDIR/tcl$(v)_$(v).6+dfsg.orig.tar.gz tcl$(v).6 && \
rm -rf $$TMPDIR
.PHONY: override_dh_auto_clean override_dh_auto_configure override_dh_auto_install \
More information about the Pkg-tcltk-commits
mailing list