From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#22628: Emacs: ^ in installed package list misses some upgrades Date: Fri, 12 Feb 2016 15:01:05 +0100 Message-ID: <20160212140105.GA6289@debian.eduroam.u-bordeaux.fr> References: <87r3gjvcgl.fsf@gnu.org> <878u2qus7e.fsf@gmail.com> <87r3gi11j5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUEIR-0003p0-DL for bug-guix@gnu.org; Fri, 12 Feb 2016 09:02:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUEIM-0000gV-Eg for bug-guix@gnu.org; Fri, 12 Feb 2016 09:02:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56447) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUEIM-0000gR-Ai for bug-guix@gnu.org; Fri, 12 Feb 2016 09:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aUEIL-0005na-WD for bug-guix@gnu.org; Fri, 12 Feb 2016 09:02:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87r3gi11j5.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: Alex Kost , 22628@debbugs.gnu.org On Fri, Feb 12, 2016 at 02:49:50PM +0100, Ludovic Courtès wrote: > I think we need a different solution for packages that have several > series. For instance, we could have: > (define gnupg-2.0 > (package … > (properties `((series . "2.0"))))) > and that would lead the various UIs to upgrade only to a package whose > version prefix is “2.0”. > WDYT? This is so obvious that one wonders how we did not think of it earlier :-) Andreas