From 0e9c6cf33520b0cd29257ea2c08a5e6784ad11c0 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Apr 06 2020 11:52:15 +0000 Subject: Fix the build with gcc-10 / -fno-common Resolves: rhbz#1800198 Signed-off-by: Petr Šabata --- diff --git a/tinyfugue.spec b/tinyfugue.spec index 9340d0e..033d27d 100644 --- a/tinyfugue.spec +++ b/tinyfugue.spec @@ -2,7 +2,7 @@ Name: tinyfugue Version: 5.0 -Release: 0.33.b8%{?dist} +Release: 0.34.b8%{?dist} Summary: A MU* client License: GPLv2+ URL: http://tinyfugue.sourceforge.net/ @@ -36,7 +36,7 @@ rm -rf src/pcre-2.08 %build %configure --enable-core -make %{?_smp_mflags} +make %{?_smp_mflags} CFLAGS+=-fcommon %install install -d %{buildroot}%{_prefix} @@ -50,6 +50,9 @@ install -D -p -m 644 src/tf.1.nroffman %{buildroot}%{_mandir}/man1/tf.1 %{_mandir}/man1/tf.1* %changelog +* Mon Apr 06 2020 Petr Šabata - 5.0-0.34.b8 +- Fix the build with gcc-10 / -fno-common + * Fri Jan 31 2020 Fedora Release Engineering - 5.0-0.33.b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild