summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Cronenworth <mike@cchtml.com>2014-04-20 19:07:19 -0500
committerMichael Cronenworth <mike@cchtml.com>2014-04-20 19:07:19 -0500
commit3ebe74998b12b8fc094552926a0f272ad0029e2d (patch)
treedba88912c9c87342d81a91fdde1e1280747a5a49
parent1cb8a3d013701f37460901796e78361fae51a050 (diff)
downloadxbmc-rpm-3ebe74998b12b8fc094552926a0f272ad0029e2d.tar.gz
xbmc-rpm-3ebe74998b12b8fc094552926a0f272ad0029e2d.tar.xz
xbmc-rpm-3ebe74998b12b8fc094552926a0f272ad0029e2d.zip
Patch for setting version parameters.
-rw-r--r--xbmc-13.0-versioning.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/xbmc-13.0-versioning.patch b/xbmc-13.0-versioning.patch
new file mode 100644
index 0000000..574b69e
--- /dev/null
+++ b/xbmc-13.0-versioning.patch
@@ -0,0 +1,21 @@
+--- a/xbmc/GitRevision.h 2014-04-18 17:47:17.000000000 -0500
++++ b/xbmc/GitRevision.h 2014-04-20 18:26:11.509554641 -0500
+@@ -1,5 +1,7 @@
+ #pragma once
+
++#undef GIT_REV
++
+ /*
+ * Copyright (C) 2011-2013 Team XBMC
+ * http://xbmc.org
+--- a/xbmc/Application.cpp 2014-04-18 17:47:17.000000000 -0500
++++ b/xbmc/Application.cpp 2014-04-20 18:10:35.171011439 -0500
+@@ -693,7 +693,7 @@
+ CProfilesManager::Get().Load();
+
+ CLog::Log(LOGNOTICE, "-----------------------------------------------------------------------");
+- CLog::Log(LOGNOTICE, "Starting XBMC (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(),
++ CLog::Log(LOGNOTICE, "Starting XBMC from RPM Fusion (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(),
+ g_sysinfo.GetBuildTargetPlatformName().c_str(), g_sysinfo.GetXbmcBitness());
+
+ /* Expand macro before stringify */