GNU bug report logs -
#61603
Subject: [PATCH] gnu: xfel: Update to 1.2.9
Previous Next
Reported by: 路辉 <luhux76 <at> gmail.com>
Date: Sat, 18 Feb 2023 12:41:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.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 61603 in the body.
You can then email your comments to 61603 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#61603
; Package
guix-patches
.
(Sat, 18 Feb 2023 12:41:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
路辉 <luhux76 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 18 Feb 2023 12:41:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From d77279693be162d3efc0b9bcdfd76f73a66bbbab Mon Sep 17 00:00:00 2001
From: LuHui <luhux76 <at> gmail.com>
Date: Sat, 18 Feb 2023 20:32:33 +0800
Subject: [PATCH] gnu: xfel: Update to 1.2.9
* gnu/packages/admin.scm (xfel): Update to 1.2.9
---
gnu/packages/admin.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 055be32972..e612d7ec86 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -56,6 +56,7 @@
;;; Copyright © 2022, 2023 Matthew James Kraai <kraai <at> ftbfs.org>
;;; Copyright © 2022 jgart <jgart <at> dismail.de>
;;; Copyright © 2023 Juliana Sims <jtsims <at> protonmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3744,7 +3745,7 @@ (define-public sunxi-tools
(define-public xfel
(package
(name "xfel")
- (version "1.2.4")
+ (version "1.2.9")
(source
(origin
(method git-fetch)
@@ -3752,7 +3753,7 @@ (define-public xfel
(url "https://github.com/xboot/xfel.git")
(commit (string-append "v" version))))
(sha256
- (base32 "0r4j63vh6279fj1yh71h08d1av3nc0majlad5yh6admsxiig101m"))
+ (base32 "0gs37w5zjfmyadm49hdalq6vr6gidc683agz3shncgj93x2hxx02"))
(file-name (git-file-name name version))))
(native-inputs
(list pkg-config))
@@ -3770,12 +3771,14 @@ (define-public xfel
(("/usr/local") out)
(("/usr") out)
(("/etc/udev/rules.d")
- (string-append out "/lib/udev/rules.d"))))))
+ (string-append out "/lib/udev/rules.d"))
+ (("udevadm control --reload") ; next version will remove this
+ "")))))
(delete 'configure))))
(home-page "https://github.com/xboot/xfel")
(synopsis "Remote debugging tool for Allwinner D1 computers")
- (description "This package contains a debugging tool for Allwinner D1
-devices (connects via USB OTG).")
+ (description "This package contains a debugging tool for Allwinner soc
+(connects via USB OTG).")
(license license:expat)))
(define-public sedsed
--
2.39.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#61603
; Package
guix-patches
.
(Tue, 21 Feb 2023 13:54:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
路辉 <luhux76 <at> gmail.com> writes:
> From d77279693be162d3efc0b9bcdfd76f73a66bbbab Mon Sep 17 00:00:00 2001
> From: LuHui <luhux76 <at> gmail.com>
> Date: Sat, 18 Feb 2023 20:32:33 +0800
> Subject: [PATCH] gnu: xfel: Update to 1.2.9
>
> * gnu/packages/admin.scm (xfel): Update to 1.2.9
> ---
> gnu/packages/admin.scm | 13 ++++++++-----
> 1 file changed, 8 insertions(+), 5 deletions(-)
Thanks! I've tweaked the synopsis and description, and expanded the
commit message a bit and pushed this to master as
1461bf96e3bd9492ba3af1c98b6b4bce383af20a.
Chris
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Tue, 21 Feb 2023 13:54:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
路辉 <luhux76 <at> gmail.com>
:
bug acknowledged by developer.
(Tue, 21 Feb 2023 13:54: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
.
(Wed, 22 Mar 2023 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 89 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.