Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2019-01-21 11:07:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Mon Jan 21 11:07:07 2019 rev:172 rq:667009 version:5.2.22

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2019-01-08 
12:19:23.628872259 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new.28833/virtualbox.changes 
2019-01-21 11:07:17.330741472 +0100
@@ -1,0 +2,15 @@
+Wed Jan 16 18:32:24 UTC 2019 - Larry Finger <larry.fin...@gmail.com>
+
+- Remove test patch "change_default_net_adapter.patch". It was made obsolete 
by upstream changes.
+
+-------------------------------------------------------------------
+Sun Jan 13 18:31:20 UTC 2019 - Larry Finger <larry.fin...@gmail.com>
+
+- Fix for latest gcc8 was incomplete.
+
+-------------------------------------------------------------------
+Sat Jan 12 18:01:29 UTC 2019 - Larry Finger <larry.fin...@gmail.com>
+
+- Fix builds for the latest version of gcc8 and above. File "fixes_for_gcc9" 
is added.
+
+-------------------------------------------------------------------

Old:
----
  change_default_net_adapter.patch

New:
----
  fixes_for_gcc9

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.K4MIek/_old  2019-01-21 11:07:20.146737897 +0100
+++ /var/tmp/diff_new_pack.K4MIek/_new  2019-01-21 11:07:20.150737891 +0100
@@ -129,8 +129,10 @@
 Patch124:       fix_32_bit_builds.patch
 # Fix API changes for kernel 4.20+
 Patch125:       fixes_for_4.20.patch
-# Change default network adapter
-Patch126:       change_default_net_adapter.patch
+# Fix changes for gcc9
+Patch126:       fixes_for_gcc9
+# Fix API changes for kernel 5.0+
+#Patch127:       fixes_for_5.0.patch
 #
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  SDL-devel
@@ -437,6 +439,7 @@
 %patch124 -p1
 %patch125 -p1
 %patch126 -p1
+#%patch127 -p1
 
 #copy user manual
 cp %{SOURCE1} UserManual.pdf

++++++ fixes_for_gcc9 ++++++
Index: VirtualBox-5.2.22/src/VBox/Runtime/r3/linux/semevent-linux.cpp
===================================================================
--- VirtualBox-5.2.22.orig/src/VBox/Runtime/r3/linux/semevent-linux.cpp
+++ VirtualBox-5.2.22/src/VBox/Runtime/r3/linux/semevent-linux.cpp
@@ -37,7 +37,7 @@
  * against glibc < 2.6.
  */
 #include "../posix/semevent-posix.cpp"
-asm volatile (".global epoll_pwait");
+asm (".global epoll_pwait");
 
 #else /* glibc < 2.6 */
 
Index: VirtualBox-5.2.22/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
===================================================================
--- VirtualBox-5.2.22.orig/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
+++ VirtualBox-5.2.22/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
@@ -39,7 +39,7 @@
  * against glibc < 2.6.
  */
 #include "../posix/semeventmulti-posix.cpp"
-asm volatile (".global epoll_pwait");
+asm (".global epoll_pwait");
 
 #else /* glibc < 2.6 */
 


Reply via email to