From d6297d661f89ce9f2b93e45f0f25efca9ad6948c9ab00be63353ad308deb68bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Wed, 26 Jan 2011 17:14:02 +0000 Subject: [PATCH] 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 --- vbox-no-build-dates.diff | 13 +++++++++++-- virtualbox.changes | 6 ++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/vbox-no-build-dates.diff b/vbox-no-build-dates.diff index 2da1509..c1c2938 100644 --- a/vbox-no-build-dates.diff +++ b/vbox-no-build-dates.diff @@ -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, diff --git a/virtualbox.changes b/virtualbox.changes index 2340cd3..a2eae80 100644 --- a/virtualbox.changes +++ b/virtualbox.changes @@ -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