Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sleef for openSUSE:Factory checked 
in at 2025-07-17 17:19:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sleef (Old)
 and      /work/SRC/openSUSE:Factory/.sleef.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sleef"

Thu Jul 17 17:19:10 2025 rev:2 rq:1294005 version:3.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sleef/sleef.changes      2025-07-16 
15:56:11.727835236 +0200
+++ /work/SRC/openSUSE:Factory/.sleef.new.8875/sleef.changes    2025-07-17 
17:20:36.724364890 +0200
@@ -1,0 +2,5 @@
+Wed Jul 16 19:21:36 UTC 2025 - Andreas Schwab <sch...@suse.de>
+
+- Disable LTO on riscv64 due to gcc bug 110812
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sleef.spec ++++++
--- /var/tmp/diff_new_pack.BGddtb/_old  2025-07-17 17:20:37.452395230 +0200
+++ /var/tmp/diff_new_pack.BGddtb/_new  2025-07-17 17:20:37.452395230 +0200
@@ -1,5 +1,7 @@
+#
 # spec file for package sleef
 #
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2023 Fabio Pesari
 #
 # All modifications and additions to the file contributed by third parties
@@ -10,8 +12,10 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+
 
 %define v_major 3
 %define v_minor 9
@@ -26,11 +30,12 @@
 URL:           https://sleef.org/
 Source:        
https://github.com/shibatch/sleef/archive/refs/tags/%{v_major}.%{v_minor}.%{v_patch}.tar.gz#/%{name}-%{version}.tar.gz
 
-BuildRequires: gcc gcc-c++
 BuildRequires: cmake
 BuildRequires: fftw3-devel
-BuildRequires: gmp-devel
+BuildRequires:  gcc
+BuildRequires:  gcc-c++
 BuildRequires: git
+BuildRequires:  gmp-devel
 BuildRequires: ninja
 
 %description
@@ -61,6 +66,11 @@
 %prep
 %autosetup
 
+%ifarch riscv64
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110812
+%global _lto_cflags %{nil}
+%endif
+
 %build
 %define __builder ninja
 %cmake \

Reply via email to