Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2013-07-29 09:26:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtualbox (Old)
 and      /work/SRC/openSUSE:Factory/.virtualbox.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtualbox"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes    2013-07-04 
10:18:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes       
2013-07-29 09:26:12.000000000 +0200
@@ -1,0 +2,14 @@
+Wed Jul 24 07:31:24 UTC 2013 - [email protected]
+
+- updated to virtualbox 4.2.16
+ * OVF/OVA: don't crash on import if no manifest is used (4.2.14 regression; 
bug #11895)
+ * GUI: do not restore the current snapshot if we power-off after a Guru 
Mediation
+ * Storage: fixed a crash when hotplugging an empty DVD drive to the VM
+ * Storage: fixed a crash when a guest read from a DVD drive attached to the 
SATA controller under certain circumstances
+ * EFI: don't fail with 64-bit guests on 32-bit hosts (bug #11456)
+ * Autostart: fixed VM startup on OS X
+ * Windows hosts: native Windows 8 controls
+ * Windows hosts: restore native style on Vista 32
+ * Windows hosts / guests: Windows 8.1 adaptions (bug #11899)
+
+-------------------------------------------------------------------

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

New:
----
  VirtualBox-4.2.16-patched.tar.bz2
  virtualbox-4.2.16-UserManual.pdf

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

Other differences:
------------------
++++++ virtualbox.spec ++++++
--- /var/tmp/diff_new_pack.SFgD6k/_old  2013-07-29 09:26:13.000000000 +0200
+++ /var/tmp/diff_new_pack.SFgD6k/_new  2013-07-29 09:26:13.000000000 +0200
@@ -92,7 +92,7 @@
 %endif
 #
 ExclusiveArch:  %ix86 x86_64
-Version:        4.2.14
+Version:        4.2.16
 Release:        0
 Summary:        VirtualBox is an Emulator
 License:        GPL-2.0+

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


++++++ vbox-disable-updates.diff ++++++
--- /var/tmp/diff_new_pack.SFgD6k/_old  2013-07-29 09:26:13.000000000 +0200
+++ /var/tmp/diff_new_pack.SFgD6k/_new  2013-07-29 09:26:13.000000000 +0200
@@ -2,9 +2,7 @@
 ===================================================================
 --- 
src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.cpp.orig
 +++ 
src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsUpdate.cpp
-@@ -61,11 +61,11 @@ void UIGlobalSettingsUpdate::loadToCache
- /* Load data to corresponding widgets from cache,
-  * this task SHOULD be performed in GUI thread only: */
+@@ -63,7 +63,7 @@ void UIGlobalSettingsUpdate::loadToCache
  void UIGlobalSettingsUpdate::getFromCache()
  {
      /* Apply internal variables data to QWidget(s): */
@@ -13,36 +11,16 @@
      if (m_pEnableUpdateCheckbox->isChecked())
      {
          m_pUpdatePeriodCombo->setCurrentIndex(m_cache.m_periodIndex);
-         if (m_cache.m_branchIndex == VBoxUpdateData::BranchWithBetas)
-             m_pUpdateFilterBetasRadio->setChecked(true);
-Index: src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h
-===================================================================
---- src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h.orig
-+++ src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.h
-@@ -37,11 +37,10 @@ public:
- 
-     enum GLSettingsPage
-     {
-         GLSettingsPage_General = 0,
-         GLSettingsPage_Input,
--        GLSettingsPage_Update,
-         GLSettingsPage_Language,
-         GLSettingsPage_Display,
-         GLSettingsPage_USB,
-         GLSettingsPage_Network,
-         GLSettingsPage_Extension,
 Index: src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
 ===================================================================
 --- 
src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp.orig
 +++ src/VBox/Frontends/VirtualBox/src/settings/UISettingsDialogSpecific.cpp
-@@ -327,19 +327,10 @@ UISettingsDialogGlobal::UISettingsDialog
-                     addItem(":/hostkey_32px.png", 
":/hostkey_disabled_32px.png",
-                             ":/hostkey_16px.png", 
":/hostkey_disabled_16px.png",
+@@ -342,15 +342,6 @@ UISettingsDialogGlobal::UISettingsDialog
                              iPageIndex, "#input", pSettingsPage);
                      break;
                  }
 -                /* Update page: */
--                case GLSettingsPage_Update:
+-                case GlobalSettingsPageType_Update:
 -                {
 -                    pSettingsPage = new UIGlobalSettingsUpdate;
 -                    addItem(":/refresh_32px.png", 
":/refresh_disabled_32px.png",
@@ -51,21 +29,15 @@
 -                    break;
 -                }
                  /* Language page: */
-                 case GLSettingsPage_Language:
+                 case GlobalSettingsPageType_Language:
                  {
-                     pSettingsPage = new UIGlobalSettingsLanguage;
-                     addItem(":/site_32px.png", ":/site_disabled_32px.png",
-@@ -474,13 +465,10 @@ void UISettingsDialogGlobal::retranslate
-     m_pSelector->setItemText(GLSettingsPage_General, tr("General"));
- 
+@@ -489,9 +480,6 @@ void UISettingsDialogGlobal::retranslate
      /* Input page: */
-     m_pSelector->setItemText(GLSettingsPage_Input, tr("Input"));
+     m_pSelector->setItemText(GlobalSettingsPageType_Input, tr("Input"));
  
 -    /* Update page: */
--    m_pSelector->setItemText(GLSettingsPage_Update, tr("Update"));
+-    m_pSelector->setItemText(GlobalSettingsPageType_Update, tr("Update"));
 -
      /* Language page: */
-     m_pSelector->setItemText(GLSettingsPage_Language, tr("Language"));
+     m_pSelector->setItemText(GlobalSettingsPageType_Language, tr("Language"));
  
-     /* Display page: */
-     m_pSelector->setItemText(GLSettingsPage_Display, tr("Display"));

++++++ virtualbox-4.2.14-UserManual.pdf -> virtualbox-4.2.16-UserManual.pdf 
++++++
(binary differes)


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

Reply via email to