From b1d2cdf304e768fdb9eaa093dcf086b61a58d6ff52d008cd282471c2b782285f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 Sep 2019 10:18:05 +0000 Subject: [PATCH 1/2] Accepting request 729745 from home:cgiboudeaux:fat-lto-objects - Build boinc-client using -ffat-lto-objects OBS-URL: https://build.opensuse.org/request/show/729745 OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=77 --- boinc-client.changes | 5 +++++ boinc-client.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/boinc-client.changes b/boinc-client.changes index f86e4af..58451ac 100644 --- a/boinc-client.changes +++ b/boinc-client.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 09:24:20 UTC 2019 - Christophe Giboudeaux + +- Build boinc-client using -ffat-lto-objects + ------------------------------------------------------------------- Sat Dec 15 17:37:27 UTC 2018 - aaronpuchert@alice-dsl.net diff --git a/boinc-client.spec b/boinc-client.spec index 7cb9890..8fd081c 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -1,7 +1,7 @@ # # spec file for package boinc-client # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 by Aaron Puchert # Copyright (c) 2011 by Sascha Manns # @@ -43,7 +43,7 @@ License: GPL-3.0-or-later OR LGPL-3.0-or-later Group: Productivity/Clustering/Computing Url: http://boinc.berkeley.edu/ -#Git-Clone: git://github.com/BOINC/boinc +#Git-Clone: git://github.com/BOINC/boinc Source0: https://github.com/BOINC/boinc/archive/client_release/%{minor_version}/%{version}.tar.gz Source1: boinc-icons.tar.bz2 Source2: boinc-gui.desktop @@ -157,6 +157,7 @@ Requires: openssl-devel This package contains development files for libboinc. %prep +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %setup -q -n %{name}_release-%{minor_version}-%{version} -D -a 1 %patch -P 1 -P 2 -P 4 -P 5 -P 6 -p1 From bed7f866d6773e80cfeb74a8d4e5d0ed9355cea2cac09de5a7aedbf745a88c1c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 10 Sep 2019 10:19:51 +0000 Subject: [PATCH 2/2] update URL OBS-URL: https://build.opensuse.org/package/show/network/boinc-client?expand=0&rev=78 --- boinc-client.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boinc-client.spec b/boinc-client.spec index 8fd081c..faff0f3 100644 --- a/boinc-client.spec +++ b/boinc-client.spec @@ -41,9 +41,9 @@ Release: 0 Summary: The BOINC client License: GPL-3.0-or-later OR LGPL-3.0-or-later Group: Productivity/Clustering/Computing -Url: http://boinc.berkeley.edu/ +URL: https://boinc.berkeley.edu/ -#Git-Clone: git://github.com/BOINC/boinc +#Git-Clone: https://github.com/BOINC/boinc Source0: https://github.com/BOINC/boinc/archive/client_release/%{minor_version}/%{version}.tar.gz Source1: boinc-icons.tar.bz2 Source2: boinc-gui.desktop