From 107d57dbfb3986c2daad96554ae2a2116a610108d9ab17da9c4238afe9c970ce Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 5 Oct 2023 09:41:56 +0000 Subject: [PATCH] Accepting request 1115663 from home:mnhauke - Update to version 1.71 * CTRL+A/ALT+A keybindings were swapped. - Update to version 1.70 * Bugfix: Shrink Pattern ("Srnk.") could lead to a pattern length of 0. * Better variable sanitation for some pattern editing routines, may (?) prevent some rare crashes. * CTRL+F5 (Paste Pattern) had wrong button names in its message box when asking to adjust the pattern length after pasting. * Changed the above message box text to be easier to understand. * Removed audio dithering for 16-bit audio bit depth mode. It seemed to be wrongly implemented anyway. * Some small changes done to the about screen. * Code cleanup. OBS-URL: https://build.opensuse.org/request/show/1115663 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/ft2-clone?expand=0&rev=10 --- ft2-clone-1.69.tar.gz | 3 --- ft2-clone-1.71.tar.gz | 3 +++ ft2-clone.changes | 19 +++++++++++++++++++ ft2-clone.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 ft2-clone-1.69.tar.gz create mode 100644 ft2-clone-1.71.tar.gz diff --git a/ft2-clone-1.69.tar.gz b/ft2-clone-1.69.tar.gz deleted file mode 100644 index 3ca3bab..0000000 --- a/ft2-clone-1.69.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c985ba176946781b7babdba833da275a2111acc8174b832e96a0e111282ef3c0 -size 6026667 diff --git a/ft2-clone-1.71.tar.gz b/ft2-clone-1.71.tar.gz new file mode 100644 index 0000000..a2c0dfa --- /dev/null +++ b/ft2-clone-1.71.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013e905eeaece789b4c1601587f7f892715f976daf1dfb1698620e1aa5166e62 +size 6035383 diff --git a/ft2-clone.changes b/ft2-clone.changes index 44dd798..4664745 100644 --- a/ft2-clone.changes +++ b/ft2-clone.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 4 15:36:01 UTC 2023 - Martin Hauke + +- Update to version 1.71 + * CTRL+A/ALT+A keybindings were swapped. +- Update to version 1.70 + * Bugfix: Shrink Pattern ("Srnk.") could lead to a pattern + length of 0. + * Better variable sanitation for some pattern editing routines, + may (?) prevent some rare crashes. + * CTRL+F5 (Paste Pattern) had wrong button names in its + message box when asking to adjust the pattern length after + pasting. + * Changed the above message box text to be easier to understand. + * Removed audio dithering for 16-bit audio bit depth mode. It + seemed to be wrongly implemented anyway. + * Some small changes done to the about screen. + * Code cleanup. + ------------------------------------------------------------------- Sun Aug 27 13:13:37 UTC 2023 - Martin Hauke diff --git a/ft2-clone.spec b/ft2-clone.spec index dd7c5d7..77a74d8 100644 --- a/ft2-clone.spec +++ b/ft2-clone.spec @@ -17,7 +17,7 @@ Name: ft2-clone -Version: 1.69 +Version: 1.71 Release: 0 Summary: Fasttracker II clone License: BSD-3-Clause AND CC-BY-NC-SA-4.0