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,7 +1,13 @@
-------------------------------------------------------------------
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 Wed Mar 18 12:05:35 UTC 2015 - zaitor@opensuse.org
- Own appdata dir on older versions of openSUSE. - Own appdata dir on older versions of openSUSE.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 16 09:34:18 UTC 2015 - dimstar@opensuse.org Mon Mar 16 09:34:18 UTC 2015 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package gtranslator # 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 # 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
@ -70,6 +70,7 @@ files imminently.
translation-update-upstream translation-update-upstream
%build %build
export CFLAGS="%{optflags} -Wno-error=format-nonliteral"
%configure \ %configure \
--disable-static \ --disable-static \
--disable-scrollkeeper \ --disable-scrollkeeper \