[arch-commits] Commit in virtualbox/trunk (011-python-3-7.patch PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Jul 31 19:28:03 UTC 2018


    Date: Tuesday, July 31, 2018 @ 19:28:02
  Author: eworm
Revision: 366109

upgpkg: virtualbox 5.2.16-2

python 3.7 rebuild

Modified:
  virtualbox/trunk/011-python-3-7.patch
  virtualbox/trunk/PKGBUILD

----------------------+
 011-python-3-7.patch |   13 +++++++++++++
 PKGBUILD             |    4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)

Modified: 011-python-3-7.patch
===================================================================
--- 011-python-3-7.patch	2018-07-31 19:21:10 UTC (rev 366108)
+++ 011-python-3-7.patch	2018-07-31 19:28:02 UTC (rev 366109)
@@ -11,3 +11,16 @@
    for p in $PYTHONDIR; do
      for d in $SUPPYTHONLIBS; do
        for b in lib/x86_64-linux-gnu lib/i386-linux-gnu lib64 lib/64 lib; do
+diff --git a/src/libs/xpcom18a4/python/src/ErrorUtils.cpp b/src/libs/xpcom18a4/python/src/ErrorUtils.cpp
+index f211c7a9..fd6811c0 100644
+--- a/src/libs/xpcom18a4/python/src/ErrorUtils.cpp
++++ b/src/libs/xpcom18a4/python/src/ErrorUtils.cpp
+@@ -440,7 +440,7 @@ char *PyTraceback_AsString(PyObject *exc_tb)
+ #if PY_MAJOR_VERSION <= 2
+ 	char *tempResult = PyString_AsString(obResult);
+ #else
+-	char *tempResult = PyUnicode_AsUTF8(obResult);
++	const char *tempResult = PyUnicode_AsUTF8(obResult);
+ #endif
+ 	result = (char *)PyMem_Malloc(strlen(tempResult)+1);
+ 	if (result==NULL)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-31 19:21:10 UTC (rev 366108)
+++ PKGBUILD	2018-07-31 19:28:02 UTC (rev 366109)
@@ -11,7 +11,7 @@
          'virtualbox-guest-utils-nox'
          'virtualbox-ext-vnc')
 pkgver=5.2.16
-pkgrel=1
+pkgrel=2
 _vboxsf_commit='6a782003ad95a383c8b19b570a532271f090ad35'
 arch=('x86_64')
 url='http://virtualbox.org'
@@ -101,7 +101,7 @@
             '8b7f241107863f82a5b0ae336aead0b3366a40103ff72dbebf33f54b512a0cbc'
             '1acc7014bcb3d9ca6da29eed813c3d6e91a688c43f9d93802fd4e3814f67ace4'
             'c6ef35e6893d557c7c2269ff79bc299fe9058cfb2c933a7efdc7a8a7b6d9c5da'
-            '55224cb74b54b331d691f171efc0d4c058a14f738551f1d8f559146c2908635d'
+            '9535774f1858c0ad92f0edee99875dcf683e41a4c7c95494c8aeb81591426e5a'
             'a784f3cc24652a16385cc63abac6c5178932ca5f3861be7650631b7dafa753a4'
             'f3ed6741f8977f40900c8aa372fa082df1f8723d497d4fff445153c543bc8947')
 



More information about the arch-commits mailing list