From unknown Fri Aug 15 03:56:10 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#49266 <49266@debbugs.gnu.org> To: bug#49266 <49266@debbugs.gnu.org> Subject: Status: [PATCH] gnu: libreoffice: Update to 7.1.4.2. Reply-To: bug#49266 <49266@debbugs.gnu.org> Date: Fri, 15 Aug 2025 10:56:10 +0000 retitle 49266 [PATCH] gnu: libreoffice: Update to 7.1.4.2. reassign 49266 guix-patches submitter 49266 Giacomo Leidi severity 49266 normal tag 49266 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 28 18:46:31 2021 Received: (at submit) by debbugs.gnu.org; 28 Jun 2021 22:46:31 +0000 Received: from localhost ([127.0.0.1]:53245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ly01O-0002u6-ST for submit@debbugs.gnu.org; Mon, 28 Jun 2021 18:46:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:36154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ly01L-0002ty-N3 for submit@debbugs.gnu.org; Mon, 28 Jun 2021 18:46:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ly01L-0002SW-Cf for guix-patches@gnu.org; Mon, 28 Jun 2021 18:46:27 -0400 Received: from latitanza.investici.org ([82.94.249.234]:50225) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ly01J-00056E-0f for guix-patches@gnu.org; Mon, 28 Jun 2021 18:46:27 -0400 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4GDN4r219bzGp5M; Mon, 28 Jun 2021 22:46:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1624920380; bh=jETdjZ9KecPdWePXs6nSuzLO55mIWiFJq/K4Ug2gUHQ=; h=From:To:Cc:Subject:Date:From; b=pPauniZQjcx7hKdWztQPgLikf+WIN4cmt0cwWK0vnCuc3gT9dyaR9BaEGZjWkKuPL 2infhNV4LKUuuAo2vPOIQ/Dt6bMGTFkaKeCF+Bvy203/fIMdLGveVGZv+mNDLTPXeW nNXzuRMkWFHyOqWKn+5uGpri51LT4jz/3Sv22+o0= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 4GDN4r0tDPzGp3r; Mon, 28 Jun 2021 22:46:20 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: libreoffice: Update to 7.1.4.2. Date: Tue, 29 Jun 2021 00:46:06 +0200 Message-Id: <20210628224606.8053-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=82.94.249.234; envelope-from=goodoldpaul@autistici.org; helo=latitanza.investici.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, RCVD_IN_DNSWL_NONE=-0.0001, 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: Giacomo Leidi 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/hunspell.scm (hunspell-dict-it-it): Update to 7.1.4.2. --- gnu/packages/hunspell.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm index ab808901f6..260e934ad0 100644 --- a/gnu/packages/hunspell.scm +++ b/gnu/packages/hunspell.scm @@ -46,7 +46,7 @@ (string-append "libreoffice-" version)))) (file-name (git-file-name "libreoffice-dictionaries" version)) (sha256 - (base32 "0vvxnjpm1322ahf9q8bqs1yhkn7krglw8c6yazcf7a3jljykd9k9")))) + (base32 "0h1sz8haqwpis4af1vy7jvivl4rr9g53l4l680qa7yn0691gkiv3")))) (build-system trivial-build-system) (native-inputs `(("source" ,source))) -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 29 02:39:17 2021 Received: (at 49266-done) by debbugs.gnu.org; 29 Jun 2021 06:39:18 +0000 Received: from localhost ([127.0.0.1]:53465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ly7Ov-0006i2-I3 for submit@debbugs.gnu.org; Tue, 29 Jun 2021 02:39:17 -0400 Received: from flashner.co.il ([178.62.234.194]:54828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ly7Or-0006hf-Ux for 49266-done@debbugs.gnu.org; Tue, 29 Jun 2021 02:39:15 -0400 Received: from localhost (unknown [31.210.177.125]) by flashner.co.il (Postfix) with ESMTPSA id CE82D40319; Tue, 29 Jun 2021 06:39:07 +0000 (UTC) Date: Tue, 29 Jun 2021 09:38:05 +0300 From: Efraim Flashner To: Giacomo Leidi Subject: Re: [bug#49266] [PATCH] gnu: libreoffice: Update to 7.1.4.2. Message-ID: Mail-Followup-To: Efraim Flashner , Giacomo Leidi , 49266-done@debbugs.gnu.org References: <20210628224606.8053-1-goodoldpaul@autistici.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="h3pZCH3p26QQ+i2b" Content-Disposition: inline In-Reply-To: <20210628224606.8053-1-goodoldpaul@autistici.org> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49266-done Cc: 49266-done@debbugs.gnu.org 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 (-) --h3pZCH3p26QQ+i2b Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Good catch, I didn't see the hunspell dictionaries when I updated libreoffice. I updated the copyright line for you also and added a comment next to libreoffice to make sure to also update the hunspell dictionaries. Patch pushed! Thanks. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --h3pZCH3p26QQ+i2b Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmDav8wACgkQQarn3Mo9 g1HYgQ/+MkoWDuwFK0zjta1qACQZw3HupSMy7CxOmAhqGaGXY2L9UJ1l+J15p2oh ahT+9iyBi7KVhmqJJKCI8tmo34spkFZkgl3BzBlQptfKKLQteu1x0/n1c1gypODw 9X4I/KUOE0OSDOku9CRUnD2pVau/XixCZOkGEvB39n6b9mXNWy70SyG4dhbE0PIj FdQ8uv5eolRphY2EQNexLMWZuRgzvHrFR4t/yM+8UK2Zujybz9bLfdJeKLSkUBgv 0BgkqqBwA6ksRneL8zTwuPuV3lHrGhyXYySuVnb4It7b1YTceEuYRxSnX+PeXYSd CeLL5k+XfqBT4YGiajpc4zSiyLKjp8v7NBHg5D1paZsaaj7P8xHl0lQvJM25b5e2 P2QjlH/L6EAxrx2B8vy4zq68ajn2MsM/sXDgkM8VyzxxArfc+OkLmguX5U1wl7g6 2x+YTO7+plwQxq77dLJAu46U+9OMOCLlZ1Jt3Q/rdBkv7Z6Q5PdwuzOveHpj+pMo DWIfePd10wmL3ZlzLE++gFZzsqjOJokmroQf97acorXgQXNKHEmqhORHE894Pm+P /PpqH3NYiKr2sRAMI4uvMssapwJjGDXCmQ4xdCO5LB//QMGP/9eAP4Y+f2VT2Owq jJr4EkSL5X0h0zVlmiptvS1vVLzgo5ixkiuG6eOQPL7DHVHRKJw= =p7pr -----END PGP SIGNATURE----- --h3pZCH3p26QQ+i2b-- From unknown Fri Aug 15 03:56:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 27 Jul 2021 11:24:06 +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