Hello community,

here is the log from the commit of package guitarix for openSUSE:Factory 
checked in at 2020-01-16 18:23:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guitarix (Old)
 and      /work/SRC/openSUSE:Factory/.guitarix.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guitarix"

Thu Jan 16 18:23:15 2020 rev:29 rq:764933 version:0.39.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/guitarix/guitarix.changes        2019-03-26 
22:32:11.953709016 +0100
+++ /work/SRC/openSUSE:Factory/.guitarix.new.26092/guitarix.changes     
2020-01-16 18:23:31.997051525 +0100
@@ -1,0 +2,22 @@
+Thu Jan 16 10:33:25 UTC 2020 - Dave Plater <[email protected]>
+
+- Update to 0.39.0, now builds with python3
+- Rebased guitarix-boost69.patch
+- Some upstream changes:
+  *fix bug #67, dont use malloc.h on FreeBSD
+  *remove assert for ports count, to allow save removing of changed
+   LV2 plugins
+  *add new option -E --hideonquit, this makes the UI experience
+   smooth when used as LV2 plugin
+  *add support for LV2_URID_Map, LV2_URID_Unmap and LV2_OPTIONS to
+   allow more plugs to load
+  *fix compiler warnings with gcc 8
+  *add exit handler and warning when samplerate is above 96kHz
+  *hide splash on error message
+  *set online help to sourcforge/discussion
+  *add Russian-language translation by Valeriy Shtobbe and
+   Olesya Gerasimenko, many thanks!
+  *update all build scripts to use faust version 2.15.11 and update
+   all generated faust files
+
+-------------------------------------------------------------------

Old:
----
  guitarix2-0.37.3.tar.xz

New:
----
  guitarix2-0.39.0.tar.xz

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

Other differences:
------------------
++++++ guitarix.spec ++++++
--- /var/tmp/diff_new_pack.rwbDVK/_old  2020-01-16 18:23:36.405053878 +0100
+++ /var/tmp/diff_new_pack.rwbDVK/_new  2020-01-16 18:23:36.409053880 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guitarix
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without ladspa
 
 Name:           guitarix
-Version:        0.37.3
+Version:        0.39.0
 Release:        0
 Summary:        Simple Linux amplifier for jack
 License:        GPL-2.0-or-later
@@ -52,6 +52,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  zita-convolver-devel
 #BuildRequires:  zita-resampler-devel
+BuildRequires:  google-roboto-fonts
 BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(eigen3)
@@ -71,7 +72,7 @@
 BuildRequires:  pkgconfig(lilv-0)
 BuildRequires:  pkgconfig(lrdf)
 BuildRequires:  pkgconfig(lv2)
-BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(sigc++-2.0)
 BuildRequires:  pkgconfig(sndfile)
 Requires:       jack
@@ -90,10 +91,7 @@
 
 %package -n libgxw0
 Summary:        Guitarix runtime library
-# Earlier weird packaging of internal libraries
 Group:          System/Libraries
-Obsoletes:      %{name}-devel < %{version}-%{release}
-Provides:       %{name}-devel = %{version}-%{release}
 
 %description -n libgxw0
 guitarix is a simple mono amplifier to jack with one input and two
@@ -101,10 +99,7 @@
 
 %package -n libgxwmm0
 Summary:        Guitarix runtime library
-# Earlier weird packaging of internal libraries
 Group:          System/Libraries
-Obsoletes:      %{name}-devel < %{version}-%{release}
-Provides:       %{name}-devel = %{version}-%{release}
 
 %description -n libgxwmm0
 guitarix is a simple mono amplifier to jack with one input and two
@@ -159,7 +154,7 @@
 #find . -name "*.py" -print -exec 2to3 -wn {} \;
 #find . -name "*.py" -print -exec 2to3 -wn {} \;
 #for i in `grep -rl "/usr/bin/env python"`;do 2to3 -wn ${i} ;done
-#for i in `grep -rl "/usr/bin/env python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
+for i in `grep -rl "/usr/bin/env python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
 
 export LDFLAGS="-ldl"
 %if 1 == 0
@@ -171,6 +166,7 @@
 ./waf configure -v --faust \
                    --libdir=%{_libdir} \
                    --includeresampler \
+                    --no-faust \
 %if %{with ladspa}
                    --ladspadir=%{_libdir}/ladspa  \
                    --ladspa \

++++++ guitarix-boost69.patch ++++++
--- /var/tmp/diff_new_pack.rwbDVK/_old  2020-01-16 18:23:36.425053889 +0100
+++ /var/tmp/diff_new_pack.rwbDVK/_new  2020-01-16 18:23:36.425053889 +0100
@@ -8,11 +8,11 @@
 
 Index: src/headers/engine.h
 ===================================================================
---- src/headers/engine.h.orig  2018-07-22 06:24:50.000000000 +0200
-+++ src/headers/engine.h       2019-03-20 12:32:43.354195818 +0200
-@@ -39,6 +39,7 @@
- #include <sys/stat.h>
+--- src/headers/engine.h.orig  2020-01-14 09:47:57.000000000 +0200
++++ src/headers/engine.h       2020-01-16 11:42:17.223018118 +0200
+@@ -40,6 +40,7 @@
  #include <boost/format.hpp>
+ #include <boost/noncopyable.hpp>
  #include <boost/thread/mutex.hpp>
 +#include <boost/core/noncopyable.hpp>
  #include <glibmm/i18n.h>     // NOLINT

++++++ guitarix2-0.37.3.tar.xz -> guitarix2-0.39.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/guitarix/guitarix2-0.37.3.tar.xz 
/work/SRC/openSUSE:Factory/.guitarix.new.26092/guitarix2-0.39.0.tar.xz differ: 
char 26, line 1


Reply via email to