unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0.
@ 2019-12-24 15:05 Hartmut Goebel
  2019-12-24 16:14 ` Efraim Flashner
  0 siblings, 1 reply; 6+ messages in thread
From: Hartmut Goebel @ 2019-12-24 15:05 UTC (permalink / raw)
  To: 38732

* 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0.
  2019-12-24 15:05 [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0 Hartmut Goebel
@ 2019-12-24 16:14 ` Efraim Flashner
  2019-12-26 14:53   ` bug#38732: " Hartmut Goebel
  0 siblings, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2019-12-24 16:14 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: 38732

[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]

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@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#38732: [PATCH] gnu: poppler: Update to 0.83.0.
  2019-12-24 16:14 ` Efraim Flashner
@ 2019-12-26 14:53   ` Hartmut Goebel
  2019-12-26 15:02     ` [bug#38732] " Marius Bakke
  0 siblings, 1 reply; 6+ messages in thread
From: Hartmut Goebel @ 2019-12-26 14:53 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 38732-close


[-- Attachment #1.1: Type: text/plain, Size: 264 bytes --]

Pushed as 7681436bfd9c3b6d9b8d18a1c81102d14378cbe8

Thanks for the review.

-- 
Regards
Hartmut Goebel

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



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0.
  2019-12-26 14:53   ` bug#38732: " Hartmut Goebel
@ 2019-12-26 15:02     ` Marius Bakke
  2019-12-26 15:53       ` Hartmut Goebel
  0 siblings, 1 reply; 6+ messages in thread
From: Marius Bakke @ 2019-12-26 15:02 UTC (permalink / raw)
  To: Hartmut Goebel, Efraim Flashner; +Cc: Andreas Enge, 38732-close

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

Hartmut Goebel <h.goebel@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0.
  2019-12-26 15:02     ` [bug#38732] " Marius Bakke
@ 2019-12-26 15:53       ` Hartmut Goebel
  2020-01-08 21:15         ` Marius Bakke
  0 siblings, 1 reply; 6+ messages in thread
From: Hartmut Goebel @ 2019-12-26 15:53 UTC (permalink / raw)
  To: Marius Bakke, Efraim Flashner; +Cc: Andreas Enge, 38732-close


[-- Attachment #1.1: Type: text/plain, Size: 392 bytes --]

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@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0.
  2019-12-26 15:53       ` Hartmut Goebel
@ 2020-01-08 21:15         ` Marius Bakke
  0 siblings, 0 replies; 6+ messages in thread
From: Marius Bakke @ 2020-01-08 21:15 UTC (permalink / raw)
  To: Hartmut Goebel, Efraim Flashner; +Cc: Andreas Enge, 38732-close

[-- Attachment #1: Type: text/plain, Size: 349 bytes --]

Hartmut Goebel <h.goebel@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!)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-01-08 21:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-24 15:05 [bug#38732] [PATCH] gnu: poppler: Update to 0.83.0 Hartmut Goebel
2019-12-24 16:14 ` Efraim Flashner
2019-12-26 14:53   ` bug#38732: " Hartmut Goebel
2019-12-26 15:02     ` [bug#38732] " Marius Bakke
2019-12-26 15:53       ` Hartmut Goebel
2020-01-08 21:15         ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).