Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (f6429e63912560effe52f583fdf33028ca6bfd85)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (f6429e63912560effe52f583fdf33028ca6bfd85)
  • Date: Thu, 29 Jan 2015 13:00:36 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

libs/libffi/HISTORY | 4 ++++
libs/libffi/UP_TRIGGERS | 8 ++++++++
2 files changed, 12 insertions(+)

New commits:
commit f6429e63912560effe52f583fdf33028ca6bfd85
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libffi: Recast dependees on x.y version changes in x.y.z updates

3.0.10 -> 3.2.1 is an ABI change causing breakage

diff --git a/libs/libffi/HISTORY b/libs/libffi/HISTORY
index d4e7135..e691418 100644
--- a/libs/libffi/HISTORY
+++ b/libs/libffi/HISTORY
@@ -1,3 +1,7 @@
+2015-01-29 Eric Sandall <sandalle AT sourcemage.org>
+ * UP_TRIGGERS: 3.0.10 -> 3.2.1 is an ABI change causing breakage
+ Recast dependees on x.y version changes in x.y.z updates
+
2015-01-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.2.1

diff --git a/libs/libffi/UP_TRIGGERS b/libs/libffi/UP_TRIGGERS
new file mode 100755
index 0000000..d282a33
--- /dev/null
+++ b/libs/libffi/UP_TRIGGERS
@@ -0,0 +1,8 @@
+# Run if X or Y changes in version x.y.z for ABI (e.g. 3.0 -> 3.2) changes
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${OLD_SPELL_VERSION:0:3}" != "${VERSION:0:3}" ]; then
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each cast_self
+ done
+fi



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (f6429e63912560effe52f583fdf33028ca6bfd85), Eric Sandall, 01/29/2015

Archive powered by MHonArc 2.6.24.

Top of Page