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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 21 Feb 2023 13:52:24 +0000
with message-id <87lekrdt14.fsf <at> cbaines.net>
and subject line Re: [bug#61603] Subject: [PATCH] gnu: xfel: Update to 1.2.9
has caused the debbugs.gnu.org bug report #61603,
regarding Subject: [PATCH] gnu: xfel: Update to 1.2.9
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61603: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61603
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.