[Pkg-erlang-commits] r1975 - in erlang/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon Nov 27 05:49:18 UTC 2017
Author: sgolovan
Date: 2017-11-27 05:49:18 +0000 (Mon, 27 Nov 2017)
New Revision: 1975
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/patches/wxgl.patch
Log:
[erlang]
* Added a bug reference to the patch description.
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2017-11-25 20:33:02 UTC (rev 1974)
+++ erlang/trunk/debian/changelog 2017-11-27 05:49:18 UTC (rev 1975)
@@ -4,7 +4,7 @@
* Applied a patch from upstream to fix crash in OpenGL applications like
wings3d (closes: #881156).
- -- Sergei Golovan <sgolovan at debian.org> Sat, 25 Nov 2017 23:15:07 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 27 Nov 2017 08:45:16 +0300
erlang (1:20.1.6+dfsg-1) unstable; urgency=medium
Modified: erlang/trunk/debian/patches/wxgl.patch
===================================================================
--- erlang/trunk/debian/patches/wxgl.patch 2017-11-25 20:33:02 UTC (rev 1974)
+++ erlang/trunk/debian/patches/wxgl.patch 2017-11-27 05:49:18 UTC (rev 1975)
@@ -2,15 +2,10 @@
From: Dan Gudmundsson <dgud at erlang.org>
Date: Tue, 17 Oct 2017 10:28:51 +0200
Subject: [PATCH] Correct io_vec handling
+Description: Can not depend on internal knowledge of binaries any more
+ it changed and caused at least opengl to crash in OTP-20.1
+Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881156
-Can not depend on internal knowledge of binaries any more
-it changed and caused at least opengl to crash in OTP-20.1
----
- lib/wx/c_src/wxe_driver.c | 23 ++++++++++++++++-------
- 1 file changed, 16 insertions(+), 7 deletions(-)
-
-diff --git a/lib/wx/c_src/wxe_driver.c b/lib/wx/c_src/wxe_driver.c
-index 5da71818e54..26ae3564e75 100644
--- a/lib/wx/c_src/wxe_driver.c
+++ b/lib/wx/c_src/wxe_driver.c
@@ -33,6 +33,7 @@
More information about the Pkg-erlang-commits
mailing list