From 8cdd197ba643eb2608c5aab87567625bb9336cee Mon Sep 17 00:00:00 2001
From: David Stes <55844484+cstes@users.noreply.github.com>
Date: Sun, 31 Mar 2024 18:41:25 +0200
Subject: [PATCH] opensmalltalk cog-spur: update to 5.0.3356

---
 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 c134fa0..d31a094 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.62/platforms/Cross/vm/sqSCCSVersion.h	Sun Feb 25 21:18:14 2024
-+++ p0/opensmalltalk-vm-sun-v5.0.62/platforms/Cross/vm/sqSCCSVersion.h	Fri Mar  1 19:43:14 2024
+--- opensmalltalk-vm-sun-v5.0.63/platforms/Cross/vm/sqSCCSVersion.h	Sat Mar 30 19:49:31 2024
++++ p0/opensmalltalk-vm-sun-v5.0.63/platforms/Cross/vm/sqSCCSVersion.h	Sun Mar 31 14:08:22 2024
 @@ -30,13 +30,13 @@
  
  #if SUBVERSION
  # define PREFIX "r"
 -static char SvnRawRevisionString[] = "$Rev$";
-+static char SvnRawRevisionString[] = "$Rev: 202402252018-cog $";
++static char SvnRawRevisionString[] = "$Rev: 202403301849-cog $";
  # define REV_START (SvnRawRevisionString + 6)
  
 -static char SvnRawRevisionDate[] = "$Date$";
-+static char SvnRawRevisionDate[] = "$Date: Sun Feb 25 21:18:14 2024 +0100 $";
++static char SvnRawRevisionDate[] = "$Date: Sat Mar 30 19:49:31 2024 +0100 $";
  # 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: 202402252018-cog $";
++static char GitRawRevisionString[] = "$Rev: 202403301849-cog $";
  # define REV_START (GitRawRevisionString + 6)
  # define REV_TIME_START (GitRawRevisionString + 14)
  
 -static char GitRawRevisionDate[] = "$Date$";
-+static char GitRawRevisionDate[] = "$Date: Sun Feb 25 21:18:14 2024 +0100 $";
++static char GitRawRevisionDate[] = "$Date: Sat Mar 30 19:49:31 2024 +0100 $";
  # 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: b4692df30 $";
++static char GitRawRevisionShortHash[] = "$CommitHash: cd6c6c431 $";
  # define SHORTHASH_START (GitRawRevisionShortHash + 13)
  
  static char *

--
Gitblit v1.9.3