From 8b2ebf94ec153f4f3a3703249cff2711059d636d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 25 May 2021 12:18:26 +0200 Subject: [PATCH] Rebuild with new binutils to fix ppc64le corruption (#1960730) --- gettext.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gettext.spec b/gettext.spec index 8ddd481..bc582d5 100644 --- a/gettext.spec +++ b/gettext.spec @@ -4,7 +4,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages Name: gettext Version: 0.21 -Release: 6%{?dist} +Release: 7%{?dist} # The following are licensed under LGPLv2+: # - libintl and its headers # - libasprintf and its headers @@ -371,6 +371,9 @@ make check LIBUNISTRING=-lunistring %{_mandir}/man1/msghack.1* %changelog +* Tue May 25 2021 Florian Weimer - 0.21-7 +- Rebuild with new binutils to fix ppc64le corruption (#1960730) + * Tue May 11 2021 Sundeep Anand - 0.21-6 - Add gettext-0.21-covscan.patch to fix issues detected by static analyzers