Hello community,

here is the log from the commit of package lmms for openSUSE:Factory checked in 
at 2018-07-07 22:02:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lmms (Old)
 and      /work/SRC/openSUSE:Factory/.lmms.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lmms"

Sat Jul  7 22:02:23 2018 rev:27 rq:621340 version:1.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/lmms/lmms.changes        2017-11-30 
12:46:15.880013993 +0100
+++ /work/SRC/openSUSE:Factory/.lmms.new/lmms.changes   2018-07-07 
22:02:28.651007669 +0200
@@ -1,0 +2,6 @@
+Fri Jul  6 14:40:35 CEST 2018 - ti...@suse.de
+
+- Fix build error due to various false-positive gcc warnings:
+  lmms-no-Werror.patch
+
+-------------------------------------------------------------------

New:
----
  lmms-no-Werror.patch

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

Other differences:
------------------
++++++ lmms.spec ++++++
--- /var/tmp/diff_new_pack.NXMo3N/_old  2018-07-07 22:02:29.263006895 +0200
+++ /var/tmp/diff_new_pack.NXMo3N/_new  2018-07-07 22:02:29.263006895 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lmms
 #
-# 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
@@ -26,7 +26,7 @@
 Version:        1.1.3
 Release:        0
 Summary:        Linux MultiMedia Studio
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Midi
 ExclusiveArch:  x86_64
 Url:            https://lmms.io/
@@ -43,6 +43,7 @@
 Patch7:         lmms-code-min.patch
 Patch8:         lmms-code-macro.patch
 Patch9:         lmms-fix.patch
+Patch10:        lmms-no-Werror.patch
 
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -117,6 +118,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 mkdir build

++++++ lmms-no-Werror.patch ++++++
---
 CMakeLists.txt |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -334,9 +334,9 @@ CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/plug
 
 # set compiler flags
 SET(WERROR_FLAGS "-Wall -Werror=unused-function -Wno-sign-compare 
-Wno-strict-overflow")
-IF(NOT LMMS_BUILD_APPLE)
-   SET(WERROR_FLAGS "${WERROR_FLAGS} -Werror")
-ENDIF()
+# IF(NOT LMMS_BUILD_APPLE)
+#    SET(WERROR_FLAGS "${WERROR_FLAGS} -Werror")
+# ENDIF()
 
 # Due to a regression in gcc-4.8.X, we need to disable array-bounds check
 IF (CMAKE_COMPILER_IS_GNUCXX AND ((CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 
"4.8.0") OR (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.8.0")))

Reply via email to