From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 01 12:28:38 2021 Received: (at submit) by debbugs.gnu.org; 1 Jul 2021 16:28:38 +0000 Received: from localhost ([127.0.0.1]:33592 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyzYL-0006yo-RE for submit@debbugs.gnu.org; Thu, 01 Jul 2021 12:28:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:43018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lyzYK-0006yh-Ls for submit@debbugs.gnu.org; Thu, 01 Jul 2021 12:28:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39062) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lyzYJ-0002wk-B1 for guix-patches@gnu.org; Thu, 01 Jul 2021 12:28:36 -0400 Received: from box.euandre.org ([46.101.160.115]:46993) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lyzYG-00073d-Rk for guix-patches@gnu.org; Thu, 01 Jul 2021 12:28:34 -0400 Received: from authenticated-user (box.euandre.org [46.101.160.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id 46BF4FC3E6; Thu, 1 Jul 2021 13:28:26 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=euandre.org; s=mail; t=1625156908; bh=IcRCDFaJbcyTHi4bgk71Ms9623Qq1qz/+X/VaQvqfF8=; h=From:To:Cc:Subject:Date:From; b=RdPSkXcSCEkRTmbvDSaTlFjcC1OVIiEe+AYznS9AlnyA2sErDooEigETuDrmd41dT Ee6XLzScPTGcoX/3M7volRSacn1e9ok3LVL6N3cebGXuRgZ1yxPK+T5R2gjZpIO0vq C08wlzzAhKtbzdMQYCaFGXpOilQ6uM+BBK+aYvguanphWwJU39NPzFSe3wzebLez+t o6AdCAzP0rrlrv/fThysJpz/cNrxg3VuHjpM1OBLOjw17mvZ7ThOl/nRsF4i6sny4/ BM46LDoX/u8YEpYH30u3gJf7Z8zo5zrWX6Ymse1WCJBLpwdiWPytFdzQ+6ibGK9s3n KgQ4DqlzQr5Vg== From: EuAndreh To: guix-patches@gnu.org Subject: [PATCH] gnu: po4a: Update to 0.63. Date: Thu, 1 Jul 2021 13:28:20 -0300 Message-Id: <20210701162820.3333798-1-eu@euandre.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=46.101.160.115; envelope-from=eu@euandre.org; helo=box.euandre.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: EuAndreh X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 01 15:36:18 2021 Received: (at 49319) by debbugs.gnu.org; 1 Jul 2021 19:36:18 +0000 Received: from localhost ([127.0.0.1]:33720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lz2Tx-0003da-QK for submit@debbugs.gnu.org; Thu, 01 Jul 2021 15:36:18 -0400 Received: from lepiller.eu ([89.234.186.109]:49008) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lz2Tv-0003dQ-Bo for 49319@debbugs.gnu.org; Thu, 01 Jul 2021 15:36:16 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id afba9092; Thu, 1 Jul 2021 19:36:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :in-reply-to:references:mime-version:content-type :content-transfer-encoding:subject:to:from:message-id; s=dkim; bh=+t0dOs0hpykdKNwu3x9f/oySoPman/OCAq2fo9V66Ws=; b=FyjZxncFBa9C Q7NeHtBa58PZpZBxYS2ZJhpeBZHIjW/GnqmRfvjnnNqyyM3VyQQStdbqx0XNdHUV Mxxxm4CT0YcMwAi88+zPOdIYDDJmk5VS2hHNvHn+a7MpxfMjBIC+P8WcLB32Y/l1 vCayqR3aXyAlLmXRnkTpj5+unSo3xYDdcfSJUXKxkeDA5uXqROi6xX+pcPmnbwMt cf6JkbdR+0IQl1JhHLtXzJqGJjJktrts1RViapTbsbZ7V/Ij+hHgjW9PqylXI79b cWs2frSPVg3e6garx/tqajoQBBGkAp91AvKJgty65huJeApsvhxZL5afAVAFGuWv QJH3hofA/g== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 2cb33afe (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 1 Jul 2021 19:36:11 +0000 (UTC) Date: Thu, 01 Jul 2021 14:10:12 -0400 User-Agent: K-9 Mail for Android In-Reply-To: <20210701162820.3333798-1-eu@euandre.org> References: <20210701162820.3333798-1-eu@euandre.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----Z94XNOS0QJ8TWKJ8Y89QMQKVNAW93H" Content-Transfer-Encoding: 7bit Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63. To: EuAndreh ,49319@debbugs.gnu.org From: Julien Lepiller Message-ID: <5EADD6C0-1A13-4C6A-9F36-9277EB788558@lepiller.eu> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49319 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) ------Z94XNOS0QJ8TWKJ8Y89QMQKVNAW93H Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Since po4a is a dependency of guix (for the translated manual), have you ch= ecked 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 a =C3=A9crit : >* gnu/packages/gettext=2Escm (po4a): Update to 0=2E63=2E >--- >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=2E > >[0]: https://issues=2Eguix=2Egnu=2Eorg/49294 > > gnu/packages/gettext=2Escm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/gnu/packages/gettext=2Escm b/gnu/packages/gettext=2Escm >index 21228694d7=2E=2E82604ee9be 100644 >--- a/gnu/packages/gettext=2Escm >+++ b/gnu/packages/gettext=2Escm >@@ -225,14 +225,14 @@ from Markdown files=2E") > (define-public po4a > (package > (name "po4a") >- (version "0=2E61") >+ (version "0=2E63") > (source (origin > (method url-fetch) >(uri (string-append >"https://github=2Ecom/mquinson/po4a/releases/download/v" > version "/po4a-" version "=2Etar=2Egz"= )) > (sha256 > (base32 >- =20 >"1nw61dj7ymrsjps79vvfdzp549drwd51kyj598937zvyafq4r5b2")))) >+ =20 >"1kmlfpdl1i1wrcdn0k1frh44fq10sfwswi3azvibli2lakpf66z2")))) > (build-system perl-build-system) > (arguments > `(#:phases >--=20 >2=2E32=2E0 ------Z94XNOS0QJ8TWKJ8Y89QMQKVNAW93H Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable Since po4a is a dependency of guix (for the transl= ated 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@gnu=2Eor= g> a =C3=A9crit :
* gnu/packages/gettext=2Escm (po4a): Update to 0=2E6=
3=2E
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= =2E

[0]: https:/= /issues=2Eguix=2Egnu=2Eorg/49294

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

diff --git= a/gnu/packages/gettext=2Escm b/gnu/packages/gettext=2Escm
index 2122869= 4d7=2E=2E82604ee9be 100644
--- a/gnu/packages/gettext=2Escm
+++ b/gnu= /packages/gettext=2Escm
@@ -225,14 +225,14 @@ from Markdown files=2E") (define-public po4a
(package
(name "po4a")
- (versio= n "0=2E61")
+ (version "0=2E63")
(source (origin
= (method url-fetch)
(uri (string-append "https://git= hub=2Ecom/mquinson/po4a/releases/download/v"
= version "/po4a-" version "=2Etar=2Egz"))
(sha256<= br> (base32
- "1nw61dj7ymrsjps79vvfdzp549d= rwd51kyj598937zvyafq4r5b2"))))
+ "1kmlfpdl1i1wrcdn0k1frh4= 4fq10sfwswi3azvibli2lakpf66z2"))))
(build-system perl-build-system)=
(arguments
`(#:phases
------Z94XNOS0QJ8TWKJ8Y89QMQKVNAW93H-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 01 19:34:27 2021 Received: (at 49319-done) by debbugs.gnu.org; 1 Jul 2021 23:34:27 +0000 Received: from localhost ([127.0.0.1]:33830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lz6CR-0000ok-Iy for submit@debbugs.gnu.org; Thu, 01 Jul 2021 19:34:27 -0400 Received: from lepiller.eu ([89.234.186.109]:49036) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lz6CO-0000oa-U5 for 49319-done@debbugs.gnu.org; Thu, 01 Jul 2021 19:34:25 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 0ecc384b; Thu, 1 Jul 2021 23:34:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=migY2TCfLNzF VIA7CulfMbIK5N5uuaRCjEKXMcuckaU=; b=hCKb92S3Z0ZKxGFrcwSPV9//ootJ d8R9gL3D6x+tqECgsyrNypMV1BPKF7qs6ze04LFWsV/HK4GG2+CN7fi1/lH7IxbV 8NiUcgrnGrLR/LnklbaD//64ipSL+lPie6b4vUzli6m9uwX0crerxa2/mvL2rpf/ fWHl7abFsvP3cnOWttQ8EFROqbZE94/ZKZ8dJZ2nQg99z0QMvtR/4Kkrw0MiKjQD N8m33IorZ5GbE+g7A9newIY+Jo07SgxGynQp/rWfv5OEqGqo/evwlXbM1v1AceTq YVddM693OTkN8wbjenChsGaJkCBxdKjUk7rmZ68LayhBJwTDLhfivoXq6w== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 9339d128 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Thu, 1 Jul 2021 23:34:21 +0000 (UTC) Date: Fri, 2 Jul 2021 01:34:13 +0200 From: Julien Lepiller To: EuAndreh , 49319-done@debbugs.gnu.org Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63. Message-ID: <20210702013413.5a9b2da2@tachikoma.lepiller.eu> In-Reply-To: <5EADD6C0-1A13-4C6A-9F36-9277EB788558@lepiller.eu> References: <20210701162820.3333798-1-eu@euandre.org> <5EADD6C0-1A13-4C6A-9F36-9277EB788558@lepiller.eu> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49319-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le Thu, 01 Jul 2021 14:10:12 -0400, Julien Lepiller a =C3=A9crit : > 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 :) From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 01 19:49:05 2021 Received: (at 49319) by debbugs.gnu.org; 1 Jul 2021 23:49:05 +0000 Received: from localhost ([127.0.0.1]:33842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lz6Qb-0001DV-1f for submit@debbugs.gnu.org; Thu, 01 Jul 2021 19:49:05 -0400 Received: from box.euandre.org ([46.101.160.115]:46711) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lz6QY-0001Cy-IV for 49319@debbugs.gnu.org; Thu, 01 Jul 2021 19:49:03 -0400 Received: from authenticated-user (box.euandre.org [46.101.160.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id 7F75EFC405; Thu, 1 Jul 2021 20:48:55 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=euandre.org; s=mail; t=1625183336; bh=k45Gl/84LzF7XfrDLLZZxRGXuU51BZ8WFBi6xg3qywI=; h=In-Reply-To:References:Subject:From:To:Date:From; b=G2jF/kNdEL8DbXSZiEtwf52FPV9F4aKeI61W/ec2tFwq5/vfKdGwR3J7rdv0kgqC2 09AqzC2fZcIn4Gol39lo0UMHiAFF4UuzuWoOf/kU/zbTIdQbPbWviHgGRGi6/SroZU JvAFT+AWCZ0ootE55qDcVZh7QP6lQG6Q7XqruL6JTyJu1OcDY0nxeiKygM3OgFnHXn c/Bv4MbqUQEg6eLkwlvTi4Jgxf9WnQ0dmH0e/I2T82HI4f9xXJA/IJVHRgSGAU9mxY enLARrsidyPKocY2cyr7cn0wwS2dzNtap79zPajQvIuLp3K0xJLDZL9b6RQt1Lrl6R lq+zMKliDXesQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <5EADD6C0-1A13-4C6A-9F36-9277EB788558@lepiller.eu> References: <20210701162820.3333798-1-eu@euandre.org> <5EADD6C0-1A13-4C6A-9F36-9277EB788558@lepiller.eu> Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63. From: EuAndreh To: 49319@debbugs.gnu.org, Julien Lepiller Date: Thu, 01 Jul 2021 20:48:52 -0300 Message-ID: <162518333232.3423378.2176031426648704234@localhost> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49319 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) (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 ``` From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 01 20:02:07 2021 Received: (at 49319-done) by debbugs.gnu.org; 2 Jul 2021 00:02:08 +0000 Received: from localhost ([127.0.0.1]:33851 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lz6dD-0001aG-Pj for submit@debbugs.gnu.org; Thu, 01 Jul 2021 20:02:07 -0400 Received: from box.euandre.org ([46.101.160.115]:57219) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lz6dB-0001Zk-9T for 49319-done@debbugs.gnu.org; Thu, 01 Jul 2021 20:02:06 -0400 Received: from authenticated-user (box.euandre.org [46.101.160.115]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.euandre.org (Postfix) with ESMTPSA id 3690EFC405; Thu, 1 Jul 2021 21:01:57 -0300 (-03) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=euandre.org; s=mail; t=1625184119; bh=thouv/Iugv9Ibk1c9KzTk8Zsgx+FoM9fM+m0l2bDqdk=; h=In-Reply-To:References:Subject:From:To:Date:From; b=MqJ2FZxPsz97jPQtlt7FqiY4spk+2E/GvCZjygWkcXK2jlg+WLZX9AAAHipZxtFyq +eo1HwpiNt5iDLZD7y3GqNtFzAEA+Qy0pE3KUxoiNF+B/iqNDbWP0UVqamo723Onux 6jpENZWxpfo5wEMiliW0nZuaPIx2e9fiW0QQArgWHWYwC2WL/9JhQv2C7okYDRaOre k5wNxze/DC3H/q9hcC+3yxbDQ8F6BTbBj5lmDlXQFW/FKf7fVaYFXuJB7rYFl2v1I9 HrlhcFBrNEk32KtoSrNOzLboavLJMz0blDqQAbAKEEA3nPvyA7YvwH8bbrxqLS13rn v2Qa+BYCkQV+g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20210702013413.5a9b2da2@tachikoma.lepiller.eu> References: <20210701162820.3333798-1-eu@euandre.org> <5EADD6C0-1A13-4C6A-9F36-9277EB788558@lepiller.eu> <20210702013413.5a9b2da2@tachikoma.lepiller.eu> Subject: Re: [bug#49319] [PATCH] gnu: po4a: Update to 0.63. From: EuAndreh To: 49319-done@debbugs.gnu.org, Julien Lepiller Date: Thu, 01 Jul 2021 21:01:54 -0300 Message-ID: <162518411456.3424013.14938188310772394304@localhost> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49319-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Thanks! From unknown Mon Aug 18 07:43:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 30 Jul 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator