From cd46716c8ca281c54306abe3cd619a4b6b917018fbebb5e4b4cf015a7e0b2198 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 23 May 2019 12:00:14 +0000 Subject: [PATCH] Accepting request 704984 from home:marxin:branches:network:telephony - Disable LTO (boo#1136056). OBS-URL: https://build.opensuse.org/request/show/704984 OBS-URL: https://build.opensuse.org/package/show/network:telephony/spandsp?expand=0&rev=32 --- spandsp.changes | 5 +++++ spandsp.spec | 13 +++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/spandsp.changes b/spandsp.changes index b37d5d1..297ad36 100644 --- a/spandsp.changes +++ b/spandsp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 23 11:06:20 UTC 2019 - Martin Liška + +- Disable LTO (boo#1136056). + ------------------------------------------------------------------- Wed Mar 25 17:33:40 UTC 2015 - p.drouand@gmail.com diff --git a/spandsp.spec b/spandsp.spec index 2982e99..83e0a62 100644 --- a/spandsp.spec +++ b/spandsp.spec @@ -1,7 +1,7 @@ # # spec file for package spandsp # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,14 +12,14 @@ # 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/ # Name: spandsp %define lname libspandsp2 Summary: A DSP library for Telephony and SoftFAX -License: LGPL-2.1 and GPL-2.0 +License: LGPL-2.1-only AND GPL-2.0-only Group: Development/Libraries/C and C++ Version: 0.0.6 Release: 0 @@ -56,7 +56,7 @@ and a complete software FAX machine. %package devel Summary: Development files for the SpanDSP library -License: LGPL-2.1 +License: LGPL-2.1-only Group: Development/Libraries/C and C++ Requires: %lname = %{version} Requires: glibc-devel @@ -68,7 +68,7 @@ software that uses the spandsp library. %package -n %lname Summary: A DSP library for Telephony and SoftFAX -License: LGPL-2.1 +License: LGPL-2.1-only Group: System/Libraries %description -n %lname @@ -80,7 +80,7 @@ and a complete software FAX machine. %package doc Summary: Documentation for the libspandsp API -License: LGPL-2.1 and GPL-2.0 +License: LGPL-2.1-only AND GPL-2.0-only Group: Documentation/HTML %if 0%{?suse_version} >= 1130 BuildArch: noarch @@ -94,6 +94,7 @@ This package contains documentation for the libspandsp API. %patch1 -p1 %build +%define _lto_cflags %{nil} autoreconf -fiv # Enabling MMX could be safe.. I see cpuid calls in the source %configure \