Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2012-10-25 21:26:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2012-10-16 
09:23:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2012-10-26 00:23:33.000000000 +0200
@@ -1,0 +2,42 @@
+Sun Oct 21 16:03:10 UTC 2012 - [email protected]
+
+- updated to virtualbox 4.2.2
+* VMM: adapted to changes in Mac OS X 10.8.2 (bug #10965)
+* GUI: restored VM item tool-tip functionality (4.2 regression)
+* GUI: added group item tool-tip functionality
+* GUI: fixed handling of the .ova/.ovf file name association (4.2 regression)
+* GUI: it was not possible to change any setting before the first VM was 
created (bug #10928)
+* GUI: disable grouping action if all the selected items are full children 
list of the same group already
+* GUI: added menu for runtime drag-and-drop option change
+* GUI: cleanup shared-clipboard menu on visual-mode change
+* GUI: make sure VM receives keyboard focus on entering fullscreen-mode on Win 
host (bug #11051)
+* GUI: disable proxy authentication for security reasons
+* 3D Support: DrawIndexedPrimitiveUP implementation fixes for the Windows WDDM 
video driver (bug #10929)
+* Storage: fixed a release assertion in the AHCI emulation when requests where 
canceled with asynchronous I/O disabled
+* Storage: fixed a hang during VM reset under certain circumstances (bug 
#10898)
+* NAT: fixed a crash under rare circumstances (Windows hosts only; bug #10128)
+* NAT: automatically use the host resolver if the host name server is set to 
some unusual loopback value (bug #10864)
+* E1000: fixed a VirtualBox crash during intensive network transfers (4.2 
regression; bugs #10936, #10969, #10980)
+* ICH9: fixed PCI bridge initialization
+* USB mouse: ensure that the last mouse event doesn't get lost if no URBs are 
available
+* BIOS: certain legacy guests (e.g. Windows 95) didn't find the boot device 
after a warm reboot
+* BIOS: don't trash the palette in text modes when setting the border color
+* EFI: fixed OS X guest autoboot (4.2 regression)
+* VBoxManage: fixed output of showvminfo --machinereadable (bug #10973)
+* VBoxManage: fixed parsing of storageattach --discard (bug #11023)
+* VBoxManage: fixed wrong output of the HPET setting in showvminfo (bug #11065)
+* VBoxManage: fixed closing the guest session after executing a guest process 
via guest control
+* VBoxShell: adaptions to interface name changes
+* Guest Additions device: fixed a Guest Additions hang when a machine was 
reset after a crash
+* Linux hosts / guests: Linux 3.7-rc1 fixes
+* Linux Additions: support X.Org Server 1.13
+* Linux Additions: fixed a hang when the X server was restarted with old guest 
kernels
+* Linux Additions: fixed a VBoxService crash during CPU hot remove (bug #10964)
+* Windows Additions: fixed automatic screen resize issue for NT4 guests
+* OS/2 Additions: fixed shutdown hang
+* OS/2 Additions: fixed mouse driver panic
+* Solaris hosts: fixed autostart service going into maintenance mode after all 
VMs started
+* Solaris hosts: fixed linking the host driver with the dtrace module
+- added vbox-drop-fa-IR-translation.diff to fix build
+
+-------------------------------------------------------------------

Old:
----
  VirtualBox-4.2.0-patched.tar.bz2
  virtualbox-4.2.0-UserManual.pdf

New:
----
  VirtualBox-4.2.2-patched.tar.bz2
  vbox-drop-fa-IR-translation.diff
  virtualbox-4.2.2-UserManual.pdf

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.0ynhys/_old  2012-10-26 00:23:36.000000000 +0200
+++ /var/tmp/diff_new_pack.0ynhys/_new  2012-10-26 00:23:36.000000000 +0200
@@ -82,7 +82,7 @@
 %endif
 #
 ExclusiveArch:  %ix86 x86_64
-Version:        4.2.0
+Version:        4.2.2
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0+
@@ -122,6 +122,8 @@
 Patch6:         vbox-smc-napa.diff
 #fix build of Python and dev package on openSUSE 11.3
 Patch8:         vbox-python-detection.diff
+#fix build, fa_IR translation was removed
+Patch9:         vbox-drop-fa-IR-translation.diff
 #PATCH-FIX-OPENSUSE implement messagebox (VBoxPermissionMessage app), which is 
displayed, when user
 #try to start VirtualBox and is not memeber of vboxusers group
 Patch99:        vbox-permissions_warning.diff
@@ -249,6 +251,7 @@
 %patch4 -p1
 %patch6 -p1
 %patch8 -p1
+%patch9 -p1
 %patch99 -p1
 %patch100 
 %patch101
@@ -713,6 +716,8 @@
 %{_vbox_instdir}/VBoxDbg.so
 %{_vbox_instdir}/VBoxDragAndDropSvc.so
 %{_vbox_instdir}/VBoxVMMPreload.so
+#todo:double check - if this file should be assigned to the host side
+%{_vbox_instdir}/VBoxHostChannel.so
 #
 %dir %{_vbox_instdir}/components
 %{_vbox_instdir}/components/*.so

++++++ VirtualBox-4.2.0-patched.tar.bz2 -> VirtualBox-4.2.2-patched.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-4.2.0-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new/VirtualBox-4.2.2-patched.tar.bz2 
differ: char 11, line 1

++++++ vbox-drop-fa-IR-translation.diff ++++++
Index: VirtualBox-4.2.2/src/VBox/Frontends/VirtualBox/VBoxUI.pro
===================================================================
--- VirtualBox-4.2.2.orig/src/VBox/Frontends/VirtualBox/VBoxUI.pro
+++ VirtualBox-4.2.2/src/VBox/Frontends/VirtualBox/VBoxUI.pro
@@ -63,7 +63,6 @@ TRANSLATIONS = \
        nls/VirtualBox_es.ts \
        nls/VirtualBox_eu.ts \
        nls/VirtualBox_fi.ts \
-       nls/VirtualBox_fa_IR.ts \
        nls/VirtualBox_fr.ts \
        nls/VirtualBox_gl_ES.ts \
        nls/VirtualBox_hu.ts \
Index: VirtualBox-4.2.2/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk
===================================================================
--- 
VirtualBox-4.2.2.orig/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk
+++ VirtualBox-4.2.2/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk
@@ -23,7 +23,6 @@ VBOX_APPROVED_GUI_LANGUAGES := \
        de    \
        en    \
        es    \
-       fa_IR \
        hu    \
        it    \
        ja    \
++++++ virtualbox-4.2.0-UserManual.pdf -> virtualbox-4.2.2-UserManual.pdf ++++++
(binary differes)


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to