From e3f35597e5a18c4e7eb808abd0e92f927e59000496e41f8a59b5305ac4ddb059 Mon Sep 17 00:00:00 2001 From: Marguerite Su Date: Fri, 19 Oct 2018 04:31:36 +0000 Subject: [PATCH] Accepting request 643060 from home:MargueriteSu:branches:games:tools - build with -std=c++1z on TW since it applies -Wfatal-error that conflicts with -std=c++98 OBS-URL: https://build.opensuse.org/request/show/643060 OBS-URL: https://build.opensuse.org/package/show/games:tools/mumble?expand=0&rev=99 --- mumble.changes | 6 ++++++ mumble.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/mumble.changes b/mumble.changes index 9723160..54b30d6 100644 --- a/mumble.changes +++ b/mumble.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 19 04:29:34 UTC 2018 - Marguerite Su + +- build with -std=c++1z on TW since it applies -Wfatal-error that + conflicts with -std=c++98 + ------------------------------------------------------------------- Wed Jan 3 19:22:57 UTC 2018 - kwalter@suse.com diff --git a/mumble.spec b/mumble.spec index de13585..0e33a75 100644 --- a/mumble.spec +++ b/mumble.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -274,6 +274,9 @@ qmake \ %endif %if 0%{?suse_version} == 1110 CONFIG*=no-xinput2 \ +%endif +%if 0%{?suse_version} > 1500 + CONFIG*=c++1z \ %endif CONFIG*=no-crash-report \ -recursive