GNU bug report logs - #72644
[PATCH 0/2] gnu: pdfgrep, emacs-pdfgrep: Update

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Thu, 15 Aug 2024 18:31:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 72644 in the body.
You can then email your comments to 72644 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72644; Package guix-patches. (Thu, 15 Aug 2024 18:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Thu, 15 Aug 2024 18:31:02 GMT) Full text and rfc822 format available.

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

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 0/2] gnu: pdfgrep, emacs-pdfgrep: Update
Date: Thu, 15 Aug 2024 21:29:02 +0300
This patchset updates pdfgrep and emacs-pdfgrep packages.

Artyom V. Poptsov (2):
  gnu: pdfgrep: Update to 2.2.0.
  gnu: emacs-pdfgrep: Update to 1.4-1.a4ca0a1.

 gnu/packages/emacs-xyz.scm | 8 +++++---
 gnu/packages/pdf.scm       | 5 +++--
 2 files changed, 8 insertions(+), 5 deletions(-)


base-commit: 888fdfd1b1c4e4b3913b7b229f1ebc9f4596be20
-- 
2.45.2





Information forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72644; Package guix-patches. (Thu, 15 Aug 2024 18:33:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#72644; Package guix-patches. (Thu, 15 Aug 2024 18:33:02 GMT) Full text and rfc822 format available.

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

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 72644 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 1/2] gnu: pdfgrep: Update to 2.2.0.
Date: Thu, 15 Aug 2024 21:30:46 +0300
* gnu/packages/pdf.scm (pdfgrep): Update to 2.2.0.

Change-Id: I0675cb2905188587f886ed9b048862c47e02faf5
---
 gnu/packages/pdf.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index c22c4248bc..1cf2190371 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2023 Felix Gruber <felgru <at> posteo.net>
 ;;; Copyright © 2024 dan <i <at> dan.games>
 ;;; Copyright © 2023 Benjamin Slade <slade <at> lambda-y.net>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1489,7 +1490,7 @@ (define-public pdfposter
 (define-public pdfgrep
   (package
     (name "pdfgrep")
-    (version "2.1.2")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
@@ -1497,7 +1498,7 @@ (define-public pdfgrep
                            name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1fia10djcxxl7n9jw2prargw4yzbykk6izig2443ycj9syhxrwqf"))))
+         "1jr0qqvkcb3xz0ps111cqwwxp1b5g5rrf75ab5whkvy0whqyaq86"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
-- 
2.45.2





Information forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#72644; Package guix-patches. (Thu, 15 Aug 2024 18:33:03 GMT) Full text and rfc822 format available.

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

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 72644 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 2/2] gnu: emacs-pdfgrep: Update to 1.4-1.a4ca0a1.
Date: Thu, 15 Aug 2024 21:30:47 +0300
* gnu/packages/emacs-xyz.scm (emacs-pdfgrep): Update to 1.4-1.a4ca0a1.

Change-Id: Ie021c45f13bb2258f495fd27b56158dbc35bfde5
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index df66aea507..ef2aa7e38f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -143,6 +143,7 @@
 ;;; Copyright © 2024 Noé Lopez <noelopez <at> free.fr>
 ;;; Copyright © 2024 gemmaro <gemmaro.dev <at> gmail.com>
 ;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 
 ;;;
 ;;; This file is part of GNU Guix.
@@ -5980,10 +5981,11 @@ (define-public emacs-sakura-theme
 (define-public emacs-pdfgrep
   ;; XXX: Upstream does not tag releases.  The commit below matches latest
   ;; version bump.
-  (let ((commit "e250376d97fc5240e07d81108bbca9b5a9ab50f4"))
+  (let ((commit "a4ca0a1e6521de93f28bb6736a5344b4974d144c")
+        (revision "1"))
     (package
       (name "emacs-pdfgrep")
-      (version "1.4")
+      (version (git-version "1.4" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -5992,7 +5994,7 @@ (define-public emacs-pdfgrep
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "17yqvvgkgxmcl8nc0mb9yaz884zcdnz7dwvfi4mxjzp1l05fvwjk"))))
+          (base32 "093sm3ywa338lhhz2ib3ylcgklsbxcsqck2qsaq26i2qxr0r7lq2"))))
       (build-system emacs-build-system)
       (arguments
        (list #:phases
-- 
2.45.2





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 19 Aug 2024 17:58:01 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Mon, 19 Aug 2024 17:58:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 72644-done <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: Re: [PATCH 0/2] gnu: pdfgrep, emacs-pdfgrep: Update
Date: Mon, 19 Aug 2024 19:56:11 +0200
Hello,

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 17 Sep 2024 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 331 days ago.

Previous Next


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