From d632cbe0760afd11bac512c5211cb4c026c3d1e30d61d94d06b35fada98ca41c Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sat, 3 Jun 2017 19:16:23 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=372 --- MozillaThunderbird.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/MozillaThunderbird.spec b/MozillaThunderbird.spec index 858cce9..2b0977a 100644 --- a/MozillaThunderbird.spec +++ b/MozillaThunderbird.spec @@ -223,9 +223,6 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" %if 0%{?suse_version} > 1320 export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks" %endif -%if %{with mozilla_tb_optimize_for_size} -export CFLAGS="$CFLAGS -Os" -%endif %ifarch ppc64 ppc64le export CFLAGS="$CFLAGS -mminimal-toc" %endif From a1880e072f4ef2e2be1cb860319cb0f34cab3245c6731a870ef408a1396872c1 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 4 Jun 2017 07:32:08 +0000 Subject: [PATCH 2/2] - remove legacy -Os optimization breaking gcc7/i586 (boo#1042090) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=374 --- MozillaThunderbird.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MozillaThunderbird.changes b/MozillaThunderbird.changes index 4dc7f6c..8a1b9f2 100644 --- a/MozillaThunderbird.changes +++ b/MozillaThunderbird.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 4 07:31:01 UTC 2017 - wr@rosenauer.org + +- remove legacy -Os optimization breaking gcc7/i586 (boo#1042090) + ------------------------------------------------------------------- Thu Jun 1 06:09:23 UTC 2017 - wr@rosenauer.org