Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17272822f229a0f0e694048236853d7080619779)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17272822f229a0f0e694048236853d7080619779)
  • Date: Thu, 14 Dec 2017 10:51:33 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/icu/HISTORY | 3 +++
libs/icu/UP_TRIGGERS | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 17272822f229a0f0e694048236853d7080619779
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

icu - improve UP_TRIGGERS

diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index fd4786c..0df54be 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,6 @@
+2017-12-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * UP_TRIGGERS: only check major versions
+
2017-12-12 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 60.2

diff --git a/libs/icu/UP_TRIGGERS b/libs/icu/UP_TRIGGERS
index d08afc7..7856998 100755
--- a/libs/icu/UP_TRIGGERS
+++ b/libs/icu/UP_TRIGGERS
@@ -1,9 +1,9 @@
-# up_trigger everything on all version updates
+# up_trigger everything on major version updates

if spell_ok $SPELL; then
local OLD_SPELL_VERSION="$(installed_version $SPELL)" &&

- if test "${VERSION}" != "${OLD_SPELL_VERSION}"; then
+ if test "${VERSION%.?}" != "${OLD_SPELL_VERSION%.?}"; then
message "${MESSAGE_COLOR}This is a possibly incompatible update of
$SPELL..." &&
message "Figuring out what spells need to be recast, this may take a
while.${DEFAULT_COLOR}" &&




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (17272822f229a0f0e694048236853d7080619779), Treeve Jelbert, 12/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page