unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61603] Subject: [PATCH] gnu: xfel: Update to 1.2.9
@ 2023-02-18 12:40 路辉
  2023-02-21 13:52 ` bug#61603: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: 路辉 @ 2023-02-18 12:40 UTC (permalink / raw)
  To: 61603

From d77279693be162d3efc0b9bcdfd76f73a66bbbab Mon Sep 17 00:00:00 2001
From: LuHui <luhux76@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@ftbfs.org>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2023 Juliana Sims <jtsims@protonmail.com>
+;;; Copyright © 2023 Lu Hui <luhux76@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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61603: Subject: [PATCH] gnu: xfel: Update to 1.2.9
  2023-02-18 12:40 [bug#61603] Subject: [PATCH] gnu: xfel: Update to 1.2.9 路辉
@ 2023-02-21 13:52 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-21 13:52 UTC (permalink / raw)
  To: 路辉; +Cc: 61603-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 571 bytes --]


路辉 <luhux76@gmail.com> writes:

> From d77279693be162d3efc0b9bcdfd76f73a66bbbab Mon Sep 17 00:00:00 2001
> From: LuHui <luhux76@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-21 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18 12:40 [bug#61603] Subject: [PATCH] gnu: xfel: Update to 1.2.9 路辉
2023-02-21 13:52 ` bug#61603: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).