Hello community,

here is the log from the commit of package freqtweak for openSUSE:Factory 
checked in at 2016-06-20 11:06:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freqtweak (Old)
 and      /work/SRC/openSUSE:Factory/.freqtweak.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freqtweak"

Changes:
--------
--- /work/SRC/openSUSE:Factory/freqtweak/freqtweak.changes      2011-12-05 
12:43:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.freqtweak.new/freqtweak.changes 2016-06-20 
11:07:00.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 17 12:41:33 CEST 2016 - ti...@suse.de
+
+- Fix build error with gcc6 (boo#985355):
+  freqtweak-gcc6-fixes.patch
+
+-------------------------------------------------------------------

New:
----
  freqtweak-gcc6-fixes.patch

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

Other differences:
------------------
++++++ freqtweak.spec ++++++
--- /var/tmp/diff_new_pack.LqYs8S/_old  2016-06-20 11:07:01.000000000 +0200
+++ /var/tmp/diff_new_pack.LqYs8S/_new  2016-06-20 11:07:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freqtweak
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           freqtweak
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -29,10 +30,10 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel
 Summary:        Real-Time Audio Spectral Visualization
-Version:        0.7.2
-Release:        0
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Visualization
+Version:        0.7.2
+Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://freqtweak.sourceforge.net
 Source:         %{name}-%{version}.tar.bz2
@@ -42,6 +43,7 @@
 Patch3:         freqtweak-0.6.1-wrong-var-ref.diff
 Patch5:         freqtweak-gcc43-fixes.diff
 Patch6:         freqtweak-delete-array-fix.diff
+Patch7:         freqtweak-gcc6-fixes.patch
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 
@@ -66,6 +68,7 @@
 %patch3 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 autoreconf --force --install

++++++ freqtweak-gcc6-fixes.patch ++++++
---
 src/FTjackSupport.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/FTjackSupport.cpp
+++ b/src/FTjackSupport.cpp
@@ -289,7 +289,7 @@ FTprocessPath * FTjackSupport::setProces
                return ppath;
        }
        
-       return false;
+       return NULL;
 }
 
 


Reply via email to