Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnu-compilers-hpc for 
openSUSE:Factory checked in at 2024-06-25 23:09:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-compilers-hpc (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-compilers-hpc"

Tue Jun 25 23:09:24 2024 rev:21 rq:1183203 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-compilers-hpc/gnu-compilers-hpc.changes      
2023-09-04 22:54:22.601452500 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new.18349/gnu-compilers-hpc.changes
   2024-06-25 23:10:34.285072649 +0200
@@ -1,0 +2,5 @@
+Tue Jun 25 12:35:03 UTC 2024 - Nicolas Morey <[email protected]>
+
+- Do not build 32b versions of the gnu-hpc flavour.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnu-compilers-hpc.spec ++++++
--- /var/tmp/diff_new_pack.7TAZLH/_old  2024-06-25 23:10:35.029099770 +0200
+++ /var/tmp/diff_new_pack.7TAZLH/_new  2024-06-25 23:10:35.029099770 +0200
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -64,8 +64,13 @@
 %endif
 
 # For Factory only build the default
-%if 0%{?suse_version} > 1600 && "%flavor" != "gnu-hpc"
+%if 0%{?suse_version} > 1600
+# Only build gnu-hpc flavour but not on 32b systems
+%if "%flavor" != "gnu-hpc"
 ExclusiveArch:  do-not-build
+%else
+ExcludeArch:    i586 %arm s390
+%endif
 %endif
 
 # Keep in sync with macros.hpc-gnu

Reply via email to