From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] htop: Update to 3.0.3 Date: Fri, 18 Dec 2020 21:35:16 +0100 Message-ID: <4581e5e5-046d-61ae-8995-6c46c3cef630@gmail.com> In-Reply-To: <69e4bb4f-12ef-ca69-7547-37e3b917ceb6@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8701731130286189075==" List-Id: --===============8701731130286189075== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Michael, I am sorry but I have also realised that I missed off the rootfiles with htop= -3.0.3. Can you please unmerge it and I will redo that one as well and reissue it as = a v2. Very sorry, Adolf. On 18/12/2020 12:16, Adolf Belka wrote: > Hi Nichael, > > > On 18/12/2020 10:53, Michael Tremer wrote: >> Hi, >> >>> On 17 Dec 2020, at 17:13, Adolf Belka wrote: >>> >>> Update htop from 3.0.2 to 3.0.3 >>> See the Change Log for details of changes >>> =C2=A0=C2=A0=C2=A0=C2=A0https://github[.]com/htop-dev/htop/blob/master/Ch= angeLog >>> Signed-off-by: Adolf Belka >> >> I would help Git and Patchwork if you leave an empty line between your com= mit message and the Signed-off-by: line. >> >> I use =E2=80=9Cgit commit -s=E2=80=9D which adds this automatically. > > Whoops. I also use git commit -s but then I have been filling the space up = (Duuuuh). > Won't do it in future. > > Regards, > Adolf. > >> >> This isn=E2=80=99t a major issue, but sometimes I edit it and sometimes I = forget when I merge the patch :) >> >> Best, >> -Michael >> >>> --- >>> lfs/htop | 6 +++--- >>> 1 file changed, 3 insertions(+), 3 deletions(-) >>> >>> diff --git a/lfs/htop b/lfs/htop >>> index 8bf588be9..c081d6dc9 100644 >>> --- a/lfs/htop >>> +++ b/lfs/htop >>> @@ -24,7 +24,7 @@ >>> >>> include Config >>> >>> -VER=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =3D 3.0.2 >>> +VER=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =3D 3.0.3 >>> >>> THISAPP=C2=A0=C2=A0=C2=A0 =3D htop-$(VER) >>> DL_FILE=C2=A0=C2=A0=C2=A0 =3D $(THISAPP).tar.gz >>> @@ -32,7 +32,7 @@ DL_FROM=C2=A0=C2=A0=C2=A0 =3D $(URL_IPFIRE) >>> DIR_APP=C2=A0=C2=A0=C2=A0 =3D $(DIR_SRC)/$(THISAPP) >>> TARGET=C2=A0=C2=A0=C2=A0=C2=A0 =3D $(DIR_INFO)/$(THISAPP) >>> PROG=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =3D htop >>> -PAK_VER=C2=A0=C2=A0=C2=A0 =3D 13 >>> +PAK_VER=C2=A0=C2=A0=C2=A0 =3D 14 >>> >>> DEPS=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =3D >>> >>> @@ -46,7 +46,7 @@ objects =3D $(DL_FILE) >>> >>> $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >>> >>> -$(DL_FILE)_MD5 =3D fb848a1c91871d134c785bccb560ca8d >>> +$(DL_FILE)_MD5 =3D b51b9b42b92c1f71656244ba3164da50 >>> >>> install : $(TARGET) >>> >>> --=20 >>> 2.29.2 >>> >> --===============8701731130286189075==--