GNU bug report logs

#72031 [PATCH v2] gnu: ugrep: Update to 6.3.0.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#72031; Package guix-patches. (Wed, 10 Jul 2024 09:07:02 GMT) (full text, mbox, link).


Acknowledgement sent to ashish.is@lostca.se:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Wed, 10 Jul 2024 09:07:02 GMT) (full text, mbox, link).


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

From: ashish.is@lostca.se
To: guix-patches@gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [PATCH] gnu: ugrep: Update to 6.2.0.
Date: Wed, 10 Jul 2024 09:05:34 +0000
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/search.scm (ugrep): Update to 6.2.0.
  [source] linux binaries are not present anymore.
  [inputs] add dependency on brotli for brotli support.

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

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 75e3252f02..928068b774 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,22 +737,20 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "6.1.0")
+    (version "6.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "01zgvwhawz1sv3sib31jgbs5q27yc4kqmhz3v9l1zbqkkhwxsvqy"))
+               (base32 "1j3cz6y1rqz64604afk7fa00yqmwjpgmnd7gsaa4x3kgldqfdlr2"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
                #~(begin
                    (delete-file-recursively "bin/win32") ; pre-built
                    (delete-file-recursively "bin/win64") ; pre-built
-                   (delete-file-recursively "bin/linux_amd64") ; pre-built
-                   (delete-file-recursively "bin/linux_arm64") ; pre-built
                    (for-each (lambda (regexp)
                                (for-each delete-file
                                          (find-files "tests" regexp)))
@@ -765,6 +763,7 @@ (define-public ugrep
            lzip ;; lzma
            pcre2
            zlib
+           brotli
            `(,zstd "lib")))
     (arguments
      (list

base-commit: 71694363f6cc79e44955acbd9f7ca108e658caca
-- 
2.45.2





Information forwarded to ashish.is@lostca.se, guix-patches@gnu.org:
bug#72031; Package guix-patches. (Wed, 31 Jul 2024 22:08:01 GMT) (full text, mbox, link).


Message #8 received at 72031@debbugs.gnu.org (full text, mbox, reply):

From: ashish.is@lostca.se
To: 72031@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [PATCH v2] gnu: ugrep: Update to 6.3.0.
Date: Thu, 1 Aug 2024 00:05:38 +0200
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/search.scm (ugrep): Update to 6.3.0.
[source] Purge absent linux binaries. [inputs] Add
dependency on brotli for brotli support.

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

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 75e3252f02..c079e730ac 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,22 +737,20 @@ (define-public xapers
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "01zgvwhawz1sv3sib31jgbs5q27yc4kqmhz3v9l1zbqkkhwxsvqy"))
+               (base32 "0s4cic232nlqzr3ha40gfgdnfqj12j6k5j89mrzjv8gk2zwn9l5z"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet
                #~(begin
                    (delete-file-recursively "bin/win32") ; pre-built
                    (delete-file-recursively "bin/win64") ; pre-built
-                   (delete-file-recursively "bin/linux_amd64") ; pre-built
-                   (delete-file-recursively "bin/linux_arm64") ; pre-built
                    (for-each (lambda (regexp)
                                (for-each delete-file
                                          (find-files "tests" regexp)))
@@ -765,6 +763,7 @@ (define-public ugrep
            lzip ;; lzma
            pcre2
            zlib
+           brotli
            `(,zstd "lib")))
     (arguments
      (list

base-commit: 01d4363168ed10ea223047f7a7b83201f161ec0b
-- 
2.45.2





Changed bug title to '[PATCH v2] gnu: ugrep: Update to 6.3.0.' from '[PATCH] gnu: ugrep: Update to 6.2.0.' Request was from Ashish <ashish.is@lostca.se> to control@debbugs.gnu.org. (Wed, 31 Jul 2024 22:11:01 GMT) (full text, mbox, link).


Information forwarded to guix-patches@gnu.org:
bug#72031; Package guix-patches. (Thu, 01 Aug 2024 10:35:02 GMT) (full text, mbox, link).


Message #13 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Christopher Baines <mail@cbaines.net>
To: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
Cc: 72031-done@debbugs.gnu.org, ashish.is@lostca.se
Subject: Re: [bug#72031] [PATCH v2] gnu: ugrep: Update to 6.3.0.
Date: Thu, 01 Aug 2024 11:34:20 +0100
[Message part 1 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches@gnu.org> writes:

> From: Ashish SHUKLA <ashish.is@lostca.se>
>
> * gnu/packages/search.scm (ugrep): Update to 6.3.0.
> [source] Purge absent linux binaries. [inputs] Add
> dependency on brotli for brotli support.
>
> Change-Id: If1dc15b5f554079a5bc084501683bd6c5b5926d2
> ---
>  gnu/packages/search.scm | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

Thanks for the patch, I've pushed this to master as
8f02f6e8c903b543d01b84127f5ee53d2cebdc1d.

Chris
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail@cbaines.net>:
You have taken responsibility. (Thu, 01 Aug 2024 10:36:02 GMT) (full text, mbox, link).


Notification sent to ashish.is@lostca.se:
bug acknowledged by developer. (Thu, 01 Aug 2024 10:36:02 GMT) (full text, mbox, link).


bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Thu, 29 Aug 2024 11:24:06 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Fri Oct 25 17:19:55 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.