Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package o2scl for openSUSE:Factory checked 
in at 2025-07-23 16:33:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/o2scl (Old)
 and      /work/SRC/openSUSE:Factory/.o2scl.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "o2scl"

Wed Jul 23 16:33:04 2025 rev:21 rq:1294972 version:0.930.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/o2scl/o2scl.changes      2025-07-17 
17:19:20.921207421 +0200
+++ /work/SRC/openSUSE:Factory/.o2scl.new.8875/o2scl.changes    2025-07-23 
16:34:14.769702404 +0200
@@ -1,0 +2,5 @@
+Tue Jul 22 06:39:19 UTC 2025 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Do not require libquadmath for aarch64 and %{arm}
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ o2scl.spec ++++++
--- /var/tmp/diff_new_pack.WF1eIP/_old  2025-07-23 16:34:15.741743137 +0200
+++ /var/tmp/diff_new_pack.WF1eIP/_new  2025-07-23 16:34:15.745743304 +0200
@@ -30,6 +30,10 @@
 %define pname o2scl
 %define shlib lib%{pname}0
 
+%ifnarch aarch64 %{arm}
+%define needlibquadmath 1
+%endif
+
 # Use GCC 14 for TW until upstream fixes issues when building with GCC 15
 %if 0%{?suse_version} >= 1650
 %define gcc_ver 14
@@ -67,8 +71,10 @@
 BuildRequires:  readline-devel
 %endif
 %if 0%{?gcc_ver}
+%if 0%{?needlibquadmath}
 BuildRequires:  libquadmath0-devel-gcc%{gcc_ver}
 %endif
+%endif
 Recommends:     %{pname}-doc = %{version}
 
 %description
@@ -103,8 +109,10 @@
 Requires:       pkgconfig(gsl)
 Requires:       pkgconfig(mpfr)
 %if 0%{?gcc_ver}
+%if 0%{?needlibquadmath}
 Requires:       libquadmath0-devel-gcc%{gcc_ver}
 %endif
+%endif
 
 %description -n %{pname}-devel
 O2scl is a C++ library for object-oriented numerical programming.

Reply via email to