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