Hello community,

here is the log from the commit of package slade for openSUSE:Factory checked 
in at 2018-04-20 17:30:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slade (Old)
 and      /work/SRC/openSUSE:Factory/.slade.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slade"

Fri Apr 20 17:30:25 2018 rev:5 rq:598020 version:3.1.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/slade/slade.changes      2017-06-28 
10:38:03.844287612 +0200
+++ /work/SRC/openSUSE:Factory/.slade.new/slade.changes 2018-04-20 
17:32:54.167069947 +0200
@@ -1,0 +2,5 @@
+Wed Apr 18 14:26:53 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Disable SSE with disable_sse.patch on non x86* archs
+
+-------------------------------------------------------------------

New:
----
  disable_sse.patch

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

Other differences:
------------------
++++++ slade.spec ++++++
--- /var/tmp/diff_new_pack.SSXz0p/_old  2018-04-20 17:32:55.135034845 +0200
+++ /var/tmp/diff_new_pack.SSXz0p/_new  2018-04-20 17:32:55.139034700 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package slade
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Version:        3.1.1.5
 Release:        0
 Summary:        An editor for DOOM maps and WAD/PK3 archives
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Amusements/Games/3D/Shoot
 Url:            https://github.com/sirjuddington/SLADE
 Source:         https://github.com/sirjuddington/%name/archive/%version.tar.gz
@@ -28,14 +28,15 @@
 Source100:      slade.appdata.xml
 Patch1:         basepk3.diff
 Patch2:         wxChar.patch
+Patch10:        disable_sse.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ImageMagick
 BuildRequires:  cmake
 BuildRequires:  freeimage-devel
 BuildRequires:  gcc-c++
+BuildRequires:  p7zip
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-3_0-devel
-BuildRequires:  p7zip
 BuildRequires:  pkgconfig(fluidsynth)
 BuildRequires:  pkgconfig(ftgl)
 BuildRequires:  pkgconfig(gl)
@@ -56,6 +57,9 @@
 %prep
 %setup -qn SLADE-%version
 %patch -P 1 -P 2 -p1
+%ifnarch %{ix86} x86_64
+%patch10 -p0
+%endif
 
 %build
 %cmake -DUSE_WEBKIT_STARTPAGE=ON

++++++ disable_sse.patch ++++++
--- 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)
        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

Reply via email to