GNU bug report logs - #40249
[PATCH] gnu: tmate: update to 2.4.0

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Fri, 27 Mar 2020 00:52:02 UTC

Severity: normal

Tags: patch

Done: Jakub Kądziołka <kuba <at> kadziolka.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40249 in the body.
You can then email your comments to 40249 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#40249; Package guix-patches. (Fri, 27 Mar 2020 00:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 27 Mar 2020 00:52:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: tmate: update to 2.4.0
Date: Fri, 27 Mar 2020 01:51:13 +0100
[Message part 1 (text/plain, inline)]
* gnu/packages/terminals.scm (tmate): update to 2.4.0
[0001-gnu-packages-terminals.scm-tmate-update-to-2.4.0.patch (text/x-patch, inline)]
From 1301a4506318d5ec28054d288f88387edfe9fb31 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Fri, 27 Mar 2020 01:45:08 +0100
Subject: [PATCH] * gnu/packages/terminals.scm (tmate): update to 2.4.0

---
 gnu/packages/terminals.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 83eed3e036..9cb004e36a 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2019 Brett Gilio <brettg <at> gnu.org>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
 ;;; Copyright © 2020 Valentin Ignatev <valentignatev <at> gmail.com>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -906,7 +907,7 @@ per-line fullscreen terminal rendering, and keyboard input event reporting.")
 (define-public tmate
   (package
     (name "tmate")
-    (version "2.2.1")
+    (version "2.4.0")
     (source
      (origin
        (method git-fetch)
@@ -916,7 +917,7 @@ per-line fullscreen terminal rendering, and keyboard input event reporting.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0pfl9vrswzim9ydi1n652h3rax2zrmy6sqkp0r09yy3lw83h4y1r"))))
+         "0x5c31yq7ansmiy20a0qf59wagba9v3pq97mlkxrqxn4n1gcc6vi"))))
     (build-system gnu-build-system)
     (inputs
      `(("libevent" ,libevent)
-- 
2.26.0

[Message part 3 (text/plain, inline)]
-- 
Bewußtsein setzt mehr voraus als bloßes Hantieren mit Theorien. Es ist das
Empfinden des Kontrasts zwischen der Theorie als bloßer Theorie und der Tatsache
als bloßer Tatsache. Der Kontrast besteht, ob die Theorie nun zutrifft oder
nicht.   - Alfred North Whitehead in Prozess und Realität
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#40249; Package guix-patches. (Fri, 27 Mar 2020 20:54:02 GMT) Full text and rfc822 format available.

Message #8 received at 40249 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: Michael Rohleder <mike <at> rohleder.de>
Cc: 40249 <at> debbugs.gnu.org
Subject: Re: [bug#40249] [PATCH] gnu: tmate: update to 2.4.0
Date: Fri, 27 Mar 2020 16:53:45 -0400
On Fri, Mar 27, 2020 at 01:51:13AM +0100, Michael Rohleder wrote:
> * gnu/packages/terminals.scm (tmate): update to 2.4.0

> From 1301a4506318d5ec28054d288f88387edfe9fb31 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike <at> rohleder.de>
> Date: Fri, 27 Mar 2020 01:45:08 +0100
> Subject: [PATCH] * gnu/packages/terminals.scm (tmate): update to 2.4.0

Thanks! Pushed as f71bce9bb23c04a88baa0cc2f7271fe0be685f1f after fixing
cosmetic issues with the commit message.

Also, how are you sending your patches? If I download the patch file and
apply that, it's missing the commit title. If I use `git am --signoff`
to apply the entire email from Mutt, there is some extra text that must
be removed. The commit message looks like this in latter case:

------
gnu: tmate: update to 2.4.0

--=-=-=
Content-Type: text/plain

* gnu/packages/terminals.scm (tmate): update to 2.4.0

From 1301a4506318d5ec28054d288f88387edfe9fb31 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Fri, 27 Mar 2020 01:45:08 +0100
Subject: [PATCH] * gnu/packages/terminals.scm (tmate): update to 2.4.0

Signed-off-by: Leo Famulari <leo <at> famulari.name>
------

It would be helpful if you could either use `git format-patch` and
attach the result to an email, or use `git send-email`. Apologies if you
are already doing that and it's about to get complicated...




bug closed, send any further explanations to 40249 <at> debbugs.gnu.org and Michael Rohleder <mike <at> rohleder.de> Request was from Jakub Kądziołka <kuba <at> kadziolka.net> to control <at> debbugs.gnu.org. (Mon, 30 Mar 2020 02:36:48 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Apr 2020 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 363 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.