From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43524) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hkRQF-0001MZ-PW for guix-patches@gnu.org; Mon, 08 Jul 2019 07:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hkRQE-0000Dl-OY for guix-patches@gnu.org; Mon, 08 Jul 2019 07:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49131) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hkRQE-0000DX-KC for guix-patches@gnu.org; Mon, 08 Jul 2019 07:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hkRQE-0000Bl-Fe for guix-patches@gnu.org; Mon, 08 Jul 2019 07:03:02 -0400 Subject: bug#36536: [PATCH] Update i3blocks to 1.4-2 Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190707111706.rvjwkzxbscogey74@cf0> Date: Mon, 08 Jul 2019 13:02:31 +0200 In-Reply-To: <20190707111706.rvjwkzxbscogey74@cf0> (ison@airmail.cc's message of "Sun, 7 Jul 2019 05:17:07 -0600") Message-ID: <875zoceqm0.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ison Cc: 36536-done@debbugs.gnu.org Hi, ison skribis: > i3blocks click events weren't functioning with the latest i3bar. > Updating fixes the issue. See attached patch. > > Sorry for the dumb quesiton, but I hope I am correctly understanding the = role of > "revision" here. I simply incremented it from 1 to 2. > My understanding is it's just a number added to the end of the version st= ring to > give it a unique value when updating to a commit that doesn't correspond = to an > exact release. That=E2=80=99s correct! >>>From 0c0705d510db8e4c7f9e5a3ff8b1cbf48d6bc104 Mon Sep 17 00:00:00 2001 > From: ison > Date: Sun, 7 Jul 2019 05:02:01 -0600 > Subject: [PATCH] Update i3blocks to 1.4-2 > > --- > gnu/packages/wm.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) I adjusted the commit log to match our conventions and applied it. Thanks! Ludo=E2=80=99.