forked from pool/virtualbox
Accepting request 59167 from home:elvigia:branches:Virtualization
OBS-URL: https://build.opensuse.org/request/show/59167 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=25
This commit is contained in:
parent
10cf2d30c8
commit
d6297d661f
@ -1,6 +1,15 @@
|
||||
--- src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp.orig
|
||||
+++ src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
|
||||
@@ -1150,10 +1150,9 @@ DECLCALLBACK(int) VMPowerUpThread(RTTHRE
|
||||
@@ -424,7 +424,7 @@ extern "C" DECLEXPORT(int) TrustedMain (
|
||||
#endif
|
||||
int rc = VINF_SUCCESS;
|
||||
|
||||
- RTPrintf(VBOX_PRODUCT " Simple SDL GUI built %s %s\n", __DATE__, __TIME__);
|
||||
+ RTPrintf(VBOX_PRODUCT " Simple SDL GUI\n");
|
||||
|
||||
// less than one parameter is not possible
|
||||
if (argc < 2)
|
||||
@@ -1144,10 +1144,9 @@ DECLCALLBACK(int) VMPowerUpThread(RTTHRE
|
||||
char szNowUct[64];
|
||||
RTTimeSpecToString(RTTimeNow(&TimeSpec), szNowUct, sizeof(szNowUct));
|
||||
RTLogRelLogger(pLogger, 0, ~0U,
|
||||
@ -15,7 +24,7 @@
|
||||
RTLogRelSetDefaultInstance(pLogger);
|
||||
--- src/VBox/Main/src-client/ConsoleImpl.cpp.orig
|
||||
+++ src/VBox/Main/src-client/ConsoleImpl.cpp
|
||||
@@ -5063,13 +5063,12 @@ HRESULT Console::consoleInitReleaseLog(c
|
||||
@@ -5262,13 +5262,12 @@ HRESULT Console::consoleInitReleaseLog(c
|
||||
char szTmp[256];
|
||||
RTTimeSpecToString(RTTimeNow(&timeSpec), szTmp, sizeof(szTmp));
|
||||
RTLogRelLogger(loggerRelease, 0, ~0U,
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 26 16:36:42 UTC 2011 - cristian.rodriguez@opensuse.org
|
||||
|
||||
- Fix one more build date in binaries that causes unneeded
|
||||
republish of binaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 13:49:49 UTC 2011 - mseben@gmail.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user