aboutsummaryrefslogtreecommitdiff
path: root/misc/goldencheetah/patches/0005-3.5-BUILD-INCREMENT.patch
diff options
context:
space:
mode:
authorKyle Guinn <elyk03@gmail.com>2021-05-30 20:45:32 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-06-01 21:47:00 +0700
commite73f897568c1f06fb0b93da08498a382cd372d4c (patch)
treeb414f9fbcf86ea7957edc9352d0d9a81a739d909 /misc/goldencheetah/patches/0005-3.5-BUILD-INCREMENT.patch
parent52068d3b954ffce93cc753ca719d6abe03ac0f0e (diff)
downloadslackbuilds-e73f897568c1f06fb0b93da08498a382cd372d4c.tar.xz
misc/goldencheetah: Updated for Slackware 15.0
Signed-off-by: Kyle Guinn <elyk03@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/goldencheetah/patches/0005-3.5-BUILD-INCREMENT.patch')
-rw-r--r--misc/goldencheetah/patches/0005-3.5-BUILD-INCREMENT.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/misc/goldencheetah/patches/0005-3.5-BUILD-INCREMENT.patch b/misc/goldencheetah/patches/0005-3.5-BUILD-INCREMENT.patch
new file mode 100644
index 000000000000..eb8565ad1304
--- /dev/null
+++ b/misc/goldencheetah/patches/0005-3.5-BUILD-INCREMENT.patch
@@ -0,0 +1,29 @@
+From 525fcb0a660f99a21250919fd1d8de78fe8cb90d Mon Sep 17 00:00:00 2001
+From: Mark Liversedge <liversedge@gmail.com>
+Date: Fri, 17 Jan 2020 20:15:28 +0000
+Subject: 3.5 BUILD INCREMENT
+
+.. re-issue of 3.5 binaries with Strava API guideline compliance, as
+ part of the 'rate limit' requirements.
+
+diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h
+index b6db40b07..8266c7cb4 100644
+--- a/src/Core/GcUpgrade.h
++++ b/src/Core/GcUpgrade.h
+@@ -98,6 +98,7 @@
+ // 3981 - V3.5 RC2
+ // 3982 - V3.5 RC2X
+ // 3990 - V3.5 RELEASE (January 2020)
++// 3991 - V3.5 RELEASE RE-ISSUE STRAVA RATE LIMIT (January 2020)
+
+
+ #define VERSION3_BUILD 3010 // released
+@@ -114,7 +115,7 @@
+ #define VERSION31_BUILD VERSION31_UPG
+
+ // the next two will with each build/release
+-#define VERSION_LATEST 3990
++#define VERSION_LATEST 3991
+ #define VERSION_STRING "V3.5"
+
+ // default config for this release cycle