Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (85b0d29d5faa3b452244749d878cd1be60647f64)

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 stable-0.62 grimoire by Vlad Glagolev (85b0d29d5faa3b452244749d878cd1be60647f64)
  • Date: Sun, 6 Aug 2017 13:54:53 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

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

New commits:
commit 85b0d29d5faa3b452244749d878cd1be60647f64
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libusb - tweak UP_TRIGGERS

(cherry picked from commit 41f6d2b0bee335e7a6bebd70240d6b629a6277aa)

Conflicts:
libs/libusb/HISTORY

diff --git a/libs/libusb/HISTORY b/libs/libusb/HISTORY
index caa0cf7..985b444 100644
--- a/libs/libusb/HISTORY
+++ b/libs/libusb/HISTORY
@@ -1,3 +1,6 @@
+2017-05-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * UP_TRIGGERS: do not force cast of libusb-compat
+
2015-02-11 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: UDEV -> DEVICE-MANAGER

diff --git a/libs/libusb/UP_TRIGGERS b/libs/libusb/UP_TRIGGERS
index dfd894b..11c2ae5 100755
--- a/libs/libusb/UP_TRIGGERS
+++ b/libs/libusb/UP_TRIGGERS
@@ -1 +1,3 @@
-up_trigger libusb-compat cast_self
+if spell_ok libusb-compat;then
+ up_trigger libusb-compat cast_self
+fi



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (85b0d29d5faa3b452244749d878cd1be60647f64), Vlad Glagolev, 08/06/2017

Archive powered by MHonArc 2.6.24.

Top of Page