GNU bug report logs -
#75213
[PATCH 0/1] gnu: qpdf: Update to 11.9.1.
Previous Next
To reply to this bug, email your comments to 75213 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75213
; Package
guix-patches
.
(Mon, 30 Dec 2024 21:08:01 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
guix-patches <at> gnu.org
.
(Mon, 30 Dec 2024 21:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patch updates "qpdf" to 11.9.1.
I've tried to build the first-tier dependents of the package and everything
builds fine:
--8<---------------cut here---------------start------------->8---
./pre-inst-env guix build -P1 qpdf
guix build: computing dependents of package qpdf <at> 11.9.1...
/gnu/store/0npa8qr82qh84dp8286hk7hd4zjkrslh-qpdf-11.9.1
/gnu/store/6aa2xa4vmzx961wnzgmj93cis8ks6n7h-r-qpdf-1.3.4
/gnu/store/n0nqqdqm77ag5v20xsxnrjqk25n3l1vg-cups-filters-1.28.16
/gnu/store/ka075gfr2qf14xl8wq10d2v1px31q0xk-python-pikepdf-7.2.0
--8<---------------cut here---------------end--------------->8---
Artyom V. Poptsov (1):
gnu: qpdf: Update to 11.9.1.
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
base-commit: 40b9f330662cdccfa3d279aecc2f447d39f858d4
--
2.47.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75213
; Package
guix-patches
.
(Mon, 30 Dec 2024 21:10:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 75213 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/pdf.scm (qpdf): Update to 11.9.1.
Change-Id: Iecb4c7d127ffcb943a7704947410d78a6746bcf0
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 3f9d6c409b..96136fb8ac 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -917,14 +917,14 @@ (define-public mupdf
(define-public qpdf
(package
(name "qpdf")
- (version "11.8.0")
+ (version "11.9.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
"/qpdf-" version ".tar.gz"))
(sha256
(base32
- "0n8jfk4yf0m36rs9lg82pj9lv6pdqpfh8mhacc1ih9ahpigiycnr"))))
+ "1l8k1ls5kclizrglay3r64i9dgckvksjwxxr8v0jfyjnz54d591b"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~'("-DBUILD_STATIC_LIBS=OFF")))
--
2.47.1
Reply sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
You have taken responsibility.
(Sun, 19 Jan 2025 07:47:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 19 Jan 2025 07:47:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 75213-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Merged to the "master" branch as
2804ca7cb7012dcb6c4226c5445b9a23c84f356b.
- avp
--
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]
Did not alter fixed versions and reopened.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 19 Jan 2025 23:30:04 GMT)
Full text and
rfc822 format available.
Removed tag(s) patch.
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sun, 19 Jan 2025 23:30:04 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75213
; Package
guix-patches
.
(Sun, 19 Jan 2025 23:32:01 GMT)
Full text and
rfc822 format available.
Message #20 received at 75213 <at> debbugs.gnu.org (full text, mbox):
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> skribis:
> This patch updates "qpdf" to 11.9.1.
>
> I've tried to build the first-tier dependents of the package and everything
> builds fine:
>
> ./pre-inst-env guix build -P1 qpdf
> guix build: computing dependents of package qpdf <at> 11.9.1...
> /gnu/store/0npa8qr82qh84dp8286hk7hd4zjkrslh-qpdf-11.9.1
> /gnu/store/6aa2xa4vmzx961wnzgmj93cis8ks6n7h-r-qpdf-1.3.4
> /gnu/store/n0nqqdqm77ag5v20xsxnrjqk25n3l1vg-cups-filters-1.28.16
> /gnu/store/ka075gfr2qf14xl8wq10d2v1px31q0xk-python-pikepdf-7.2.0
This was reverted in dbe1711a3a8aa4d6e1bef8285270e07579a74f19 though
because qpdf has 4k+ dependents.
I think you’ll have to create a branch, possibly with lump it together
with related changes, and file a “request for merging” (info "(guix)
Managing Patches and Branches").
Thanks,
Ludo’.
This bug report was last modified 192 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.