Debian/buster (currently "stable") ships with libsamplerate0_0.1.9-2, which includes a dynamic library file:
/usr/lib/x86_64-linux-gnu/libsamplerate.so.0.1.8
compiling the latest and greatest libsamplerate-0.2.0 i get a file:
/usr/lib/x86_64-linux-gnu/libsamplerate.so.0.1.0
This decrements the micro release, which is plain wrong!!
the new libsamplerate also introduces a new symbol src_clone, which would - according to semantic versioning - warrants a:
- reset of the micro version to 0
- increment of the minor version to 2
please fix this and make a bugfix release asap.