From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Release 1.0.1 of GNU MPC Date: Thu, 13 Dec 2012 22:31:38 +0100 Message-ID: <87vcc5zlj9.fsf@gnu.org> References: <201212112302.35675.andreas@enge.fr> <87a9tj8jww.fsf@gnu.org> <201212122011.32775.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGNZ-00073T-QZ for bug-guix@gnu.org; Thu, 13 Dec 2012 16:31:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjGNY-0000LC-Md for bug-guix@gnu.org; Thu, 13 Dec 2012 16:31:41 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:63574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjGNY-0000Km-Gj for bug-guix@gnu.org; Thu, 13 Dec 2012 16:31:40 -0500 In-Reply-To: <201212122011.32775.andreas@enge.fr> (Andreas Enge's message of "Wed, 12 Dec 2012 20:11:32 +0100") 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: Andreas Enge Cc: bug-guix@gnu.org Hi! Andreas Enge skribis: > Okay. There will soon be a new release of gmp (5.1), this would be a good > time for a merge back. OK, good to know. >> Would it be an option for you to send a =E2=80=98git format-patch=E2=80= =99 kind of >> patch? > > Why not, see attached. [...] > From ed954467bef2fbd381ccaf1bd196afd835de7282 Mon Sep 17 00:00:00 2001 > From: Andreas Enge > Date: Wed, 12 Dec 2012 20:03:07 +0100 > Subject: [PATCH] distro/packages/multiprecision.scm: updated for mpc-1.0.1 > > --- > distro/packages/multiprecision.scm | 15 +++++++++------ > 1 file changed, 9 insertions(+), 6 deletions(-) Thanks! I just pushed it to the new =E2=80=98core-updates=E2=80=99 branch. Note that we use ChangeLog-style commit logs, and conventions on the subject line, so I changed yours accordingly: Author: Andreas Enge Date: Wed Dec 12 20:03:07 2012 +0100 distro: mpc: Update to 1.0.1. * distro/packages/multiprecision.scm (mpc): Update to 1.0.1. Thanks, Ludo=E2=80=99.