Hello community,

here is the log from the commit of package slade for openSUSE:Factory checked 
in at 2020-04-29 20:53:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slade (Old)
 and      /work/SRC/openSUSE:Factory/.slade.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slade"

Wed Apr 29 20:53:35 2020 rev:9 rq:798915 version:3.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/slade/slade.changes      2020-04-22 
20:51:02.615163325 +0200
+++ /work/SRC/openSUSE:Factory/.slade.new.2738/slade.changes    2020-04-29 
20:54:47.093328073 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 12:45:36 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Refresh disable_sse.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ slade.spec ++++++
--- /var/tmp/diff_new_pack.DsM25d/_old  2020-04-29 20:54:48.161330520 +0200
+++ /var/tmp/diff_new_pack.DsM25d/_new  2020-04-29 20:54:48.161330520 +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.DsM25d/_old  2020-04-29 20:54:48.185330575 +0200
+++ /var/tmp/diff_new_pack.DsM25d/_new  2020-04-29 20:54:48.185330575 +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)
+ 


Reply via email to