GNU bug report logs -
#37903
[PATCH 0/2] gnu: profanity: Update to 0.7.1.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37903 in the body.
You can then email your comments to 37903 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#37903
; Package
guix-patches
.
(Thu, 24 Oct 2019 14:11:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tanguy Le Carrour <tanguy <at> bioneland.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 24 Oct 2019 14:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37903
; Package
guix-patches
.
(Thu, 24 Oct 2019 14:13:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 37903 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[Message part 2 (text/plain, inline)]
From 5eac4a4afd1211a4f40096f716d1aa15b4be9559 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
Date: Thu, 24 Oct 2019 15:51:34 +0200
Subject: [PATCH 1/2] gnu: profanity: Update to 0.7.1.
* gnu/packages/messaging.scm (profanity): Update to 0.7.1.
---
gnu/packages/messaging.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 741b3285e2..ca51024d2b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling <at> mykolab.com>
;;; Copyright © 2018 Leo Famulari <leo <at> famulari.name>
;;; Copyright © 2018 Pierre-Antoine Rouby <contact <at> parouby.fr>
+;;; Copyright © 2019 Tanguy Le Carrour <tanguy <at> bioneland.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1617,14 +1618,14 @@ are both supported).")
(define-public profanity
(package
(name "profanity")
- (version "0.5.1")
+ (version "0.7.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.profanity.im/profanity-"
+ (uri (string-append "https://profanity-im.github.io/profanity-"
version ".tar.gz"))
(sha256
(base32
- "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3"))))
+ "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37903
; Package
guix-patches
.
(Thu, 24 Oct 2019 14:14:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 37903 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[Message part 2 (text/plain, inline)]
From 4cde7142307210ececf842bb5a3d643cef8811f5 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
Date: Thu, 24 Oct 2019 15:53:14 +0200
Subject: [PATCH 2/2] gnu: profanity: Correct indentation.
* gnu/packages/messaging.scm (profanity): Correct indentation.
---
gnu/packages/messaging.scm | 64 +++++++++++++++++++-------------------
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ca51024d2b..f890ad8dd5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1616,39 +1616,39 @@ are both supported).")
(license (list license:gpl3+ license:x11))))
(define-public profanity
- (package
- (name "profanity")
- (version "0.7.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://profanity-im.github.io/profanity-"
- version ".tar.gz"))
- (sha256
- (base32
- "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
- (build-system gnu-build-system)
- (inputs
- `(("curl" ,curl)
- ("expat" ,expat)
- ("glib" ,glib)
- ("gpgme" ,gpgme)
- ("libmesode" ,libmesode)
- ("libotr" ,libotr)
- ("ncurses" ,ncurses)
- ("openssl" ,openssl)
- ("readline" ,readline)))
- (native-inputs
- `(("autoconf" ,autoconf)
- ("autoconf-archive" ,autoconf-archive)
- ("automake" ,automake)
- ("cmocka" ,cmocka)
- ("libtool" ,libtool)
- ("pkg-config" ,pkg-config)))
- (synopsis "Console-based XMPP client")
- (description "Profanity is a console based XMPP client written in C
+ (package
+ (name "profanity")
+ (version "0.7.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://profanity-im.github.io/profanity-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("curl" ,curl)
+ ("expat" ,expat)
+ ("glib" ,glib)
+ ("gpgme" ,gpgme)
+ ("libmesode" ,libmesode)
+ ("libotr" ,libotr)
+ ("ncurses" ,ncurses)
+ ("openssl" ,openssl)
+ ("readline" ,readline)))
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("autoconf-archive" ,autoconf-archive)
+ ("automake" ,automake)
+ ("cmocka" ,cmocka)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (synopsis "Console-based XMPP client")
+ (description "Profanity is a console based XMPP client written in C
using ncurses and libmesode, inspired by Irssi.")
- (home-page "http://www.profanity.im")
- (license license:gpl3+)))
+ (home-page "http://www.profanity.im")
+ (license license:gpl3+)))
(define-public libircclient
(package
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37903
; Package
guix-patches
.
(Thu, 24 Oct 2019 16:03:02 GMT)
Full text and
rfc822 format available.
Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello Tanguy,
> * gnu/packages/messaging.scm (profanity): Update to 0.7.1.
This patch doesn't apply on master. Can you rebase it please?
You also need to add mention of the uri update in the commit message.
Thanks,
Mathieu
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37903
; Package
guix-patches
.
(Thu, 24 Oct 2019 16:03:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37903
; Package
guix-patches
.
(Fri, 25 Oct 2019 12:47:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 37903 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sorry, I thought I had pull the latest master!
I also added something about the source URL in the commit message.
[Message part 2 (text/plain, inline)]
From fe29bf229aba44a4ddff2903c26f43d69b372819 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
Date: Thu, 24 Oct 2019 15:51:34 +0200
Subject: [PATCH v2 1/2] gnu: profanity: Update to 0.7.1.
* gnu/packages/messaging.scm (profanity): Update to 0.7.1. Update
source URL to the one provided on the website.
---
gnu/packages/messaging.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 741b3285e2..ca51024d2b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2017, 2018, 2019 Rutger Helling <rhelling <at> mykolab.com>
;;; Copyright © 2018 Leo Famulari <leo <at> famulari.name>
;;; Copyright © 2018 Pierre-Antoine Rouby <contact <at> parouby.fr>
+;;; Copyright © 2019 Tanguy Le Carrour <tanguy <at> bioneland.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1617,14 +1618,14 @@ are both supported).")
(define-public profanity
(package
(name "profanity")
- (version "0.5.1")
+ (version "0.7.1")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.profanity.im/profanity-"
+ (uri (string-append "https://profanity-im.github.io/profanity-"
version ".tar.gz"))
(sha256
(base32
- "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3"))))
+ "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
(build-system gnu-build-system)
(inputs
`(("curl" ,curl)
--
2.23.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37903
; Package
guix-patches
.
(Fri, 25 Oct 2019 12:47:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 37903 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
[Message part 2 (text/plain, inline)]
From 2fffd07b71d6dcecab6d8a9fc0e51fe4d8c13580 Mon Sep 17 00:00:00 2001
From: Tanguy Le Carrour <tanguy <at> bioneland.org>
Date: Thu, 24 Oct 2019 15:53:14 +0200
Subject: [PATCH v2 2/2] gnu: profanity: Correct indentation.
* gnu/packages/messaging.scm (profanity): Correct indentation.
---
gnu/packages/messaging.scm | 64 +++++++++++++++++++-------------------
1 file changed, 32 insertions(+), 32 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index ca51024d2b..f890ad8dd5 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1616,39 +1616,39 @@ are both supported).")
(license (list license:gpl3+ license:x11))))
(define-public profanity
- (package
- (name "profanity")
- (version "0.7.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://profanity-im.github.io/profanity-"
- version ".tar.gz"))
- (sha256
- (base32
- "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
- (build-system gnu-build-system)
- (inputs
- `(("curl" ,curl)
- ("expat" ,expat)
- ("glib" ,glib)
- ("gpgme" ,gpgme)
- ("libmesode" ,libmesode)
- ("libotr" ,libotr)
- ("ncurses" ,ncurses)
- ("openssl" ,openssl)
- ("readline" ,readline)))
- (native-inputs
- `(("autoconf" ,autoconf)
- ("autoconf-archive" ,autoconf-archive)
- ("automake" ,automake)
- ("cmocka" ,cmocka)
- ("libtool" ,libtool)
- ("pkg-config" ,pkg-config)))
- (synopsis "Console-based XMPP client")
- (description "Profanity is a console based XMPP client written in C
+ (package
+ (name "profanity")
+ (version "0.7.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://profanity-im.github.io/profanity-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0nxh81j8ky0fzv47pip1jb7rs5rrin3jx0f3h632bvpjiya45r1z"))))
+ (build-system gnu-build-system)
+ (inputs
+ `(("curl" ,curl)
+ ("expat" ,expat)
+ ("glib" ,glib)
+ ("gpgme" ,gpgme)
+ ("libmesode" ,libmesode)
+ ("libotr" ,libotr)
+ ("ncurses" ,ncurses)
+ ("openssl" ,openssl)
+ ("readline" ,readline)))
+ (native-inputs
+ `(("autoconf" ,autoconf)
+ ("autoconf-archive" ,autoconf-archive)
+ ("automake" ,automake)
+ ("cmocka" ,cmocka)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
+ (synopsis "Console-based XMPP client")
+ (description "Profanity is a console based XMPP client written in C
using ncurses and libmesode, inspired by Irssi.")
- (home-page "http://www.profanity.im")
- (license license:gpl3+)))
+ (home-page "http://www.profanity.im")
+ (license license:gpl3+)))
(define-public libircclient
(package
--
2.23.0
Reply sent
to
Mathieu Othacehe <m.othacehe <at> gmail.com>
:
You have taken responsibility.
(Fri, 25 Oct 2019 14:13:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Tanguy Le Carrour <tanguy <at> bioneland.org>
:
bug acknowledged by developer.
(Fri, 25 Oct 2019 14:13:02 GMT)
Full text and
rfc822 format available.
Message #28 received at 37903-done <at> debbugs.gnu.org (full text, mbox):
Hello Tanguy,
> Sorry, I thought I had pull the latest master!
> I also added something about the source URL in the commit message.
The patch applying issue seems to come from an encoding issue. Could you
check the configuration of your mailer, or use git send-email instead?
You can convince yourself of the issue by trying to apply your patch,
from your email, using git am command.
I also edited the commit message of the first patch to follow commit log
conventions.
Thanks for your work :),
Mathieu
Information forwarded
to
guix-patches <at> gnu.org
:
bug#37903
; Package
guix-patches
.
(Fri, 25 Oct 2019 14:32:01 GMT)
Full text and
rfc822 format available.
Message #31 received at 37903-done <at> debbugs.gnu.org (full text, mbox):
Hi!
Le 10/25, Mathieu Othacehe a écrit :
> > Sorry, I thought I had pull the latest master!
> > I also added something about the source URL in the commit message.
>
> The patch applying issue seems to come from an encoding issue. Could you
> check the configuration of your mailer, or use git send-email instead?
I'm sending patches with neomutt, but it turns out to be really painful
when there are more than 2 patches.
I'll configure `git send-email` asap!
> I also edited the commit message of the first patch to follow commit log
> conventions.
Yeah, I have to work on that, sorry! I usually go through the log
history to find something similar, but it's not always successful!
> Thanks for your work :),
Thanks for your!
--
Tanguy
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 23 Nov 2019 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 270 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.