nano: Update to 2.4.2
Message ID | 55B4F1F5.2000502@t-online.de |
---|---|
State | Accepted |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id B67E1605C7 for <patchwork@ipfire.org>; Sun, 26 Jul 2015 16:42:53 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 902C121C6; Sun, 26 Jul 2015 16:42:53 +0200 (CEST) Received-SPF: None (no SPF record) identity=mailfrom; client-ip=194.25.134.18; helo=mailout04.t-online.de; envelope-from=fischerm42@t-online.de; receiver=development@lists.ipfire.org Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPS id 30C9621AF for <development@lists.ipfire.org>; Sun, 26 Jul 2015 16:42:51 +0200 (CEST) Received: from fwd31.aul.t-online.de (fwd31.aul.t-online.de [172.20.26.136]) by mailout04.t-online.de (Postfix) with SMTP id F245132FED0 for <development@lists.ipfire.org>; Sun, 26 Jul 2015 16:42:50 +0200 (CEST) Received: from [192.168.100.1] (GoGu8TZC8hLWVk4HJuhKPcD0P10X8iIEl-T6PWb8-tMlVbOPbTUg1DQ6bhIpYl9w3S@[87.144.94.254]) by fwd31.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1ZJN8b-0irRhI0; Sun, 26 Jul 2015 16:42:49 +0200 To: "IPFire: Development-List" <development@lists.ipfire.org> From: Matthias Fischer <fischerm42@t-online.de> Subject: [PATCH] nano: Update to 2.4.2 Organization: None Message-ID: <55B4F1F5.2000502@t-online.de> Date: Sun, 26 Jul 2015 16:43:01 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-ID: GoGu8TZC8hLWVk4HJuhKPcD0P10X8iIEl-T6PWb8-tMlVbOPbTUg1DQ6bhIpYl9w3S X-TOI-MSGID: c4d564c9-584d-4358-a98a-fbca5b61d746 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
July 27, 2015, 12:43 a.m. UTC
Hi,
Nano: Update to 2.4.2
GIT: http://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit;h=69d4fcba20177bf3ab6d69c3e17a710d39f2b08b
From: Matthias Fischer <fischerm42@t-online.de>
---
Comments
Hi, thank you for sending in your patches as an email to this list. However there are some slight problems that we need to sort out. The biggest one is that your email client did some weird stuff with the patch. On every line that did not start with a + or - character, it added an other space. So the patch did not apply until I removed the superfluous space characters. On Sun, 2015-07-26 at 16:43 +0200, Matthias Fischer wrote: > Hi, > > Nano: Update to 2.4.2 > GIT: http://git.ipfire.org/?p=people/mfischer/ipfire-2.x.git;a=commit > ;h=69d4fcba20177bf3ab6d69c3e17a710d39f2b08b You do not need to add a URL to the git branch. Just the change. > From: Matthias Fischer <fischerm42@t-online.de> This should be "Signed-off-by" > --- > > diff --git a/config/rootfiles/packages/nano > b/config/rootfiles/packages/nano > index 67cf060..d31753c 100644 > --- a/config/rootfiles/packages/nano > +++ b/config/rootfiles/packages/nano > @@ -21,10 +21,12 @@ usr/share/nano/cmake.nanorc > usr/share/nano/css.nanorc > usr/share/nano/debian.nanorc > usr/share/nano/default.nanorc > +usr/share/nano/elisp.nanorc > usr/share/nano/fortran.nanorc > usr/share/nano/gentoo.nanorc > #usr/share/nano/go.nanorc > usr/share/nano/groff.nanorc > +usr/share/nano/guile.nanorc > usr/share/nano/html.nanorc > usr/share/nano/java.nanorc > #usr/share/nano/javascript.nanorc > @@ -41,6 +43,7 @@ usr/share/nano/patch.nanorc > usr/share/nano/perl.nanorc > usr/share/nano/php.nanorc > usr/share/nano/po.nanorc > +usr/share/nano/postgresql.nanorc > usr/share/nano/pov.nanorc > usr/share/nano/python.nanorc > usr/share/nano/ruby.nanorc > diff --git a/lfs/nano b/lfs/nano > index 4eec9c1..bf80810 100644 > --- a/lfs/nano > +++ b/lfs/nano > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.4.1 > +VER = 2.4.2 > > THISAPP = nano-$(VER) > DL_FILE = $(THISAPP).tar.gz > @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > PROG = nano > -PAK_VER = 5 > +PAK_VER = 6 > > DEPS = "" > > @@ -44,7 +44,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 1c612b478f976abf8ef926480c7a3684 > +$(DL_FILE)_MD5 = ce6968992fec4283c17984b53554168b > > install : $(TARGET) > > The content is fine. I merged this one since I manually edited it. Have you tried using "git send-email"? -Michael
Hi, On Sun, 2015-07-26 at 20:39 +0200, Matthias Fischer wrote: > Hi Michael, > > On 26.07.2015 19:58, Michael Tremer wrote: > > The content is fine. > > At least something... ;-) > > > I merged this one since I manually edited it. Have you tried using > > "git > > send-email"? > > Sorry for the mess - I tried, but obviously my email client had other > thoughts than me... No worries. > > Will try "git send-email" next time. Any hints for the correct/wanted > syntax? I'm using the terminal console most of the time. > I've found something about using "hooks" - e.g., the file > "commit-msg.sample" in directory '.git/hooks'. You do not need any of that. Just set up your email account like described here http://wiki.ipfire.org/devel/git/setup commit as usual and after that run "git send-email -1" with maybe some more parameters. You can send emails to yourself for testing. Make sure that your build system is up to date and has got the latest version of Git (should be 2.4.4 or so). It should be easy then... -Michael > > But I'm not sure, if this is the right way to do it or if I have to > make > specific changes in this file. > > Regards > Matthias >