Hello community,

here is the log from the commit of package fluidsynth for openSUSE:Factory 
checked in at 2017-09-15 21:03:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fluidsynth (Old)
 and      /work/SRC/openSUSE:Factory/.fluidsynth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fluidsynth"

Fri Sep 15 21:03:41 2017 rev:32 rq:522987 version:1.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/fluidsynth/fluidsynth.changes    2015-12-03 
13:26:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fluidsynth.new/fluidsynth.changes       
2017-09-15 21:03:50.198618334 +0200
@@ -1,0 +2,28 @@
+Wed Sep  6 09:27:00 UTC 2017 - tom.m...@googlemail.com
+
+- Update to version 1.1.7:
+  * consistently relicense libfluidsynth under LGPL-2.1+
+  * fluid_synth_set_channel_type() was not exported properly
+  * fix calculations for modulators
+  * fix SysEx parsing issues
+  * fix mangling with illegal sample loops, causing audible glitches
+  * fix inverse logic of audio.jack.multi option
+  * fix channel fine tune RPN to use correct range
+  * fix timing problems when changing the sequencers scale from a callback 
event
+  * workaround incorrectly rendered audio when requesting more than 64 frames 
from fluid_synth_write_*()
+  * adjust ALSA MIDI port type
+  * avoid voice_count becoming negative
+  * avoid notes with a fixed key generator playing forever
+  * avoid TCP/IP connections from closing in an undefined manner
+  * a lot of memory leaks, NULL dereferences and SegFaults
+  * add support of vorbis-compressed sf3 sound fonts
+  * add sostenuto pedal to the synth
+  * add vbr quality when encoding with libsndfile
+  * re-implement routing reverb and chorus to distinct buffers in 
fluid_synth_nwrite_float()
+  * add IPv6 support to socket API
+- remove the following patches as they got fixed upstream:
+  * fluidsynth-fix-build-lash.diff
+  * jackmulti.diff
+  * reverb_mixer.diff
+
+-------------------------------------------------------------------

Old:
----
  fluidsynth-1.1.6.tar.bz2
  fluidsynth-fix-build-lash.diff
  jackmulti.diff
  reverb_mixer.diff

New:
----
  fluidsynth-1.1.7.tar.gz

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

Other differences:
------------------
++++++ fluidsynth.spec ++++++
--- /var/tmp/diff_new_pack.HrhqLY/_old  2017-09-15 21:03:50.858525696 +0200
+++ /var/tmp/diff_new_pack.HrhqLY/_new  2017-09-15 21:03:50.858525696 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           fluidsynth
-Version:        1.1.6
+Version:        1.1.7
 Release:        0
 # Obsoletes:    iiwusynth
 # Provides:     iiwusynth
@@ -25,13 +25,8 @@
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Sound/Midi
 Url:            http://www.fluidsynth.org/
-Source:         
http://downloads.sourceforge.net/project/fluidsynth/fluidsynth-%{version}/%{name}-%{version}.tar.bz2
+Source:         
https://github.com/FluidSynth/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1000:     baselibs.conf
-Patch1:         fluidsynth-fix-build-lash.diff
-# fixes inverse logic of audio.jack.multi option
-Patch2:         jackmulti.diff
-# no reverb effect is applied when using multiple stereo-out-channels, see: 
http://sourceforge.net/p/fluidsynth/tickets/137/
-Patch3:         reverb_mixer.diff
 BuildRequires:  alsa-devel
 BuildRequires:  cmake
 BuildRequires:  ladspa-devel
@@ -69,9 +64,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2
-%patch3 -p1
 
 %build
 mkdir build
@@ -90,7 +82,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
+%doc AUTHORS ChangeLog LICENSE NEWS README.md THANKS TODO
 %doc %{_mandir}/man?/*
 %{_bindir}/*
 


Reply via email to