libinstpatch/libinstpatch.changes

119 lines
4.5 KiB
Plaintext

-------------------------------------------------------------------
Sat Nov 27 00:35:17 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Improve summary and drop old spec constructs
-------------------------------------------------------------------
Fri Jan 29 18:11:08 UTC 2021 - Tom Mbrt <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 11:35:13 UTC 2020 - Tom Mbrt <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 16:46:05 UTC 2020 - Tom Mbrt <tom.mbrt@googlemail.com>
- Update to version 1.1.4
* avoid hijacking the application's locale, causing potentially
heavy side-effects
-------------------------------------------------------------------
Thu Feb 20 17:16:57 UTC 2020 - Tom Mbrt <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 12:58:20 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Add baselibs.conf: produce -32bit libraries, which are used by
fluidsynth (new dependency).
-------------------------------------------------------------------
Tue Oct 29 15:23:50 UTC 2019 - Joël Krähemann <jkraehemann@gmail.com>
- update libinstpatch-cmake-fixes.patch to fix soname in
libinstpatch-1.0.pc
-------------------------------------------------------------------
Sat Oct 19 13:13:12 UTC 2019 - Tom Mbrt <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 11:43:30 UTC 2018 - Tom Mbrt <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
-------------------------------------------------------------------
Sat Nov 25 17:48:26 UTC 2017 - jkraehemann@gmail.com
- fixed license to be LGPL-2.1 only
-------------------------------------------------------------------
Sat Nov 25 08:27:45 UTC 2017 - jkraehemann@gmail.com
- added missing licenses GPL-2.0 and GPL-2.0+
- replaced build dependencies by pkgconfig call
-------------------------------------------------------------------
Thu Nov 2 01:14:09 UTC 2017 - jkraehemann@gmail.com
- added files attributes
-------------------------------------------------------------------
Fri Oct 6 16:35:46 UTC 2017 - jengelh@inai.de
- Add missing RPM groups. Move description to where it matters.
Avoid shipping documentation twice.
-------------------------------------------------------------------
Sat Aug 5 20:10:50 UTC 2017 - jkraehemann@gmail.com
- initial upstream package
- provide patch libinstpatch-cmake-fixes.patch