Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gap-semigroups for openSUSE:Factory 
checked in at 2024-05-17 20:05:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gap-semigroups (Old)
 and      /work/SRC/openSUSE:Factory/.gap-semigroups.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gap-semigroups"

Fri May 17 20:05:05 2024 rev:7 rq:1174580 version:5.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/gap-semigroups/gap-semigroups.changes    
2024-03-13 22:18:28.060026994 +0100
+++ /work/SRC/openSUSE:Factory/.gap-semigroups.new.1880/gap-semigroups.changes  
2024-05-17 20:06:08.653510108 +0200
@@ -1,0 +2,6 @@
+Thu May 16 13:22:29 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Remove more build-time files to soothe rpmlint.
+- Add no-avx.patch.
+
+-------------------------------------------------------------------

New:
----
  no-avx.patch

BETA DEBUG BEGIN:
  New:- Remove more build-time files to soothe rpmlint.
- Add no-avx.patch.
BETA DEBUG END:

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

Other differences:
------------------
++++++ gap-semigroups.spec ++++++
--- /var/tmp/diff_new_pack.zSk8Br/_old  2024-05-17 20:06:09.365535836 +0200
+++ /var/tmp/diff_new_pack.zSk8Br/_new  2024-05-17 20:06:09.369535980 +0200
@@ -25,6 +25,7 @@
 URL:            https://semigroups.github.io/Semigroups/
 #Git-Clone:     https://github.com/semigroups/Semigroups
 Source:         
https://github.com/semigroups/Semigroups/releases/download/v%version/semigroups-%version.tar.gz
+Patch1:         no-avx.patch
 BuildRequires:  automake
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes
@@ -70,7 +71,7 @@
 rm -Rf libsemigroups
 %gappkg_simple_install
 pushd "%buildroot/$fmoddir/"
-rm -Rfv Makefile* configure* cnf/ src/ gapbind14/src/ gapbind14/include/ 
autom4te.cache config.log
+rm -Rfv Makefile* configure* config.* cnf/ src/ gapbind14/src/ 
gapbind14/include/ autom4te.cache
 popd
 find "%buildroot" "(" -name "*.orig" -o -name .gitignore -o \
        -name .dirstamp -o -name .clang-format -o -name .ccls ")" -print -delete

++++++ no-avx.patch ++++++
From: Jan Engelhardt <e...@inai.de>
Date: 2024-05-16 15:25:47.416880244 +0200

Disable -mavx leaking into CFLAGS.

---
 configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Index: semigroups-5.3.7/configure.ac
===================================================================
--- semigroups-5.3.7.orig/configure.ac
+++ semigroups-5.3.7/configure.ac
@@ -62,7 +62,9 @@ KERNEL_DEBUG=$enable_debug
 AC_SUBST(KERNEL_DEBUG)
 
 # Check if HPCombi is enable, and available
-AX_CHECK_HPCOMBI
+dnl AX_CHECK_HPCOMBI
+HPCOMBI_CXXFLAGS=""
+AC_SUBST([HPCOMBI_CXXFLAGS])
 
 dnl ##
 dnl ## Output everything

Reply via email to