From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3C4B138335 for ; Fri, 30 Aug 2019 22:02:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8836EE0814; Fri, 30 Aug 2019 22:02:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DDF3E0814 for ; Fri, 30 Aug 2019 22:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7EC234A716 for ; Fri, 30 Aug 2019 22:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C053778 for ; Fri, 30 Aug 2019 22:02:07 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1567201983.f8aae8b612036972619dc5daaaa6675843b887ab.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs-updater X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f8aae8b612036972619dc5daaaa6675843b887ab X-VCS-Branch: emacs-updater Date: Fri, 30 Aug 2019 22:02:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f8a0f7f7-e4bb-4153-9d1a-ff8ca128312c X-Archives-Hash: 94d1bbe5110eb444c04deb81cb16fbdb commit: f8aae8b612036972619dc5daaaa6675843b887ab Author: Ulrich Müller gentoo org> AuthorDate: Fri Aug 30 21:53:03 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Aug 30 21:53:03 2019 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=f8aae8b6 Version 1.16 released. Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 2 ++ emacs-updater | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 25f549d..a5da7ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2019-08-30 Ulrich Müller + * Version 1.16 released. + * emacs-updater (action_rebuild): Drop the last component, i.e., the build number, from Emacs versions below 26 only. Fixes bug 693140. diff --git a/emacs-updater b/emacs-updater index 0bca953..ce308e5 100755 --- a/emacs-updater +++ b/emacs-updater @@ -1,12 +1,12 @@ #!/bin/bash -# Copyright 2007-2016 Gentoo Authors +# Copyright 2007-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 or later # Authors: # Christian Faulhammer # Ulrich Müller -VERSION=1.15 +VERSION=1.16 EMACS=/usr/bin/emacs GETOPT=/usr/bin/getopt SITELISP=/usr/share/emacs/site-lisp @@ -69,7 +69,7 @@ usage() { version() { cat <<-EOF Emacs updater version ${VERSION} - Copyright 2007-2016 Gentoo Authors + Copyright 2007-2019 Gentoo Authors Distributed under the terms of the GNU GPL version 2 or later. Gentoo Emacs project: