From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: gobject-introspection typelibs and shared libraries Date: Wed, 10 Dec 2014 13:56:43 +0100 Message-ID: <87k31zll2s.fsf@gnu.org> References: <87ppbvkwzj.fsf@gnu.org> <87k322cx77.fsf@gnu.org> <87oardq3n3.fsf@gnu.org> <87k3202k5u.fsf@netris.org> <87fvco2jgl.fsf@netris.org> <871to7q4a2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xygp0-0002Bj-EQ for guix-devel@gnu.org; Wed, 10 Dec 2014 07:56:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xygov-00081P-Gj for guix-devel@gnu.org; Wed, 10 Dec 2014 07:56:50 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:49776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xygov-00081I-A6 for guix-devel@gnu.org; Wed, 10 Dec 2014 07:56:45 -0500 In-Reply-To: (Federico Beffa's message of "Wed, 10 Dec 2014 09:57:36 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > On Wed, Dec 10, 2014 at 9:48 AM, Ludovic Court=C3=A8s wrot= e: >>> I think we should revert the gobject-introspection update for now. >>> >>> What do you think? >> >> Yes, let=E2=80=99s create a branch with all the update work the two of y= ou have >> done, and revert the upgrade in master. > > I've reverted the change in my repository. However, I have a prior > commit (for the package cffi for which I submitted a patch) and have > no idea how to only push the latest commit. Basically you=E2=80=99d need to rewrite history, which is easy with Magit, = or otherwise can be achieved with =E2=80=98git rebase -i=E2=80=99. > Would you suggest the appropriate command, or, if you had a look at > the patch for cffi, can I submit both commits? The CFFI looks good to me, so yes. Thanks! Ludo=E2=80=99.