Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2023-05-22 13:14:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Mon May 22 13:14:09 2023 rev:258 rq:1088140 version:7.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2023-05-09 
13:08:23.513397399 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new.1533/virtualbox.changes  
2023-05-22 13:14:12.822773889 +0200
@@ -1,0 +2,17 @@
+Sun May 14 16:51:46 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update python311.patch: remove changes that only work on 
+  Tumbleweed 
+
+-------------------------------------------------------------------
+Sat May 13 20:07:37 UTC 2023 - Larry Finger <larry.fin...@gmail.com>
+
+- Patch python311.patch fails on Leap 15.4 and Leap 15.5. Change spec file so 
thqt it is only
+  applied for Tumbleweed. 
+
+-------------------------------------------------------------------
+Fri May 12 20:35:44 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update python311.patch to also detect vboxpython module with python 3.11
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python311.patch ++++++
--- /var/tmp/diff_new_pack.04UxO0/_old  2023-05-22 13:14:14.462782074 +0200
+++ /var/tmp/diff_new_pack.04UxO0/_new  2023-05-22 13:14:14.466782094 +0200
@@ -1,8 +1,8 @@
-diff --git a/configure b/configure
-index 0872ec4c..037680e0 100755
---- a/configure
-+++ b/configure
-@@ -2132,7 +2132,7 @@ extern "C" int main(void)
+Index: VirtualBox-7.0.8/configure
+===================================================================
+--- VirtualBox-7.0.8.orig/configure
++++ VirtualBox-7.0.8/configure
+@@ -2137,7 +2137,7 @@ extern "C" int main(void)
  }
  EOF
    found=
@@ -11,11 +11,11 @@
    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/VBox/Installer/linux/routines.sh 
b/src/VBox/Installer/linux/routines.sh
-index 08e06358..44eba726 100644
---- a/src/VBox/Installer/linux/routines.sh
-+++ b/src/VBox/Installer/linux/routines.sh
-@@ -446,7 +446,7 @@ maybe_run_python_bindings_installer() {
+Index: VirtualBox-7.0.8/src/VBox/Installer/linux/routines.sh
+===================================================================
+--- VirtualBox-7.0.8.orig/src/VBox/Installer/linux/routines.sh
++++ VirtualBox-7.0.8/src/VBox/Installer/linux/routines.sh
+@@ -444,7 +444,7 @@ maybe_run_python_bindings_installer() {
      # the VirtualBox API bindings. Needs to prevent double installs which 
waste
      # quite a bit of time.
      PYTHONS=""
@@ -24,4 +24,15 @@
          if [ "`$p -c 'import sys
  if sys.version_info >= (2, 6) and (sys.version_info < (3, 0) or 
sys.version_info >= (3, 3)):
      print(\"test\")' 2> /dev/null`" != "test" ]; then
+--- VirtualBox-7.0.8.orig/src/libs/xpcom18a4/python/Makefile.kmk
++++ VirtualBox-7.0.8/src/libs/xpcom18a4/python/Makefile.kmk
+@@ -753,7 +753,7 @@ ifdef VBOX_PYTHONDEF_INC
+   # TODO: ASSUMING that we don't need a different headers for pymalloc
+   #       ('m' builds < 3.8) and CRT malloc.
+   #
+-  VBOX_PYTHON_LIMITED_API_VER := $(firstword $(foreach ver, 35 36 38 39 310   
34 33 \
++  VBOX_PYTHON_LIMITED_API_VER := $(firstword $(foreach ver, 35 36 38 39 310 
311   34 33 \
+       ,$(if-expr defined(VBOX_PYTHON$(ver)_INC),$(ver),)$(if-expr 
defined(VBOX_PYTHON$(ver)M_INC),$(ver)M,)))
+   ifneq ($(VBOX_PYTHON_LIMITED_API_VER),)
+    DLLS += VBoxPython3
 

Reply via email to