Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (c52144d21a20a9901e9099d28a2d461e689f784c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (c52144d21a20a9901e9099d28a2d461e689f784c)
  • Date: Sat, 12 Nov 2011 11:56:19 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

libs/fribidi/DETAILS | 4 ++--
libs/fribidi/HISTORY | 4 ++++
libs/fribidi/UP_TRIGGERS | 11 +++++++++++
libs/fribidi/fribidi-0.19.2.tar.gz.sig |binary
4 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit c52144d21a20a9901e9099d28a2d461e689f784c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

fribidi: added UP_TRIGGER

commit d5c9319d428e638bb0d47465e59c44ae54fd88f6
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

fribidi: updated to 0.19.2

diff --git a/libs/fribidi/DETAILS b/libs/fribidi/DETAILS
index 7bf6360..0abb679 100755
--- a/libs/fribidi/DETAILS
+++ b/libs/fribidi/DETAILS
@@ -1,8 +1,8 @@
SPELL=fribidi
- VERSION=0.10.9
-
SOURCE_HASH=sha512:558e9d826dab4c1d2917c91502ed0039912ef63da57bde5b10513ae1fd00daacde3951f6b64cb1b46dfaabb7151fe81ce3938c128261c3d56c45388c0b2ebd51
+ VERSION=0.19.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_URL[0]=http://fribidi.org/download/$SOURCE
WEB_SITE=http://fribidi.freedesktop.org/
LICENSE[0]=LGPL
diff --git a/libs/fribidi/HISTORY b/libs/fribidi/HISTORY
index 2592f5b..dc3418c 100644
--- a/libs/fribidi/HISTORY
+++ b/libs/fribidi/HISTORY
@@ -1,3 +1,7 @@
+2011-11-12 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 0.19.2
+ * UP_TRIGGERS: added since library number changed
+
2007-12-26 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.10.9
fixed WEB_SITE
diff --git a/libs/fribidi/UP_TRIGGERS b/libs/fribidi/UP_TRIGGERS
new file mode 100755
index 0000000..a0909e0
--- /dev/null
+++ b/libs/fribidi/UP_TRIGGERS
@@ -0,0 +1,11 @@
+# this makes ABI changes automatically cast those that depend on
+# boost via an up_trigger
+
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${VERSION}" != "${OLD_SPELL_VERSION}" ]; then
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each check_self
+ done
+fi
+
diff --git a/libs/fribidi/fribidi-0.19.2.tar.gz.sig
b/libs/fribidi/fribidi-0.19.2.tar.gz.sig
new file mode 100644
index 0000000..ebbadcf
Binary files /dev/null and b/libs/fribidi/fribidi-0.19.2.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (c52144d21a20a9901e9099d28a2d461e689f784c), Robin Cook, 11/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page