1
0
forked from pool/gtranslator
Dominique Leuenberger 2017-06-03 23:59:52 +00:00 committed by Git OBS Bridge
commit 4491cd26ac
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 1 16:05:08 UTC 2017 - dimstar@opensuse.org
- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
GCC 7 (boo#1041213).
-------------------------------------------------------------------
Wed Mar 18 12:05:35 UTC 2015 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package gtranslator
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -70,6 +70,7 @@ files imminently.
translation-update-upstream
%build
export CFLAGS="%{optflags} -Wno-error=format-nonliteral"
%configure \
--disable-static \
--disable-scrollkeeper \