Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package slade for openSUSE:Factory checked in at 2021-06-15 16:38:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slade (Old) and /work/SRC/openSUSE:Factory/.slade.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slade" Tue Jun 15 16:38:17 2021 rev:14 rq:900156 version:3.1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/slade/slade.changes 2021-06-09 21:52:55.586541513 +0200 +++ /work/SRC/openSUSE:Factory/.slade.new.32437/slade.changes 2021-06-15 16:38:55.241858054 +0200 @@ -1,0 +2,6 @@ +Tue Jun 15 12:14:46 UTC 2021 - Guillaume GARDET <[email protected]> + +- Refresh patch to fix build on aarch64: + * disable_sse.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slade.spec ++++++ --- /var/tmp/diff_new_pack.wS7IT7/_old 2021-06-15 16:38:55.785858996 +0200 +++ /var/tmp/diff_new_pack.wS7IT7/_new 2021-06-15 16:38:55.785858996 +0200 @@ -60,7 +60,7 @@ %setup -q -n SLADE-%version %patch -P 1 -P 2 -P 3 -P 4 -p1 %ifnarch %ix86 x86_64 -%patch10 -p0 +%patch10 -p1 %endif %if 0%{?suse_version} >= 1550 %patch -P 11 -p1 ++++++ disable_sse.patch ++++++ --- /var/tmp/diff_new_pack.wS7IT7/_old 2021-06-15 16:38:55.813859045 +0200 +++ /var/tmp/diff_new_pack.wS7IT7/_new 2021-06-15 16:38:55.817859051 +0200 @@ -1,5 +1,5 @@ ---- src/CMakeLists.txt.orig 2020-04-29 12:44:22.087112317 +0000 -+++ src/CMakeLists.txt 2020-04-29 12:44:38.886604020 +0000 +--- SLADE-3.1.13/src/CMakeLists.txt.orig 2021-06-15 14:13:13.473287606 +0200 ++++ SLADE-3.1.13/src/CMakeLists.txt 2021-06-15 14:13:28.233451010 +0200 @@ -159,9 +159,6 @@ if(APPLE) set_source_files_properties(${OSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) endif(APPLE) @@ -7,6 +7,6 @@ -# enable SSE instructions for dumb library -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_USE_SSE -msse") - - # External libraries are compiled separately to enable unity builds - add_subdirectory(External) - + if(USE_SANITIZER) + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fsanitize=address") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address")
