SHA256
1
0
forked from pool/ctris
2020-06-09 22:51:46 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 7 20:14:24 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Set CFLAGS+=-fcommon to workaround gcc10 errors (boo#1160244)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 23 23:47:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Wed Jan 23 23:47:24 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package ctris # spec file for package ctris
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@ A colorized, small and flexible Tetris clone for the console.
%setup -q %setup -q
%build %build
make CFLAGS="%{optflags}" %{?_smp_mflags} make CFLAGS="%{optflags} -fcommon" %{?_smp_mflags}
%install %install
%make_install BINDIR="%{buildroot}%{_bindir}" %make_install BINDIR="%{buildroot}%{_bindir}"