Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c50dba5c1da8c426ef6e860216a20e1bff0ee718)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c50dba5c1da8c426ef6e860216a20e1bff0ee718)
  • Date: Sun, 15 Mar 2015 18:01:11 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

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

Archive powered by MHonArc 2.6.24.

Top of Page