From 4571c821d15c094276612a9f9d6b12ee27a98de2fa029ae314fd03f93315a3f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20V=C3=B6gl?= Date: Tue, 28 Jan 2020 13:21:40 +0000 Subject: [PATCH] Accepting request 767980 from home:Andreas_Schwab:Factory - Don't disable openmp with qemu, the emulation works now OBS-URL: https://build.opensuse.org/request/show/767980 OBS-URL: https://build.opensuse.org/package/show/Base:System/gettext-runtime?expand=0&rev=163 --- gettext-csharp.spec | 2 +- gettext-java.spec | 2 +- gettext-runtime-mini.changes | 5 +++++ gettext-runtime-mini.spec | 7 ++----- gettext-runtime.changes | 5 +++++ gettext-runtime.spec | 5 +---- 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/gettext-csharp.spec b/gettext-csharp.spec index 04ef801..d9250ea 100644 --- a/gettext-csharp.spec +++ b/gettext-csharp.spec @@ -1,7 +1,7 @@ # # spec file for package gettext-csharp # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/gettext-java.spec b/gettext-java.spec index b430ca7..6ac1142 100644 --- a/gettext-java.spec +++ b/gettext-java.spec @@ -1,7 +1,7 @@ # # spec file for package gettext-java # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/gettext-runtime-mini.changes b/gettext-runtime-mini.changes index 4d9bf68..b6e0bb8 100644 --- a/gettext-runtime-mini.changes +++ b/gettext-runtime-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 27 16:26:21 UTC 2020 - Andreas Schwab + +- Don't disable openmp with qemu, the emulation works now + ------------------------------------------------------------------- Wed Jan 15 08:35:10 UTC 2020 - Dominique Leuenberger diff --git a/gettext-runtime-mini.spec b/gettext-runtime-mini.spec index 55e6176..f8f6b10 100644 --- a/gettext-runtime-mini.spec +++ b/gettext-runtime-mini.spec @@ -1,7 +1,7 @@ # -# spec file for package gettext-runtime +# spec file for package gettext-runtime-mini # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -167,9 +167,6 @@ This package provides headers and static libraries for libtextstyle export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="$CFLAGS -Dgcc_is_lint" export LDFLAGS="-lm" -%if 0%{?qemu_user_space_build:1} - OPTS="--disable-openmp" -%endif %configure --disable-static $OPTS %if %{with mini} # Link statically to libtextstyle from libgettextlib.so diff --git a/gettext-runtime.changes b/gettext-runtime.changes index 4d9bf68..b6e0bb8 100644 --- a/gettext-runtime.changes +++ b/gettext-runtime.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 27 16:26:21 UTC 2020 - Andreas Schwab + +- Don't disable openmp with qemu, the emulation works now + ------------------------------------------------------------------- Wed Jan 15 08:35:10 UTC 2020 - Dominique Leuenberger diff --git a/gettext-runtime.spec b/gettext-runtime.spec index 078eaa5..6513c48 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -1,7 +1,7 @@ # # spec file for package gettext-runtime # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -167,9 +167,6 @@ This package provides headers and static libraries for libtextstyle export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" export CXXFLAGS="$CFLAGS -Dgcc_is_lint" export LDFLAGS="-lm" -%if 0%{?qemu_user_space_build:1} - OPTS="--disable-openmp" -%endif %configure --disable-static $OPTS %if %{with mini} # Link statically to libtextstyle from libgettextlib.so