GNU bug report logs - #49319
[PATCH] gnu: po4a: Update to 0.63.

Previous Next

Package: guix-patches;

Reported by: EuAndreh <eu <at> euandre.org>

Date: Thu, 1 Jul 2021 16:29:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

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 49319 in the body.
You can then email your comments to 49319 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#49319; Package guix-patches. (Thu, 01 Jul 2021 16:29:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to EuAndreh <eu <at> euandre.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 01 Jul 2021 16:29:02 GMT) Full text and rfc822 format available.

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

From: EuAndreh <eu <at> euandre.org>
To: guix-patches <at> gnu.org
Cc: EuAndreh <eu <at> euandre.org>
Subject: [PATCH] gnu: po4a: Update to 0.63.
Date: Thu,  1 Jul 2021 13:28:20 -0300
* gnu/packages/gettext.scm (po4a): Update to 0.63.
---
I've sent a patch yesterday that fixes PER5LIB on the package build of
po4a [0], but this one is unrelated and can be applied independently.

[0]: https://issues.guix.gnu.org/49294

 gnu/packages/gettext.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
index 21228694d7..82604ee9be 100644
--- a/gnu/packages/gettext.scm
+++ b/gnu/packages/gettext.scm
@@ -225,14 +225,14 @@ from Markdown files.")
 (define-public po4a
   (package
     (name "po4a")
-    (version "0.61")
+    (version "0.63")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mquinson/po4a/releases/download/v"
                                   version "/po4a-" version ".tar.gz"))
               (sha256
                (base32
-                "1nw61dj7ymrsjps79vvfdzp549drwd51kyj598937zvyafq4r5b2"))))
+                "1kmlfpdl1i1wrcdn0k1frh44fq10sfwswi3azvibli2lakpf66z2"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases
-- 
2.32.0





Information forwarded to guix-patches <at> gnu.org:
bug#49319; Package guix-patches. (Thu, 01 Jul 2021 19:37:01 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: EuAndreh <eu <at> euandre.org>,49319 <at> debbugs.gnu.org
Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63.
Date: Thu, 01 Jul 2021 14:10:12 -0400
[Message part 1 (text/plain, inline)]
Since po4a is a dependency of guix (for the translated manual), have you checked that this does not break anything by running "make as-derivation"?

Le 1 juillet 2021 12:28:20 GMT-04:00, EuAndreh via Guix-patches via <guix-patches <at> gnu.org> a écrit :
>* gnu/packages/gettext.scm (po4a): Update to 0.63.
>---
>I've sent a patch yesterday that fixes PER5LIB on the package build of
>po4a [0], but this one is unrelated and can be applied independently.
>
>[0]: https://issues.guix.gnu.org/49294
>
> gnu/packages/gettext.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/gnu/packages/gettext.scm b/gnu/packages/gettext.scm
>index 21228694d7..82604ee9be 100644
>--- a/gnu/packages/gettext.scm
>+++ b/gnu/packages/gettext.scm
>@@ -225,14 +225,14 @@ from Markdown files.")
> (define-public po4a
>   (package
>     (name "po4a")
>-    (version "0.61")
>+    (version "0.63")
>     (source (origin
>               (method url-fetch)
>(uri (string-append
>"https://github.com/mquinson/po4a/releases/download/v"
>                                   version "/po4a-" version ".tar.gz"))
>               (sha256
>                (base32
>-               
>"1nw61dj7ymrsjps79vvfdzp549drwd51kyj598937zvyafq4r5b2"))))
>+               
>"1kmlfpdl1i1wrcdn0k1frh44fq10sfwswi3azvibli2lakpf66z2"))))
>     (build-system perl-build-system)
>     (arguments
>      `(#:phases
>-- 
>2.32.0
[Message part 2 (text/html, inline)]

Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Thu, 01 Jul 2021 23:35:02 GMT) Full text and rfc822 format available.

Notification sent to EuAndreh <eu <at> euandre.org>:
bug acknowledged by developer. (Thu, 01 Jul 2021 23:35:02 GMT) Full text and rfc822 format available.

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

From: Julien Lepiller <julien <at> lepiller.eu>
To: EuAndreh <eu <at> euandre.org>, 49319-done <at> debbugs.gnu.org
Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63.
Date: Fri, 2 Jul 2021 01:34:13 +0200
Le Thu, 01 Jul 2021 14:10:12 -0400,
Julien Lepiller <julien <at> lepiller.eu> a écrit :

> Since po4a is a dependency of guix (for the translated manual), have
> you checked that this does not break anything by running "make
> as-derivation"?
>

Pushed as a597ddea423801158eaae7166e1730b10d0280e6, thank you!

In the end, I was able to run "make as-derivation" myself to check
everything was good :)




Information forwarded to guix-patches <at> gnu.org:
bug#49319; Package guix-patches. (Thu, 01 Jul 2021 23:50:01 GMT) Full text and rfc822 format available.

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

From: EuAndreh <eu <at> euandre.org>
To: 49319 <at> debbugs.gnu.org, Julien Lepiller <julien <at> lepiller.eu>
Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63.
Date: Thu, 01 Jul 2021 20:48:52 -0300
(Now replying to all xD)

I did run the build command you suggested, and it ran successfully:

```
$ ./pre-inst-env make as-derivation
...
/gnu/store/vm1mgqd3131gf2snf6qddvfxmj395dls-guix-20210701.23
```




Information forwarded to guix-patches <at> gnu.org:
bug#49319; Package guix-patches. (Fri, 02 Jul 2021 00:03:02 GMT) Full text and rfc822 format available.

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

From: EuAndreh <eu <at> euandre.org>
To: 49319-done <at> debbugs.gnu.org, Julien Lepiller <julien <at> lepiller.eu>
Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63.
Date: Thu, 01 Jul 2021 21:01:54 -0300
Thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 30 Jul 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 263 days ago.

Previous Next


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