Hello community,

here is the log from the commit of package guitarix for openSUSE:Factory 
checked in at 2017-04-11 09:40:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/guitarix (Old)
 and      /work/SRC/openSUSE:Factory/.guitarix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "guitarix"

Tue Apr 11 09:40:21 2017 rev:25 rq:484835 version:0.35.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/guitarix/guitarix.changes        2017-03-15 
02:00:04.110254543 +0100
+++ /work/SRC/openSUSE:Factory/.guitarix.new/guitarix.changes   2017-04-11 
09:40:21.565796648 +0200
@@ -1,0 +2,39 @@
+Mon Apr  3 09:53:32 UTC 2017 - [email protected]
+
+- Update to version 0.35.3 - fixes gcc7 build
+- Upstream changes:
+  * add labels tp some LV2 plugs
+  * fix fastmeter tickness in LV2 UI's
+  * supress wrong compiler warnings array-bounds in jcm800pre
+  * fix typo in gx_mbcompressor.lv2/modgui.ttl
+  * add Relief to buttons
+  * big commit of all faust files regenerated, new dsp2cc script
+  * new version of gx_sceleton.lv2 and make_lv2_bundle.sh
+  * fix compiler warning in rack.cpp
+  * fix volume difference between 44.1khz and 96khz reported by
+  * fix gx_livelooper.lv2 gain controller
+  * fix jcm800pre on 96khz
+  * fix bug #35 abs(uint32_t) is nonsensial and ill-formed
+  * fix bug #36 std::abs used without include relevant header
+  * fix Glib-GObject-CRITICAL when unref "liststore2"
+  * use new togle state logic as well for toggle_type::OnOff
+  * fix oversampling  presence
+  * make file chooser blook free
+  * correct phase on oscilloscope
+  * use 96khz internal for presence unit
+  * fix gx_vibrochump vibe selector direction
+  * more vowel mutation checks
+  * correct version of midknob in libgxw
+  * add new vibe label for gx_vibrochamp.lv2
+  * add On/Off switch for the vibe in gx_vibrochump
+  * fix gx_jcm800pre lv2 plugs for the use in ardour
+  * more vowel mutations
+  * more vowel mutation protection
+  * extend protection for vowel mutation in preset names
+  * fix vibrochump max depth and redeye.ttl file
+  * fix GxRedeye Vibro Champ for use with generic UI.
+  * apply patch set from Valentin Vidic to start presets numbered
+    by 0
+  * apply changed_midi.patch from Valentin Vidic (thanks)
+
+-------------------------------------------------------------------

Old:
----
  guitarix2-0.35.2.tar.xz

New:
----
  guitarix2-0.35.3.tar.xz

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

Other differences:
------------------
++++++ guitarix.spec ++++++
--- /var/tmp/diff_new_pack.iMuGJD/_old  2017-04-11 09:40:33.764073482 +0200
+++ /var/tmp/diff_new_pack.iMuGJD/_new  2017-04-11 09:40:33.768072917 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           guitarix
-Version:        0.35.2
+Version:        0.35.3
 Release:        0
 Summary:        Simple Linux amplifier for jack
 License:        GPL-2.0+
@@ -27,24 +27,32 @@
 Patch0:         fpexception.patch
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
-BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
-BuildRequires:  gtk2-devel
-BuildRequires:  gtkmm2-devel
 BuildRequires:  intltool
 BuildRequires:  ladspa-devel
-BuildRequires:  libavahi-gobject-devel
-BuildRequires:  libjack-devel
-BuildRequires:  liblrdf-devel
-BuildRequires:  libsigc++2-devel
-BuildRequires:  libsndfile-devel
-BuildRequires:  lv2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(avahi-gobject)
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(eigen3)
+BuildRequires:  pkgconfig(fftw3)
+BuildRequires:  pkgconfig(fftw3f)
+BuildRequires:  pkgconfig(fftw3l)
+BuildRequires:  pkgconfig(gail)
+BuildRequires:  pkgconfig(gdk-2.0)
+BuildRequires:  pkgconfig(gdk-x11-2.0)
+BuildRequires:  pkgconfig(gdkmm-2.4)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-unix-print-2.0)
+BuildRequires:  pkgconfig(gtk+-x11-2.0)
+BuildRequires:  pkgconfig(gtkmm-2.4)
+BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(lilv-0)
+BuildRequires:  pkgconfig(lrdf)
+BuildRequires:  pkgconfig(lv2)
+BuildRequires:  pkgconfig(sigc++-2.0)
+BuildRequires:  pkgconfig(sndfile)
 Requires:       jack
 Requires:       meterbridge
 Requires:       vorbis-tools
@@ -63,8 +71,8 @@
 Summary:        Guitarix runtime libraries
 # Earlier weird packaging of internal libraries
 Group:          System/Libraries
-Obsoletes:      %{name}-devel < %version-%release
-Provides:       %{name}-devel = %version-%release
+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
@@ -113,8 +121,20 @@
 
 %build
 #todo: add faust package to openSUSE
+
 export LDFLAGS="-ldl"
-./waf configure -v --faust --libdir=%{_libdir} --ladspadir=%{_libdir}/ladspa  
--prefix=%{_prefix} --cxxflags="%{optflags} -std=gnu++0x"
+%if 1 == 0
+%define gcc_version 7
+export CC=gcc-7
+export CPP=cpp-7
+export CXX=g++-7
+%endif
+./waf configure -v --faust \
+                   --libdir=%{_libdir} \
+                   --ladspadir=%{_libdir}/ladspa  \
+                   --prefix=%{_prefix} \
+                   --cxxflags="%{optflags} \
+                   -std=gnu++0x"
 ./waf build -v %{?_smp_mflags}
 
 %install

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


Reply via email to