GNU bug report logs - #38732
[PATCH] gnu: poppler: Update to 0.83.0.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Tue, 24 Dec 2019 15:06:02 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

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 38732 in the body.
You can then email your comments to 38732 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 guix-patches <at> gnu.org:
bug#38732; Package guix-patches. (Tue, 24 Dec 2019 15:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 24 Dec 2019 15:06:02 GMT) Full text and rfc822 format available.

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

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: poppler: Update to 0.83.0.
Date: Tue, 24 Dec 2019 16:05:24 +0100
* gnu/packages/pdf.scm (poppler): Update to 0.83.0.
---
 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 ebe0168ff2..b5ce6e4c2c 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -90,14 +90,14 @@
 (define-public poppler
   (package
    (name "poppler")
-   (version "0.79.0")
+   (version "0.83.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://poppler.freedesktop.org/poppler-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "1j18jlv1q6h21azb939gqjsgcbsh5qcd8dwxdmad54p5ixha91gr"))))
+              "16vr1g5qsqwyxfnyikqw37i04x9zpp45far2x90c7qbijw6nap38"))))
    (build-system cmake-build-system)
    ;; FIXME:
    ;;  use libcurl:        no
-- 
2.21.1





Information forwarded to guix-patches <at> gnu.org:
bug#38732; Package guix-patches. (Tue, 24 Dec 2019 16:15:01 GMT) Full text and rfc822 format available.

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

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Cc: 38732 <at> debbugs.gnu.org
Subject: Re: [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0.
Date: Tue, 24 Dec 2019 18:14:08 +0200
[Message part 1 (text/plain, inline)]
Looks good for core-updates

On Tue, Dec 24, 2019 at 04:05:24PM +0100, Hartmut Goebel wrote:
> * gnu/packages/pdf.scm (poppler): Update to 0.83.0.
> ---
>  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 ebe0168ff2..b5ce6e4c2c 100644
> --- a/gnu/packages/pdf.scm
> +++ b/gnu/packages/pdf.scm
> @@ -90,14 +90,14 @@
>  (define-public poppler
>    (package
>     (name "poppler")
> -   (version "0.79.0")
> +   (version "0.83.0")
>     (source (origin
>              (method url-fetch)
>              (uri (string-append "https://poppler.freedesktop.org/poppler-"
>                                  version ".tar.xz"))
>              (sha256
>               (base32
> -              "1j18jlv1q6h21azb939gqjsgcbsh5qcd8dwxdmad54p5ixha91gr"))))
> +              "16vr1g5qsqwyxfnyikqw37i04x9zpp45far2x90c7qbijw6nap38"))))
>     (build-system cmake-build-system)
>     ;; FIXME:
>     ;;  use libcurl:        no
> -- 
> 2.21.1
> 
> 
> 
> 

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Reply sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
You have taken responsibility. (Thu, 26 Dec 2019 14:54:02 GMT) Full text and rfc822 format available.

Notification sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
bug acknowledged by developer. (Thu, 26 Dec 2019 14:54:02 GMT) Full text and rfc822 format available.

Message #13 received at 38732-close <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 38732-close <at> debbugs.gnu.org
Subject: Re: [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0.
Date: Thu, 26 Dec 2019 15:53:30 +0100
[Message part 1 (text/plain, inline)]
Pushed as 7681436bfd9c3b6d9b8d18a1c81102d14378cbe8

Thanks for the review.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel <at> crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


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

Information forwarded to guix-patches <at> gnu.org:
bug#38732; Package guix-patches. (Thu, 26 Dec 2019 15:03:02 GMT) Full text and rfc822 format available.

Message #16 received at 38732-close <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>,
 Efraim Flashner <efraim <at> flashner.co.il>
Cc: Andreas Enge <andreas <at> enge.fr>, 38732-close <at> debbugs.gnu.org
Subject: Re: bug#38732: [PATCH] gnu: poppler: Update to 0.83.0.
Date: Thu, 26 Dec 2019 16:02:10 +0100
[Message part 1 (text/plain, inline)]
Hartmut Goebel <h.goebel <at> crazy-compilers.com> writes:

> Pushed as 7681436bfd9c3b6d9b8d18a1c81102d14378cbe8
>
> Thanks for the review.

Note: 'texlive-bin' fails to build with this change, which in turn
breaks Guix and a lot of other packages.

By pushing this change, you automatically volunteered to fix it ;-)

See
<https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00163.html>
for a description of what is required.

I don't know whether Andreas (CC'd) is still working on it.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#38732; Package guix-patches. (Thu, 26 Dec 2019 15:54:01 GMT) Full text and rfc822 format available.

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

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: Marius Bakke <mbakke <at> fastmail.com>, Efraim Flashner <efraim <at> flashner.co.il>
Cc: Andreas Enge <andreas <at> enge.fr>, 38732-close <at> debbugs.gnu.org
Subject: Re: bug#38732: [PATCH] gnu: poppler: Update to 0.83.0.
Date: Thu, 26 Dec 2019 16:53:44 +0100
[Message part 1 (text/plain, inline)]
Am 26.12.19 um 16:02 schrieb Marius Bakke:
> By pushing this change, you automatically volunteered to fix it ;-)

Sorry, I will not have time for working on this. Please feel free to
revert the patch.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel <at> crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


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

Information forwarded to guix-patches <at> gnu.org:
bug#38732; Package guix-patches. (Wed, 08 Jan 2020 21:16:01 GMT) Full text and rfc822 format available.

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

From: Marius Bakke <mbakke <at> fastmail.com>
To: Hartmut Goebel <h.goebel <at> crazy-compilers.com>,
 Efraim Flashner <efraim <at> flashner.co.il>
Cc: Andreas Enge <andreas <at> enge.fr>, 38732-close <at> debbugs.gnu.org
Subject: Re: bug#38732: [PATCH] gnu: poppler: Update to 0.83.0.
Date: Wed, 08 Jan 2020 22:15:09 +0100
[Message part 1 (text/plain, inline)]
Hartmut Goebel <h.goebel <at> crazy-compilers.com> writes:

> Am 26.12.19 um 16:02 schrieb Marius Bakke:
>> By pushing this change, you automatically volunteered to fix it ;-)
>
> Sorry, I will not have time for working on this. Please feel free to
> revert the patch.

I reverted it for now.

(also, I forgot to mention this bug in the revert, whoops!)
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 06 Feb 2020 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 73 days ago.

Previous Next


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