New commits:
commit c50dba5c1da8c426ef6e860216a20e1bff0ee718
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
icu: added libicudata to the triggers
diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index f5df02d..926c725 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,6 @@
+2015-03-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * UP_TRIGGERS: added libicudata to the triggers
+
2015-03-13 Vlad Glagolev <stealth AT sourcemage.org>
* UP_TRIGGERS: rewritten, to fix upgrade procedure
diff --git a/libs/icu/UP_TRIGGERS b/libs/icu/UP_TRIGGERS
index a43ab7f..4fd679e 100755
--- a/libs/icu/UP_TRIGGERS
+++ b/libs/icu/UP_TRIGGERS
@@ -9,7 +9,7 @@ if spell_ok $SPELL; then
for each in $(show_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
- grep -q "NEEDED.*\(libicuuc\|libicuio\|libicui18n\)\.so"; then
+ grep -q
"NEEDED.*\(libicuuc\|libicuio\|libicudata\|libicui18n\)\.so"; then
up_trigger $each cast_self
fi
done
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c50dba5c1da8c426ef6e860216a20e1bff0ee718),
Vlad Glagolev, 03/15/2015