Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9997de472a5c17147a00f90582101ab2d473bbd5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9997de472a5c17147a00f90582101ab2d473bbd5)
  • Date: Mon, 19 Aug 2019 21:26:18 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/rasqal/DETAILS | 2 +-
libs/rasqal/HISTORY | 6 ++++++
libs/rasqal/PRE_BUILD | 3 +++
3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 9997de472a5c17147a00f90582101ab2d473bbd5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rasqal: Fix build against musl

commit 709e555cd6f47d9ae8755df0de2fa4f9781106c6
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rasqal 0.9.33

diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS
index be754a8..1f92908 100755
--- a/libs/rasqal/DETAILS
+++ b/libs/rasqal/DETAILS
@@ -1,5 +1,5 @@
SPELL=rasqal
- VERSION=0.9.31
+ VERSION=0.9.33
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://download.librdf.org/source/$SOURCE
diff --git a/libs/rasqal/HISTORY b/libs/rasqal/HISTORY
index 4321af4..6338478 100644
--- a/libs/rasqal/HISTORY
+++ b/libs/rasqal/HISTORY
@@ -1,3 +1,9 @@
+2019-08-19 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
+2019-08-19 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.33
+
2013-12-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.31

diff --git a/libs/rasqal/PRE_BUILD b/libs/rasqal/PRE_BUILD
new file mode 100755
index 0000000..e994bd2
--- /dev/null
+++ b/libs/rasqal/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' build/config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9997de472a5c17147a00f90582101ab2d473bbd5), Ismael Luceno, 08/19/2019

Archive powered by MHonArc 2.6.24.

Top of Page