Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: /
Date: Fri, 30 Aug 2019 22:02:12
Message-Id: 1567201983.f8aae8b612036972619dc5daaaa6675843b887ab.ulm@gentoo
1 commit: f8aae8b612036972619dc5daaaa6675843b887ab
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 30 21:53:03 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 21:53:03 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=f8aae8b6
7
8 Version 1.16 released.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ChangeLog | 2 ++
13 emacs-updater | 6 +++---
14 2 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/ChangeLog b/ChangeLog
17 index 25f549d..a5da7ab 100644
18 --- a/ChangeLog
19 +++ b/ChangeLog
20 @@ -1,5 +1,7 @@
21 2019-08-30 Ulrich Müller <ulm@g.o>
22
23 + * Version 1.16 released.
24 +
25 * emacs-updater (action_rebuild): Drop the last component,
26 i.e., the build number, from Emacs versions below 26 only.
27 Fixes bug 693140.
28
29 diff --git a/emacs-updater b/emacs-updater
30 index 0bca953..ce308e5 100755
31 --- a/emacs-updater
32 +++ b/emacs-updater
33 @@ -1,12 +1,12 @@
34 #!/bin/bash
35 -# Copyright 2007-2016 Gentoo Authors
36 +# Copyright 2007-2019 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2 or later
38
39 # Authors:
40 # Christian Faulhammer <fauli@g.o>
41 # Ulrich Müller <ulm@g.o>
42
43 -VERSION=1.15
44 +VERSION=1.16
45 EMACS=/usr/bin/emacs
46 GETOPT=/usr/bin/getopt
47 SITELISP=/usr/share/emacs/site-lisp
48 @@ -69,7 +69,7 @@ usage() {
49 version() {
50 cat <<-EOF
51 Emacs updater version ${VERSION}
52 - Copyright 2007-2016 Gentoo Authors
53 + Copyright 2007-2019 Gentoo Authors
54 Distributed under the terms of the GNU GPL version 2 or later.
55
56 Gentoo Emacs project: <https://wiki.gentoo.org/wiki/Project:Emacs>