GNU bug report logs - #70809
[PATCH] gnu: ugrep: Update to 6.0.0.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Tue, 7 May 2024 02:32:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

To reply to this bug, email your comments to 70809 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#70809; Package guix-patches. (Tue, 07 May 2024 02:32:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to kiasoc5 <kiasoc5 <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 07 May 2024 02:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: ugrep: Update to 6.0.0.
Date: Mon,  6 May 2024 22:28:11 -0400
* gnu/packages/search.scm (ugrep): Update to 6.0.0.

Change-Id: Ib5ec563c45d58abeea50e337a4cbc8e6eb7420f1
---
 gnu/packages/search.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 725478a481..063272d5a7 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,7 +737,7 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "4.5.2")
+    (version "6.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference

base-commit: 28e74f49fefdc18746d14704a6dbf72d24273e16
prerequisite-patch-id: f9c0159c68f237863eb8ad707e3323972aa2be8d
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#70809; Package guix-patches. (Tue, 07 May 2024 09:57:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: kiasoc5 via Guix-patches via <guix-patches <at> gnu.org>
Cc: kiasoc5 <kiasoc5 <at> disroot.org>, 70809 <at> debbugs.gnu.org
Subject: Re: [bug#70809] [PATCH] gnu: ugrep: Update to 6.0.0.
Date: Tue, 07 May 2024 11:55:48 +0200
Hello,

kiasoc5 via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/search.scm (ugrep): Update to 6.0.0.
>
> Change-Id: Ib5ec563c45d58abeea50e337a4cbc8e6eb7420f1
> ---
>  gnu/packages/search.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
> index 725478a481..063272d5a7 100644
> --- a/gnu/packages/search.scm
> +++ b/gnu/packages/search.scm
> @@ -737,7 +737,7 @@ (define-public xapers
>  (define-public ugrep
>    (package
>      (name "ugrep")
> -    (version "4.5.2")
> +    (version "6.0.0")
>      (source (origin
>                (method git-fetch)
>                (uri (git-reference

It seems you forgot to update the hash.

Regards,
-- 
Nicolas Goaziou






Information forwarded to guix-patches <at> gnu.org:
bug#70809; Package guix-patches. (Tue, 07 May 2024 09:57:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#70809; Package guix-patches. (Wed, 08 May 2024 20:52:02 GMT) Full text and rfc822 format available.

Message #14 received at submit <at> debbugs.gnu.org (full text, mbox):

From: kiasoc5 <kiasoc5 <at> disroot.org>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>,
 kiasoc5 via Guix-patches via <guix-patches <at> gnu.org>
Cc: 70809 <at> debbugs.gnu.org
Subject: Re: [bug#70809] [PATCH] gnu: ugrep: Update to 6.0.0.
Date: Wed, 8 May 2024 16:51:10 -0400
From 06e42cfb1d1b3c38e0ff32a08154017e846a9224 Mon Sep 17 00:00:00 2001
Message-Id: 
<06e42cfb1d1b3c38e0ff32a08154017e846a9224.1715100705.git.kiasoc5 <at> disroot.org>
From: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Tue, 7 May 2024 12:24:05 -0400
Subject: [PATCH v2] gnu: ugrep: Update to 6.0.0.

* gnu/packages/search.scm (ugrep): Update to 6.0.0.
[source]: Adjust snippet to avoid deleting ug+ and ugrep+ shell scripts.

Change-Id: I9beb1415fe8bfbe12a1e9d22d1606b1fc92ef16b
---

Thanks, fixed hash and another build failure. (git send-email is broken 
right now)

 gnu/packages/search.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 8d21a082cb..aa45f589b6 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,19 +737,20 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.11.2")
+    (version "6.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 
"0k0dzdyif9lpk0avjk02xkd6bjg9km4spr3p4hzls88y9hwgcc9l"))
+               (base32 
"07lqjvyvda11d8xk1cmwwyx41w6l423jghcf21fnp4hrkrcsd5cd"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
                #~(begin
-                   (delete-file-recursively "bin") ; pre-built executables
+                   (delete-file-recursively "bin/win32") ; pre-built 
executables
+                   (delete-file-recursively "bin/win64") ; pre-built 
executables
                    (for-each (lambda (regexp)
                                (for-each delete-file
                                          (find-files "tests" regexp)))

base-commit: 014875b29e68da6357a5323e6dd1eaa74a05b753
-- 
2.39.2






Information forwarded to guix-patches <at> gnu.org:
bug#70809; Package guix-patches. (Wed, 08 May 2024 20:52:02 GMT) Full text and rfc822 format available.

Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Mon, 27 May 2024 07:24:02 GMT) Full text and rfc822 format available.

Notification sent to kiasoc5 <kiasoc5 <at> disroot.org>:
bug acknowledged by developer. (Mon, 27 May 2024 07:24:02 GMT) Full text and rfc822 format available.

Message #22 received at 70809-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: kiasoc5 <kiasoc5 <at> disroot.org>
Cc: 70809-done <at> debbugs.gnu.org, mail <at> nicolasgoaziou.fr
Subject: Re: [bug#70809] [PATCH] gnu: ugrep: Update to 6.0.0.
Date: Mon, 27 May 2024 15:22:41 +0800
kiasoc5 <kiasoc5 <at> disroot.org> writes:

>  From 06e42cfb1d1b3c38e0ff32a08154017e846a9224 Mon Sep 17 00:00:00 2001
> Message-Id: 
> <06e42cfb1d1b3c38e0ff32a08154017e846a9224.1715100705.git.kiasoc5 <at> disroot.org>
> From: kiasoc5 <kiasoc5 <at> disroot.org>
> Date: Tue, 7 May 2024 12:24:05 -0400
> Subject: [PATCH v2] gnu: ugrep: Update to 6.0.0.
>
> * gnu/packages/search.scm (ugrep): Update to 6.0.0.
> [source]: Adjust snippet to avoid deleting ug+ and ugrep+ shell scripts.

Pushed to master as commit a3e5caa222, thank you.




This bug report was last modified 5 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.