[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 5062ac3: In ada-mode, adapt to wisi bug fix release
From: |
Stephen Leake |
Subject: |
[elpa] master 5062ac3: In ada-mode, adapt to wisi bug fix release |
Date: |
Thu, 14 May 2020 10:56:05 -0400 (EDT) |
branch: master
commit 5062ac329cea9790c258a183669ee31954d8b1f9
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>
In ada-mode, adapt to wisi bug fix release
* packages/ada-mode/ada-mode.el: Bump version, require wisi 3.1.1.
* packages/ada-mode/build.sh (WISI_DIR): Use wildcard to tolerate bug-fix
wisi releases.
* packages/ada-mode/install.sh: Use wildcard to tolerate bug-fix wisi
releases.
---
packages/ada-mode/ada-mode.el | 4 ++--
packages/ada-mode/build.sh | 2 +-
packages/ada-mode/install.sh | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/packages/ada-mode/ada-mode.el b/packages/ada-mode/ada-mode.el
index b0b05e7..e63f7f6 100644
--- a/packages/ada-mode/ada-mode.el
+++ b/packages/ada-mode/ada-mode.el
@@ -6,8 +6,8 @@
;; Maintainer: Stephen Leake <address@hidden>
;; Keywords: languages
;; ada
-;; Version: 7.1.0
-;; package-requires: ((uniquify-files "1.0.1") (wisi "3.1.0") (emacs "25.0"))
+;; Version: 7.1.1
+;; package-requires: ((uniquify-files "1.0.1") (wisi "3.1.1") (emacs "25.0"))
;; url: http://www.nongnu.org/ada-mode/
;;
;; This file is part of GNU Emacs.
diff --git a/packages/ada-mode/build.sh b/packages/ada-mode/build.sh
index 426e961..2826d90 100755
--- a/packages/ada-mode/build.sh
+++ b/packages/ada-mode/build.sh
@@ -19,7 +19,7 @@ fi
# support for libadalang is still experimental
gnatprep -DHAVE_LIBADALANG="no" -DELPA="yes" -DHAVE_GNAT_UTIL=$HAVE_GNAT_UTIL
ada_mode_wisi_parse.gpr.gp ada_mode_wisi_parse.gpr
-WISI_DIR="../wisi-3.1.0"
+WISI_DIR=`ls -d ../wisi-3.1.?`
gnatprep -DELPA="yes" $WISI_DIR/wisi.gpr.gp $WISI_DIR/wisi.gpr
diff --git a/packages/ada-mode/install.sh b/packages/ada-mode/install.sh
index d85adad..886fc94 100755
--- a/packages/ada-mode/install.sh
+++ b/packages/ada-mode/install.sh
@@ -8,7 +8,7 @@
# If you don't have write permission in the GNAT installation
# directory, you need to use --prefix=<dir>, or run with root priviledges.
-WISI_DIR="../wisi-3.1.0"
+WISI_DIR=`ls -d ../wisi-3.1.?`
gprinstall -f -p -P ada_mode_wisi_parse.gpr -aP $WISI_DIR
--install-name=ada_mode_wisi_parse $1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] master 5062ac3: In ada-mode, adapt to wisi bug fix release,
Stephen Leake <=