From 041cfaec4ae22371424b6ccb6ef9eccd1407d3fc Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Wed, 29 Jul 2020 12:14:41 +0200 Subject: [PATCH] Fix ld --version output --- mingw-binutils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mingw-binutils.spec b/mingw-binutils.spec index 77adddd..ade4b30 100644 --- a/mingw-binutils.spec +++ b/mingw-binutils.spec @@ -2,7 +2,7 @@ Name: mingw-binutils Version: 2.34 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-compiled version of binutils for Win32 and Win64 environments License: GPLv2+ and LGPLv2+ and GPLv3+ and LGPLv3+ @@ -149,6 +149,9 @@ understand Windows executables and DLLs. %prep %autosetup -p1 -n binutils-%{version} +# See Patch02 +sed -i -e 's/%''{release}/%{release}/g' bfd/Makefile{.am,.in} + %build # Dependencies are not set up to rebuild the configure files @@ -354,6 +357,9 @@ rm -rf %{buildroot}/multilib %changelog +* Wed Jul 28 2020 Sandro Mani - 2.34-3 +- Fix ld --version output + * Tue Jul 28 2020 Fedora Release Engineering - 2.34-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild