-
Notifications
You must be signed in to change notification settings - Fork 310
Description
FluidSynth 1.1.4 breaks the binary compatibility with the previous releases as it dropped one public symbol:
dpkg-gensymbols: warning: debian/libfluidsynth1/DEBIAN/symbols doesn't match completely debian/libfluidsynth1.symbols
--- debian/libfluidsynth1.symbols (libfluidsynth1_1.1.4-1_amd64)
+++ dpkg-gensymbolsWTLLjv 2011-08-05 07:51:13.943270426 +0000
@@ -89,6 +89,7 @@
fluid_adsr_env_set_data@Base 1.1.3
fluid_allpass_getfeedback@Base 1.1.3
fluid_allpass_init@Base 1.1.3
+ fluid_allpass_release@Base 1.1.4-1
fluid_allpass_setbuffer@Base 1.1.3
fluid_allpass_setfeedback@Base 1.1.3
fluid_alsa_audio_driver_settings@Base 1.1.3
@@ -121,6 +122,7 @@
fluid_comb_getdamp@Base 1.1.3
fluid_comb_getfeedback@Base 1.1.3
fluid_comb_init@Base 1.1.3
+ fluid_comb_release@Base 1.1.4-1
fluid_comb_setbuffer@Base 1.1.3
fluid_comb_setdamp@Base 1.1.3
fluid_comb_setfeedback@Base 1.1.3
@@ -157,7 +159,7 @@
fluid_defsfont_add_sample@Base 1.1.3
fluid_defsfont_get_name@Base 1.1.3
fluid_defsfont_get_preset@Base 1.1.3
- fluid_defsfont_get_sample@Base 1.1.3
+#MISSING: 1.1.4-1# fluid_defsfont_get_sample@Base 1.1.3
fluid_defsfont_iteration_next@Base 1.1.3
fluid_defsfont_iteration_start@Base 1.1.3
fluid_defsfont_load@Base 1.1.3
This means an ABI-change but no SONAME bump has happen'd, could you please fix that?
Reported by: quadrispro
Original Ticket: fluidsynth/tickets/98