Hello community, here is the log from the commit of package guitarix for openSUSE:Factory checked in at 2016-05-11 16:37:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-03 00:05:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.guitarix.new/guitarix.changes 2016-05-11 16:38:02.000000000 +0200 @@ -1,0 +2,8 @@ +Sun May 8 23:24:41 UTC 2016 - [email protected] + +- Update to 0.35.0 + * New UI + * Many new and improved plugins +- Remove guitarix-0.28.2-gperf_tmpl-fix.patch (included upstream) + +------------------------------------------------------------------- Old: ---- guitarix-0.28.2-gperf_tmpl-fix.patch guitarix2-0.32.2.tar.bz2 New: ---- guitarix2-0.35.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ guitarix.spec ++++++ --- /var/tmp/diff_new_pack.QqpDnv/_old 2016-05-11 16:38:06.000000000 +0200 +++ /var/tmp/diff_new_pack.QqpDnv/_new 2016-05-11 16:38:06.000000000 +0200 @@ -21,10 +21,10 @@ Group: Productivity/Multimedia/Sound/Utilities Name: guitarix -Version: 0.32.2 +Version: 0.35.0 Release: 0 Url: http://guitarix.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/guitarix/guitarix/guitarix2-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/guitarix/guitarix/guitarix2-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: boost-devel BuildRequires: fdupes @@ -48,8 +48,7 @@ Requires: jack Requires: meterbridge Requires: vorbis-tools -Patch0: guitarix-0.28.2-gperf_tmpl-fix.patch -Patch1: fpexception.patch +Patch0: fpexception.patch %description guitarix is a simple mono amplifier to jack with one input and two @@ -118,8 +117,7 @@ %prep %setup -q -n guitarix-%{version} -%patch0 -p1 -%patch1 -p0 +%patch0 -p0 %build #todo: add faust package to openSUSE export LDFLAGS="-ldl" @@ -161,9 +159,13 @@ %{_datadir}/pixmaps/gx_log_grey.png %{_datadir}/pixmaps/gx_log_red.png %{_datadir}/pixmaps/gx_log_yellow.png +%{_datadir}/pixmaps/gx_splash.png +%{_datadir}/pixmaps/insert_off.png +%{_datadir}/pixmaps/insert_on.png %{_datadir}/pixmaps/jackd_off.png %{_datadir}/pixmaps/jackd_on.png + %files -n %{name}-devel %defattr(-,root,root) %{_libdir}/libgxw*.so* ++++++ fpexception.patch ++++++ --- /var/tmp/diff_new_pack.QqpDnv/_old 2016-05-11 16:38:06.000000000 +0200 +++ /var/tmp/diff_new_pack.QqpDnv/_new 2016-05-11 16:38:06.000000000 +0200 @@ -1,13 +1,15 @@ ---- 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 @@ +Index: src/headers/gx_system.h +=================================================================== +--- src/headers/gx_system.h.orig ++++ src/headers/gx_system.h +@@ -67,8 +67,8 @@ inline void AVOIDDENORMALS() { _MM_SET_F #else - + #ifndef _XMMINTRIN_H_INCLUDED -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; } + #endif //ndef inline void AVOIDDENORMALS() {} - #endif //__SSE__
