From 2428088eda6802cf20dcf598a85afc2accdd88b519450d127816f8b9ebff48fa Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 27 May 2020 06:28:14 +0000 Subject: [PATCH] Accepting request 808999 from home:derselbst:branches:multimedia:libs - 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 OBS-URL: https://build.opensuse.org/request/show/808999 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libinstpatch?expand=0&rev=18 --- libinstpatch-1.1.4.tar.gz | 3 --- libinstpatch-1.1.5.tar.gz | 3 +++ libinstpatch.changes | 10 ++++++++++ libinstpatch.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 libinstpatch-1.1.4.tar.gz create mode 100644 libinstpatch-1.1.5.tar.gz diff --git a/libinstpatch-1.1.4.tar.gz b/libinstpatch-1.1.4.tar.gz deleted file mode 100644 index b2fb1b8..0000000 --- a/libinstpatch-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e529b15055b7341ab7a75885338d0a9b84859e3f6ca3ed3c363e7f3521329c9c -size 516228 diff --git a/libinstpatch-1.1.5.tar.gz b/libinstpatch-1.1.5.tar.gz new file mode 100644 index 0000000..cfbdcc6 --- /dev/null +++ b/libinstpatch-1.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd01cd2ba7377e7a72caaf3b565d8fe088b5c8a14e0ea91516f0c87524bcf8a +size 520540 diff --git a/libinstpatch.changes b/libinstpatch.changes index aa2ff87..e3e0a8d 100644 --- a/libinstpatch.changes +++ b/libinstpatch.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue May 26 11:35:13 UTC 2020 - Tom Mbrt + +- 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 diff --git a/libinstpatch.spec b/libinstpatch.spec index aa1b528..7a6978d 100644 --- a/libinstpatch.spec +++ b/libinstpatch.spec @@ -19,7 +19,7 @@ %define sover 2 Name: libinstpatch -Version: 1.1.4 +Version: 1.1.5 Release: 0 Summary: MIDI instrument patch library License: LGPL-2.1-only