From 3e2812aea9dd72448cb40716a2627ad5647cc2ae Mon Sep 17 00:00:00 2001
From: David Stes <55844484+cstes@users.noreply.github.com>
Date: Sun, 16 Oct 2022 15:31:44 +0200
Subject: [PATCH] opensmalltalk cog-spur: update to 5.0.3254

---
 components/runtime/smalltalk/cog-spur/patches/02-sqSCCSVersion.patch |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/components/runtime/smalltalk/cog-spur/patches/02-sqSCCSVersion.patch b/components/runtime/smalltalk/cog-spur/patches/02-sqSCCSVersion.patch
index 54ece54..d8579e4 100644
--- a/components/runtime/smalltalk/cog-spur/patches/02-sqSCCSVersion.patch
+++ b/components/runtime/smalltalk/cog-spur/patches/02-sqSCCSVersion.patch
@@ -1,15 +1,15 @@
---- opensmalltalk-vm-sun-v5.0.53/platforms/Cross/vm/sqSCCSVersion.h	Sun Aug 21 18:46:26 2022
-+++ p0/opensmalltalk-vm-sun-v5.0.53/platforms/Cross/vm/sqSCCSVersion.h	Mon Aug 22 19:28:51 2022
+--- opensmalltalk-vm-sun-v5.0.54/platforms/Cross/vm/sqSCCSVersion.h	Sat Oct 15 20:05:54 2022
++++ p0/opensmalltalk-vm-sun-v5.0.54/platforms/Cross/vm/sqSCCSVersion.h	Sun Oct 16 13:49:16 2022
 @@ -30,13 +30,13 @@
  
  #if SUBVERSION
  # define PREFIX "r"
 -static char SvnRawRevisionString[] = "$Rev$";
-+static char SvnRawRevisionString[] = "$Rev: 202208211646-cog $";
++static char SvnRawRevisionString[] = "$Rev: 202210151805-cog $";
  # define REV_START (SvnRawRevisionString + 6)
  
 -static char SvnRawRevisionDate[] = "$Date$";
-+static char SvnRawRevisionDate[] = "$Date: Sun Aug 21 18:46:26 2022 +0200 $";
++static char SvnRawRevisionDate[] = "$Date: Sat Oct 15 20:05:54 2022 +0200 $";
  # define DATE_START (SvnRawRevisionDate + 7)
  
 -static char SvnRawRepositoryURL[] = "$URL$";
@@ -22,12 +22,12 @@
  #elif GIT
  # define PREFIX ""
 -static char GitRawRevisionString[] = "$Rev$";
-+static char GitRawRevisionString[] = "$Rev: 202208211646-cog $";
++static char GitRawRevisionString[] = "$Rev: 202210151805-cog $";
  # define REV_START (GitRawRevisionString + 6)
  # define REV_TIME_START (GitRawRevisionString + 14)
  
 -static char GitRawRevisionDate[] = "$Date$";
-+static char GitRawRevisionDate[] = "$Date: Sun Aug 21 18:46:26 2022 +0200 $";
++static char GitRawRevisionDate[] = "$Date: Sat Oct 15 20:05:54 2022 +0200 $";
  # define DATE_START (GitRawRevisionDate + 7)
  
 -static char GitRawRepositoryURL[] = "$URL$";
@@ -35,7 +35,7 @@
  # define URL_START (GitRawRepositoryURL + 6)
  
 -static char GitRawRevisionShortHash[] = "$CommitHash$";
-+static char GitRawRevisionShortHash[] = "$CommitHash: e87df35e7 $";
++static char GitRawRevisionShortHash[] = "$CommitHash: 453471df9 $";
  # define SHORTHASH_START (GitRawRevisionShortHash + 13)
  
  static char *

--
Gitblit v1.9.3