From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-458910-garchives=archives.gentoo.org@lists.gentoo.org>) id 1SR42M-0004xI-9o for garchives@archives.gentoo.org; Sun, 06 May 2012 16:10:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2098EE08D6; Sun, 6 May 2012 16:06:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E4DFAE08A0 for <gentoo-commits@lists.gentoo.org>; Sun, 6 May 2012 16:06:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8571F1B405C for <gentoo-commits@lists.gentoo.org>; Sun, 6 May 2012 16:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 374F7E4C22 for <gentoo-commits@lists.gentoo.org>; Sun, 6 May 2012 16:06:12 +0000 (UTC) From: "Sebastian Pipping" <sping@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" <sping@gentoo.org> Message-ID: <1314205359.0e3a641a7dd428434e67cfcc445dc782c9ab2538.sping@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: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0e3a641a7dd428434e67cfcc445dc782c9ab2538 X-VCS-Branch: emacs-updater Date: Sun, 6 May 2012 16:06:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 8daede19-1e64-4874-8b31-4afff40817d8 X-Archives-Hash: 7ae0497092c05492d241fbe5497d782c commit: 0e3a641a7dd428434e67cfcc445dc782c9ab2538 Author: Ulrich M=C3=BCller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 24 17:02:39 2011 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Wed Aug 24 17:02:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D0e3a641a Version 1.9 released. svn path=3D/emacs-updater/; revision=3D1663 --- ChangeLog | 2 ++ emacs-updater | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index aded0c8..34b03a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2011-08-24 Ulrich Mueller <ulm@gentoo.org> =20 + * Version 1.9 released. + * emacs-updater (action_rebuild): When comparing Emacs versions, ignore the last component, i.e. the local build number. =20 diff --git a/emacs-updater b/emacs-updater index 3875123..76b70cd 100755 --- a/emacs-updater +++ b/emacs-updater @@ -7,7 +7,7 @@ # Christian Faulhammer <fauli@gentoo.org> # Ulrich Mueller <ulm@gentoo.org> =20 -VERSION=3D1.8 +VERSION=3D1.9 EMACS=3D/usr/bin/emacs SITELISP=3D/usr/share/emacs/site-lisp =20