emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/gpr-query 92ac06f23d 1/2: Release version 1.0.2


From: Stephen Leake
Subject: [elpa] externals/gpr-query 92ac06f23d 1/2: Release version 1.0.2
Date: Thu, 5 Jan 2023 17:09:20 -0500 (EST)

branch: externals/gpr-query
commit 92ac06f23d02c94aa89a1a5364776ea7df15d581
Author: Stephen Leake <stephen_leake@stephe-leake.org>
Commit: Stephen Leake <stephen_leake@stephe-leake.org>

    Release version 1.0.2
    
    * ELPA.make (%.info): Fix output dir.
    
    * NEWS: Version.
    * README:
    * alire.toml:
    * gpr-query.el:
    * gpr-query.texi:
---
 ELPA.make      |  2 +-
 NEWS           |  6 ++++++
 README         |  5 +----
 alire.toml     |  2 +-
 gpr-query.el   |  6 +++---
 gpr-query.texi |  9 +++++----
 notes.text     | 14 ++++----------
 7 files changed, 21 insertions(+), 23 deletions(-)

diff --git a/ELPA.make b/ELPA.make
index 0917b2d956..1476d451dd 100644
--- a/ELPA.make
+++ b/ELPA.make
@@ -35,7 +35,7 @@ autoloads : force
        $(EMACS_EXE) -Q -batch --eval "(progn (setq generated-autoload-file 
(expand-file-name \"autoloads.el\"))(update-directory-autoloads \".\"))"
 
 %.info : %.texi
-       makeinfo $< -o ../$@
+       makeinfo $< -o $@
 
 clean : force
        rm -rf gpr-query.info obj gpr_query$(EXE_EXT)
diff --git a/NEWS b/NEWS
index 35bf501f41..89682110e7 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ Please send gpr-query bug reports to bug-gnu-emacs@gnu.org, 
with
 'gpr-query' in the subject. If possible, use M-x report-emacs-bug.
 
 
+* gpr-query 1.0.2
+5 Jan 2023
+
+** Minor fixes.
+
 * gpr-query 1.0.1
+1 Nov 2022
 
 ** Split out from ada-mode
diff --git a/README b/README
index 8687544f76..72eb0d377f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Emacs gpr-query version 1.0.1
+Emacs gpr-query version 1.0.2
 
 gpr-query provides an emacs xref backend using the cross-reference
 information output by the AdaCore GNAT compiler.
@@ -18,6 +18,3 @@ Both shell scripts use Alire if the 'alr' executable is found 
in PATH.
 
 See gpr-query.info section Installation for more information on
 installing; if not using Alire, you may need additional packages.
-
-Ada mode will automatically load gpr-query if the gpr_query executable
-is found in PATH; this may be overridden by setting ada-xref-tool.
diff --git a/alire.toml b/alire.toml
index f9e1a75412..af6944b7f9 100644
--- a/alire.toml
+++ b/alire.toml
@@ -1,7 +1,7 @@
 name = "emacs_gpr_query"
 description = "Emacs xref backend using information output by GNAT compiler."
 tags = ["emacs", "xref"]
-version = "1.0.1"
+version = "1.0.2"
 licenses = "GPL-3.0-or-later"
 
 authors = ["Stephen Leake"]
diff --git a/gpr-query.el b/gpr-query.el
index e31b3b058e..abb3dc29a2 100644
--- a/gpr-query.el
+++ b/gpr-query.el
@@ -3,12 +3,12 @@
 ;; gpr-query supports Ada and any gcc language that supports the
 ;; AdaCore -fdump-xref switch (which includes C, C++).
 ;;
-;; Copyright (C) 2013 - 2022  Free Software Foundation, Inc.
+;; Copyright (C) 2013 - 2023  Free Software Foundation, Inc.
 
 ;; Author: Stephen Leake <stephen_leake@member.fsf.org>
 ;; Maintainer: Stephen Leake <stephen_leake@member.fsf.org>
-;; Version: 1.0.1
-;; package-requires: ((emacs "25.3") (wisi "4.1") (gnat-compiler "1.0"))
+;; Version: 1.0.2
+;; package-requires: ((emacs "25.3") (wisi "4.2.0") (gnat-compiler "1.0.1"))
 
 ;; This file is part of GNU Emacs.
 
diff --git a/gpr-query.texi b/gpr-query.texi
index e14adb0709..c5205f69e8 100644
--- a/gpr-query.texi
+++ b/gpr-query.texi
@@ -2,7 +2,7 @@
 @settitle gpr-query
 
 @copying
-Copyright @copyright{} 2022  Free Software Foundation, Inc.
+Copyright @copyright{} 2022 - 2023  Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -25,7 +25,7 @@ developing GNU and promoting software freedom.''
 
 @titlepage
 @sp 10
-@title gpr-query Version 1.0.1
+@title gpr-query Version 1.0.2
 @page
 @vskip 0pt plus 1filll
 @insertcopying
@@ -37,7 +37,8 @@ developing GNU and promoting software freedom.''
 @node Top, Overview, (dir), (dir)
 @top Top
 
-gpr-query Version 1.0.1
+gpr-query Version 1.0.2
+@end ifnottex
 
 @menu
 * Overview::
@@ -204,4 +205,4 @@ make -C xref install
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
-@end ifnottex
+@bye
diff --git a/notes.text b/notes.text
index ae90426295..5f6cabb8bf 100644
--- a/notes.text
+++ b/notes.text
@@ -38,22 +38,16 @@ check emacs buglist
 tested in ada-mode; it uses the same test sources for multiple xref backends.
 
 compare:
-    ELPA.make pub
-
-    (setq package-load-list '(all))
-    (list-packages)
-        install previous gpr-query from public ELPA for diffs
-
-    (ediff-directories "~/.emacs.d/elpa/gpr-query-3.1.7" 
"/Projects/elpa/packages/gpr-query" nil)
-        ../org.emacs.gpr-query/NEWS
+    (ediff-directories "/Projects/elpa_release/gpr-query" 
"/Projects/elpa/packages/gpr-query" nil)
+        NEWS
             copyright date
             add release date
             add new features
 
-build in elpa; /Projects/elpa/packages/gpr-query/ELPA.make
+ELPA.make all
 
 Check copyright on files in elpa
-    c:/Projects/elpa/GNUMakefile check-all
+    ../../GNUMakefile check/gpr-query
     if any gpr-query files added to output, fix them (add or change to FSF)
 
 bump version



reply via email to

[Prev in Thread] Current Thread [Next in Thread]