Projects
Multimedia
kodi
kodi-timestamp.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kodi-timestamp.patch of Package kodi (Revision 13)
Currently displaying revision
13
,
Show latest
--- xbmc/Application.cpp | 2 +- xbmc/utils/SystemInfo.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: b/xbmc/Application.cpp =================================================================== --- a/xbmc/Application.cpp +++ b/xbmc/Application.cpp @@ -513,7 +513,7 @@ bool CApplication::Create() // specialVersion = " (version for XXXX)"; #endif CLog::Log(LOGNOTICE, "Using %s %s x%d build%s", buildType.c_str(), CSysInfo::GetAppName().c_str(), g_sysinfo.GetXbmcBitness(), specialVersion.c_str()); - CLog::Log(LOGNOTICE, "%s compiled " __DATE__ " by %s for %s %s %d-bit %s (%s)", CSysInfo::GetAppName().c_str(), g_sysinfo.GetUsedCompilerNameAndVer().c_str(), g_sysinfo.GetBuildTargetPlatformName().c_str(), + CLog::Log(LOGNOTICE, "%s compiled $DATE by %s for %s %s %d-bit %s (%s)", CSysInfo::GetAppName().c_str(), g_sysinfo.GetUsedCompilerNameAndVer().c_str(), g_sysinfo.GetBuildTargetPlatformName().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(), g_sysinfo.GetXbmcBitness(), g_sysinfo.GetBuildTargetPlatformVersionDecoded().c_str(), g_sysinfo.GetBuildTargetPlatformVersion().c_str()); Index: b/xbmc/utils/SystemInfo.cpp =================================================================== --- a/xbmc/utils/SystemInfo.cpp +++ b/xbmc/utils/SystemInfo.cpp @@ -1254,7 +1254,7 @@ std::string CSysInfo::GetVersion() std::string CSysInfo::GetBuildDate() { - return StringUtils::Format("%s", __DATE__); + return StringUtils::Format("%s", "$DATE"); } bool CSysInfo::IsAppleTV2()
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.