From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC32E158009 for ; Mon, 26 Jun 2023 09:12:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DA0CE0887; Mon, 26 Jun 2023 09:12:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24121E0887 for ; Mon, 26 Jun 2023 09:12:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50FB533E4AD for ; Mon, 26 Jun 2023 09:12:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC443AC0 for ; Mon, 26 Jun 2023 09:12:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1687770757.751f7a13042434b58b3d9bb5930f6bc64e91e50b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsprogs/, sys-fs/xfsprogs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsprogs/files/xfsprogs-6.3.0-gettext-0.22.patch sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild X-VCS-Directories: sys-fs/xfsprogs/files/ sys-fs/xfsprogs/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 751f7a13042434b58b3d9bb5930f6bc64e91e50b X-VCS-Branch: master Date: Mon, 26 Jun 2023 09:12:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 98b9e2ef-def9-4988-aad8-d6d30c117e94 X-Archives-Hash: 8dc9468a05a4ddada5191edecc531514 commit: 751f7a13042434b58b3d9bb5930f6bc64e91e50b Author: David Seifert gentoo org> AuthorDate: Mon Jun 26 09:12:37 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jun 26 09:12:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751f7a13 sys-fs/xfsprogs: fix gettext 0.22 breakage * gettext-0.22 validates format strings now: https://savannah.gnu.org/bugs/index.php?64332#comment1 Closes: https://bugs.gentoo.org/908864 Signed-off-by: David Seifert gentoo.org> sys-fs/xfsprogs/files/xfsprogs-6.3.0-gettext-0.22.patch | 11 +++++++++++ sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild | 1 + 2 files changed, 12 insertions(+) diff --git a/sys-fs/xfsprogs/files/xfsprogs-6.3.0-gettext-0.22.patch b/sys-fs/xfsprogs/files/xfsprogs-6.3.0-gettext-0.22.patch new file mode 100644 index 000000000000..f94085ae73c3 --- /dev/null +++ b/sys-fs/xfsprogs/files/xfsprogs-6.3.0-gettext-0.22.patch @@ -0,0 +1,11 @@ +--- a/po/de.po ++++ b/po/de.po +@@ -3084,7 +3084,7 @@ + #: .././estimate/xfs_estimate.c:191 + #, c-format + msgid "%s will take about %.1f megabytes\n" +-msgstr "%s wird etwa %.lf Megabytes einnehmen\n" ++msgstr "%s wird etwa %.1f Megabytes einnehmen\n" + + #: .././estimate/xfs_estimate.c:198 + #, c-format diff --git a/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild b/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild index f9a26d57b3d1..412d486c3314 100644 --- a/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild +++ b/sys-fs/xfsprogs/xfsprogs-6.3.0.ebuild @@ -26,6 +26,7 @@ RDEPEND+=" selinux? ( sec-policy/selinux-xfs )" PATCHES=( "${FILESDIR}"/${PN}-5.3.0-libdir.patch "${FILESDIR}"/${PN}-5.18.0-docdir.patch + "${FILESDIR}"/${PN}-6.3.0-gettext-0.22.patch ) src_prepare() {