Skip to Content.
Sympa Menu

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

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 (ce34b227b28eae8904fd8c9c86807fbc8fe649bf)
  • Date: Sat, 2 Jul 2016 00:58:16 +0000

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

archive-libs/libarchive/HISTORY | 3 +++
archive-libs/libarchive/UP_TRIGGERS | 4 ++++
libs/neon/HISTORY | 3 +++
libs/neon/UP_TRIGGERS | 3 +++
4 files changed, 13 insertions(+)

New commits:
commit ce34b227b28eae8904fd8c9c86807fbc8fe649bf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libarchive: added gvfs to up_trigger

commit 38cbd97a47b737e5e96299ec1b6bd00d698fe3c3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

neon: added davfs check

diff --git a/archive-libs/libarchive/HISTORY b/archive-libs/libarchive/HISTORY
index 3b460d9..c1c90ae 100644
--- a/archive-libs/libarchive/HISTORY
+++ b/archive-libs/libarchive/HISTORY
@@ -1,3 +1,6 @@
+2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * UP_TRIGGERS: added gvfs
+
2016-05-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.2.1
SECURITY_PATCH++
diff --git a/archive-libs/libarchive/UP_TRIGGERS
b/archive-libs/libarchive/UP_TRIGGERS
index 9d6c1e6..15c0379 100755
--- a/archive-libs/libarchive/UP_TRIGGERS
+++ b/archive-libs/libarchive/UP_TRIGGERS
@@ -6,4 +6,8 @@ if [ "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}" ]; then
for each in $(show_up_depends $SPELL 1); do
up_trigger $each cast_self
done
+fi &&
+
+if spell_ok gvfs; then
+ up_trigger gvfs check_self
fi
diff --git a/libs/neon/HISTORY b/libs/neon/HISTORY
index a722e3c..67a1764 100644
--- a/libs/neon/HISTORY
+++ b/libs/neon/HISTORY
@@ -1,3 +1,6 @@
+2016-07-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * UP_TRIGGERS: added, for davfs check
+
2014-10-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.30.1
* {SUB_,}DEPENDS, CONFIGURE, {REPAIR^all^,}PRE_SUB_DEPENDS: switched
to
diff --git a/libs/neon/UP_TRIGGERS b/libs/neon/UP_TRIGGERS
new file mode 100755
index 0000000..5e6d7ad
--- /dev/null
+++ b/libs/neon/UP_TRIGGERS
@@ -0,0 +1,3 @@
+if spell_ok davfs; then
+ up_trigger davfs check_self
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ce34b227b28eae8904fd8c9c86807fbc8fe649bf), Vlad Glagolev, 07/01/2016

Archive powered by MHonArc 2.6.24.

Top of Page