Package Release Info

libinstpatch-1.1.6-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libinstpatch-1_0-2-32bit
libinstpatch-devel

Change Logs

* Sat Nov 27 2021 jengelh@inai.de
- Improve summary and drop old spec constructs
* Fri Jan 29 2021 tom.mbrt@googlemail.com
- Update to version 1.1.6
  * fix an access violation on Windows
  * getter-functions for SLI have been added
  * fix a memory corruption when saving the same DLS file several times
  * fix compilation with MinGW
* Tue May 26 2020 tom.mbrt@googlemail.com
- Update to version 1.1.5
  * properly free memory when calling `ipatch_close()`
  * fix a bug when copy/pasting instrument or preset zones
  * support multiple calls to `ipatch_init()`
  * fix an uninitialized stack variable access
  * various minor bug fixes
* Mon Apr 13 2020 tom.mbrt@googlemail.com
- Update to version 1.1.4
  * avoid hijacking the application's locale, causing potentially
    heavy side-effects
* Thu Feb 20 2020 tom.mbrt@googlemail.com
- Update to version 1.1.3
  * respect user-defined CFLGAS
  * fix cross-compiling with MinGW under Linux
- Update to version 1.1.2
  * fix a SWAMI related UI bug
  * fix inconsistent licensing in some file headers
- Update to version 1.1.1
  * a bug in the public API was discovered, making another SOVERSION
    bump necessary
  * library name and pkgconfig filename have been unified
  * build on ARM has been fixed
- Remove libinstpatch-cmake-fixes.patch as it was fixed in 1.1.1
- Add a variable for the soversion
* Fri Jan 10 2020 dimstar@opensuse.org
- Add baselibs.conf: produce -32bit libraries, which are used by
  fluidsynth (new dependency).
* Tue Oct 29 2019 jkraehemann@gmail.com
- update libinstpatch-cmake-fixes.patch to fix soname in
  libinstpatch-1.0.pc
* Sat Oct 19 2019 tom.mbrt@googlemail.com
- Update to 1.1.0:
  * SOVERSION was bumped
  * libinstpatch's license was changed from GPL-2.0 to LGPL-2.1
  * the AutoTools build system has been replaced by CMake
  * preliminary support for Spectralis (SLI) soundbanks was added
  * libsndfile is now required
  * an incorrect mutex unlock caused a deadlock when entering
    ipatch_base_get_file() with different threads
  * incorrect copying DLS2 objects was fixed
  * build issues on Windows were fixed
  * various other minor bugs were addressed
- Update libinstpatch-cmake-fixes.patch to the current code base
- Remove the following patches, because they were fixed upstream:
  * 0001-Fix-improper-GValue-type-assignments-in-ipatch_dls2_.patch
  * 0002-fix-incorrect-usage-of-g_value_set_flags.patch
  * 0003-missing-mutex-unlock.patch
  * 0004-more-locking-issues.patch
* Sat Dec 29 2018 tom.mbrt@googlemail.com
- Add the following patches to fix incorrect GValue assignments:
  * 0001-Fix-improper-GValue-type-assignments-in-ipatch_dls2_.patch
  * 0002-fix-incorrect-usage-of-g_value_set_flags.patch
- Add the following patches to fix incorrect mutex (un-)locking
  * 0003-missing-mutex-unlock.patch
  * 0004-more-locking-issues.patch
Version: 1.0.0-bp150.2.4
* Sat Nov 25 2017 jkraehemann@gmail.com
- fixed license to be LGPL-2.1 only
* Sat Nov 25 2017 jkraehemann@gmail.com
- fixed license to be LGPL-2.1 only
* Thu Nov 02 2017 jkraehemann@gmail.com
- added files attributes
* Fri Oct 06 2017 jengelh@inai.de
- Add missing RPM groups. Move description to where it matters.
  Avoid shipping documentation twice.
* Sat Aug 05 2017 jkraehemann@gmail.com
- initial upstream package
- provide patch libinstpatch-cmake-fixes.patch