GNU bug report logs - #74756
[PATCH gnome-team 0/3] Update gjs to 1.82.1

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Mon, 9 Dec 2024 20:38:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mark H Weaver <mhw <at> netris.org>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 74756 <at> debbugs.gnu.org
Cc: nandre <at> riseup.net, jonathan.brielmaier <at> web.de, vivien <at> planete-kraus.eu, clement <at> lassieur.org, maxim.cournoyer <at> gmail.com
Subject: [bug#74756] [PATCH gnome-team 1/3] gnu: Make icu4c 73.1 the default.
Date: Mon, 09 Dec 2024 17:07:48 -0500
Hi Liliana,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> * gnu/packages/icu4c.scm (icu4c): Update to 73.1.
> [patches]: Adjust accordingly.
> (icu4c-73): Delete variable.
> (icu4c-71): New variable, containing the old icu4c.
> * gnu/packages/librewolf.scm (librewolf)[inputs]: Adjust accordingly.
> * gnu/packages/tor-browsers.scm (make-torbrowser): Likewise.
> * gnu/packages/gnuzilla.scm (icecat-minimal, icedove-minimal): Likewise.

[...]

> diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
> index 6f09fae65c..965da509ff 100644
> --- a/gnu/packages/icu4c.scm
> +++ b/gnu/packages/icu4c.scm
> @@ -45,7 +45,7 @@ (define-module (gnu packages icu4c)
>  (define-public icu4c
>    (package
>      (name "icu4c")
> -    (version "71.1")
> +    (version "73.1")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> @@ -55,7 +55,12 @@ (define-public icu4c
>                      (string-map (lambda (x) (if (char=? x #\.) #\_ x)) version)
>                      "-src.tgz"))
>                (sha256
> -               (base32 "1gqywaqj9jmdwrng9lm6inyqmi5j2cz36db9dcqg3yk13zjyd9v7"))))
> +               (base32 "0iccpdvc0kvpww5a31k9gjkqigyz016i7v80r9zamd34w4fl6mx4"))
> +              (patches
> +               (append
> +                (search-patches
> +                 "icu4c-icu-22132-fix-vtimezone.patch"
> +                 "icu4c-fix-TestHebrewCalendarInTemporalLeapYear.patch")))))

The unary 'append' call above is vestigial and should probably be
dropped.  Otherwise, it looks good to me.

      Thanks!
        Mark




This bug report was last modified 9 days ago.

Previous Next


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