GNU bug report logs -
#67316
[PATCH 0/2] Update ddcutil and ddcui.
Previous Next
Reported by: Spencer Skylar Chan <schan12 <at> umd.edu>
Date: Tue, 21 Nov 2023 05:02:02 UTC
Severity: normal
Tags: patch
Done: Sergey Trofimov <sarg <at> sarg.org.ru>
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 67316 in the body.
You can then email your comments to 67316 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#67316
; Package
guix-patches
.
(Tue, 21 Nov 2023 05:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Spencer Skylar Chan <schan12 <at> umd.edu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 21 Nov 2023 05:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Spencer Skylar Chan (2):
gnu: ddcutil: Update to 2.0.0.
gnu: ddcui: Update to 0.4.2.
gnu/packages/hardware.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67316
; Package
guix-patches
.
(Tue, 21 Nov 2023 05:05:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 67316 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/hardware.scm (ddcutil): Update to 2.0.0.
[inputs]: Add jansson.
Change-Id: If03736e01ff1eebb2196e1de9d150dbad42ea20c
---
gnu/packages/hardware.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 0652e2933d..cd4d47dca4 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -481,20 +481,21 @@ (define-public ckb-next
(define-public ddcutil
(package
(name "ddcutil")
- (version "1.4.2")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.ddcutil.com/tarballs/"
"ddcutil-" version ".tar.gz"))
(sha256
- (base32 "015l13j7fp9fmlc5d7m6nfjbzjbp8vc0g5py35ljw7li2xk16v60"))))
+ (base32 "16wrw5qyzfvr4ily5mspxzprd026cwj4vd2f16y7m4ya052wbs8a"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
(inputs
(list eudev
glib
+ jansson
kmod
i2c-tools
libdrm ;enhanced diagnostics
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67316
; Package
guix-patches
.
(Tue, 21 Nov 2023 05:05:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67316 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/hardware.scm (ddcui): Update to 0.4.2.
Change-Id: Icd661e3c6641313eb31dc00cc892929a1b7c534a
---
gnu/packages/hardware.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index cd4d47dca4..68e42bb458 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -530,7 +530,7 @@ (define-public ddcutil
(define-public ddcui
(package
(name "ddcui")
- (version "0.3.0")
+ (version "0.4.2")
(source
(origin
(method git-fetch)
@@ -539,7 +539,7 @@ (define-public ddcui
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
+ (base32 "12wsrawwppd3saw5cv9gizvsyxml8zzr6qk21msqzzjgmpqdr3sg"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; No test suite
--
2.39.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67316
; Package
guix-patches
.
(Sun, 22 Dec 2024 11:36:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 67316 <at> debbugs.gnu.org (full text, mbox):
This got fixed in https://issues.guix.gnu.org/74935
bug closed, send any further explanations to
67316 <at> debbugs.gnu.org and Spencer Skylar Chan <schan12 <at> umd.edu>
Request was from
Sergey Trofimov <sarg <at> sarg.org.ru>
to
control <at> debbugs.gnu.org
.
(Sun, 22 Dec 2024 11:37:04 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
.
(Sun, 19 Jan 2025 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.