GNU bug report logs -
#72683
[PATCH v2] gnu: weechat: Update to 4.4.1.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Sat, 17 Aug 2024 07:32:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
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 72683 in the body.
You can then email your comments to 72683 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#72683
; Package
guix-patches
.
(Sat, 17 Aug 2024 07:32:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
ashish.is <at> lostca.se
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 17 Aug 2024 07:32:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/irc.scm (weechat): Update to 4.4.0.
[arguments] add post-unpack function to patch a compilation error.
Change-Id: Ie59694e419cc25850b01ed56b3f4ede956e527e4
---
gnu/packages/irc.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 657b53e6cd..07bf07535d 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke <at> gnu.org>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -367,14 +368,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
- (version "4.3.6")
+ (version "4.4.0")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "16bwch9k6sp7hkgy9pzaw8jrkhzb2yi64m299c7w9p9j2lwhd2w7"))))
+ "0rbxamnvy2vvm6pd2m7j7c3jgb2s5px1173blwyn9mw9x65h31nw"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
@@ -409,6 +410,10 @@ (define-public weechat
'()))
#:phases
(modify-phases %standard-phases
+ (add-after 'unpack 'fix-lua-build
+ (lambda* _
+ (substitute* "src/plugins/lua/weechat-lua.c"
+ (("#elif LUA_VERSION") "#elif defined(LUA_VERSION)"))))
,@(if (target-x86?)
'((add-after 'install 'move-doc
(lambda* (#:key outputs #:allow-other-keys)
base-commit: 6541d382cb5c18703152cbd0c5e5e93d671d6dab
--
2.46.0
Information forwarded
to
ashish.is <at> lostca.se, guix-patches <at> gnu.org
:
bug#72683
; Package
guix-patches
.
(Tue, 20 Aug 2024 04:00:03 GMT)
Full text and
rfc822 format available.
Message #8 received at 72683 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/irc.scm (weechat): Update to 4.4.1.
Change-Id: I25f01c07fc9c541f815558b3493cb1a6c206a906
---
gnu/packages/irc.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 657b53e6cd..a9f82ba957 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke <at> gnu.org>
+;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -367,14 +368,14 @@ (define-public irssi
(define-public weechat
(package
(name "weechat")
- (version "4.3.6")
+ (version "4.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "16bwch9k6sp7hkgy9pzaw8jrkhzb2yi64m299c7w9p9j2lwhd2w7"))))
+ "0v4k4rrp2a5zaxl86wnwffajv3b4fb9w70rsh42samra9k8hppp5"))))
(build-system cmake-build-system)
(outputs '("out" "doc"))
(native-inputs
base-commit: 710e041eb910db5a0504427d4717274c48a893a9
--
2.46.0
Changed bug title to '[PATCH v2] gnu: weechat: Update to 4.4.1.' from '[PATCH] gnu: weechat: Update to 4.4.0.'
Request was from
Ashish SHUKLA <ashish.is <at> lostca.se>
to
control <at> debbugs.gnu.org
.
(Tue, 20 Aug 2024 04:03:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72683
; Package
guix-patches
.
(Tue, 20 Aug 2024 05:24:02 GMT)
Full text and
rfc822 format available.
Message #13 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/irc.scm (weechat): Update to 4.4.1.
>
> Change-Id: I25f01c07fc9c541f815558b3493cb1a6c206a906
> ---
> gnu/packages/irc.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
> index 657b53e6cd..a9f82ba957 100644
> --- a/gnu/packages/irc.scm
> +++ b/gnu/packages/irc.scm
> @@ -14,6 +14,7 @@
> ;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
> ;;; Copyright © 2022 jgart <jgart <at> dismail.de>
> ;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke <at> gnu.org>
> +;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -367,14 +368,14 @@ (define-public irssi
> (define-public weechat
> (package
> (name "weechat")
> - (version "4.3.6")
> + (version "4.4.1")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://weechat.org/files/src/weechat-"
> version ".tar.xz"))
> (sha256
> (base32
> - "16bwch9k6sp7hkgy9pzaw8jrkhzb2yi64m299c7w9p9j2lwhd2w7"))))
> + "0v4k4rrp2a5zaxl86wnwffajv3b4fb9w70rsh42samra9k8hppp5"))))
> (build-system cmake-build-system)
> (outputs '("out" "doc"))
> (native-inputs
>
> base-commit: 710e041eb910db5a0504427d4717274c48a893a9
push, close.
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Tue, 20 Aug 2024 05:24:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
ashish.is <at> lostca.se
:
bug acknowledged by developer.
(Tue, 20 Aug 2024 05:24:02 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
.
(Tue, 17 Sep 2024 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 273 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.