1
0
forked from pool/gtranslator

Accepting request 500450 from home:dimstar:branches:GNOME:Apps

- Inject -Wno-error=format-nonliteral into CFLAGS: fix build with
  GCC 7 (boo#1041213).

- Own appdata dir on older versions of openSUSE.

OBS-URL: https://build.opensuse.org/request/show/500450
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=60
This commit is contained in:
Bjørn Lie 2017-06-01 16:15:38 +00:00 committed by Git OBS Bridge
parent 6f3bb6324d
commit dbc6a480bf
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
- 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

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 \