GNU bug report logs -
#44971
[PATCH 1/2] gnu: utox: Update to 0.18.0.
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 44971 in the body.
You can then email your comments to 44971 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#44971
; Package
guix-patches
.
(Mon, 30 Nov 2020 21:27:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Robert Karszniewicz <avoidr <at> posteo.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 30 Nov 2020 21:27:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (utox): Update to 0.18.0.
---
gnu/packages/messaging.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 14172a13f5..20e1b1f0cb 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -26,6 +26,7 @@
;;; Copyright © 2020 Mason Hock <chaosmonk <at> riseup.net>
;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan <at> disroot.org>
+;;; Copyright © 2020 Robert Karszniewicz <avoidr <at> posteo.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1202,7 +1203,7 @@ messenger protocol.")
(define-public utox
(package
(name "utox")
- (version "0.17.1")
+ (version "0.18.0")
(source
(origin
(method git-fetch)
@@ -1213,7 +1214,7 @@ messenger protocol.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "17kwqw24iqljp2icih9k6ikx12gzr8zzqr8y5h35bg8m5s8pasq5"))))
+ "0d0mwgxffg4nhai62irf8lyhd1whp9s4k892rsmqz1sra3pbjcg9"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DENABLE_TESTS=on")
--
2.29.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#44971
; Package
guix-patches
.
(Mon, 30 Nov 2020 22:52:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 44971 <at> debbugs.gnu.org (full text, mbox):
Hello, I wanted to add, that my uTox package update fixes bug #43750.
http://issues.guix.gnu.org/43750
The bug was fixed upstream in version 0.17.2:
commit b608d584d9b6aeae916dec48c2cadf2e631f91b8
Author: Tobias Kortkamp <t <at> tobik.me>
Date: Sat Nov 30 17:10:58 2019 +0100
Unbreak build with OpenAL 1.20.0
In file included from /home/tobias/src/github.com/uTox/uTox/src/av/audio.c:33:
/usr/local/include/AL/alc.h:34:26: error: typedef redefinition with different types
('struct ALCdevice' vs 'struct ALCdevice_struct')
typedef struct ALCdevice ALCdevice;
^
/home/tobias/src/github.com/uTox/uTox/src/av/audio.h:8:33: note: previous definition is here
typedef struct ALCdevice_struct ALCdevice;
^
1 error generated.
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Thu, 03 Dec 2020 22:16:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Robert Karszniewicz <avoidr <at> posteo.de>
:
bug acknowledged by developer.
(Thu, 03 Dec 2020 22:16:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 44971-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Robert Karszniewicz <avoidr <at> posteo.de> skribis:
> * gnu/packages/messaging.scm (utox): Update to 0.18.0.
Applied!
> Hello, I wanted to add, that my uTox package update fixes bug #43750.
> http://issues.guix.gnu.org/43750
Nice. I added a “Fixes” line to the commit log.
Thanks,
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 01 Jan 2021 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 165 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.