Hello community,

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

Package is "guitarix"

Changes:
--------
--- /work/SRC/openSUSE:Factory/guitarix/guitarix.changes        2015-01-20 
12:38:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.guitarix.new/guitarix.changes   2015-07-03 
00:05:46.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun 28 12:22:03 UTC 2015 - [email protected]
+
+- fpexception.patch: gcc5 supports proper FP exception handling, so we
+  have to take out the dummy exception handling that was in the headers 
+
+-------------------------------------------------------------------

New:
----
  fpexception.patch

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

Other differences:
------------------
++++++ guitarix.spec ++++++
--- /var/tmp/diff_new_pack.0iAc54/_old  2015-07-03 00:05:47.000000000 +0200
+++ /var/tmp/diff_new_pack.0iAc54/_new  2015-07-03 00:05:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guitarix
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -41,14 +41,15 @@
 BuildRequires:  libsigc++2-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  lv2-devel
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(eigen3)
 BuildRequires:  pkgconfig(lilv-0)
-BuildRequires:  update-desktop-files
 Requires:       jack
 Requires:       meterbridge
 Requires:       vorbis-tools
 Patch0:         guitarix-0.28.2-gperf_tmpl-fix.patch
+Patch1:         fpexception.patch
 
 %description
 guitarix is a simple mono amplifier to jack with one input and two
@@ -118,6 +119,7 @@
 %prep
 %setup -q -n guitarix-%{version}
 %patch0 -p1
+%patch1 -p0
 %build
 #todo: add faust package to openSUSE
 export LDFLAGS="-ldl" 

++++++ fpexception.patch ++++++
--- src/headers/gx_system.h.orig        2015-06-28 13:06:30.940235053 +0100
+++ src/headers/gx_system.h     2015-06-28 13:11:49.091745581 +0100
@@ -63,8 +63,8 @@
 
 #else
 
-inline void _MM_SET_EXCEPTION_STATE(unsigned int __mask) {}
-inline unsigned int _MM_GET_EXCEPTION_STATE(void) { return 0; }
+//inline void _MM_SET_EXCEPTION_STATE(unsigned int __mask) {}
+//inline unsigned int _MM_GET_EXCEPTION_STATE(void) { return 0; }
 inline void AVOIDDENORMALS() {}
 
 #endif //__SSE__

Reply via email to