Hello community, here is the log from the commit of package slade for openSUSE:Leap:15.2 checked in at 2020-05-03 14:28:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/slade (Old) and /work/SRC/openSUSE:Leap:15.2/.slade.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slade" Sun May 3 14:28:52 2020 rev:17 rq:799620 version:3.1.11 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/slade/slade.changes 2020-04-23 18:16:55.802536076 +0200 +++ /work/SRC/openSUSE:Leap:15.2/.slade.new.2738/slade.changes 2020-05-03 14:28:55.108459920 +0200 @@ -1,0 +2,5 @@ +Wed Apr 29 12:45:36 UTC 2020 - Guillaume GARDET <[email protected]> + +- Refresh disable_sse.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slade.spec ++++++ --- /var/tmp/diff_new_pack.LEDm8S/_old 2020-05-03 14:28:56.880463699 +0200 +++ /var/tmp/diff_new_pack.LEDm8S/_new 2020-05-03 14:28:56.880463699 +0200 @@ -33,6 +33,7 @@ BuildRequires: cmake >= 3.1 BuildRequires: freeimage-devel BuildRequires: gcc-c++ >= 6 +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: wxWidgets-3_0-devel BuildRequires: zip @@ -54,7 +55,7 @@ from/to other generic formats such as PNG. %prep -%setup -qn SLADE-%version +%setup -q -n SLADE-%version %patch -P 1 -P 2 -p1 %ifnarch %ix86 x86_64 %patch10 -p0 @@ -69,7 +70,7 @@ %if 0%{?suse_version} > 1320 strip-nondeterminism build/slade.pk3 %endif -b="%buildroot" +b=%{buildroot} install -Dm755 build/slade "$b/%_bindir/slade" install -Dm644 build/slade.pk3 "$b/%_datadir/slade3/slade.pk3" ++++++ disable_sse.patch ++++++ --- /var/tmp/diff_new_pack.LEDm8S/_old 2020-05-03 14:28:56.904463750 +0200 +++ /var/tmp/diff_new_pack.LEDm8S/_new 2020-05-03 14:28:56.904463750 +0200 @@ -1,12 +1,12 @@ ---- src/CMakeLists.txt.orig 2018-04-18 16:11:00.227988702 +0200 -+++ src/CMakeLists.txt 2018-04-18 16:11:14.228041424 +0200 -@@ -97,9 +97,6 @@ if(APPLE) +--- src/CMakeLists.txt.orig 2020-04-29 12:44:22.087112317 +0000 ++++ src/CMakeLists.txt 2020-04-29 12:44:38.886604020 +0000 +@@ -159,9 +159,6 @@ if(APPLE) set_source_files_properties(${OSX_ICON} PROPERTIES MACOSX_PACKAGE_LOCATION Resources) endif(APPLE) -# enable SSE instructions for dumb library -set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_USE_SSE -msse") - - add_executable(slade WIN32 MACOSX_BUNDLE - External/lzma/C/LzmaDec.c - External/mus2mid/mus2mid.cpp + # External libraries are compiled separately to enable unity builds + add_subdirectory(External) +
