From 02604f0df4567533782d2eb20ba79da28fa61abb73b23877b0491d2036c94da6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 30 Jun 2024 08:29:44 +0000 Subject: [PATCH] - update to 24.06: * txt2rgd.py: Fix MSB/LSB bug. [d501a6f3] * Fix instrument selection for Ctrl+T (add track), file import and merge. * Disallow deletion of devices that are in use by tracks. * Use track names for segment names on MusicXML import. * Fix misplaced TimeWidget title in "Native (Light)" theme. * Fix an .rg parsing error related to softsynths. * Fix unobtainable segment presets and other preset issues. * Fix audio time stretching erasing all audio data in release build. * Fix submaster port count changing when changing the number of audio input ports. * Fix window focus problem when creating MIDI Devices. * Fix track instrument reset when editing banks. * Fix buffer overflow in notation editor. * Fix examples pointing to various audio paths causing unwanted directories to be created. * Fix slow refresh of note names in matrix. * Fix notation not selecting current segment notes on launch. * Fix UnusedAudioSelectionDialog column widths. OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=105 --- rosegarden-23.12.tar.gz | 3 --- rosegarden-24.06.tar.gz | 3 +++ rosegarden.changes | 25 +++++++++++++++++++++++++ rosegarden.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 rosegarden-23.12.tar.gz create mode 100644 rosegarden-24.06.tar.gz diff --git a/rosegarden-23.12.tar.gz b/rosegarden-23.12.tar.gz deleted file mode 100644 index 3a1bef2..0000000 --- a/rosegarden-23.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca85056d66cb603ea0f83856f5934a592ac323f8d455e9bfdbb5ed7f5d97ddd2 -size 7802990 diff --git a/rosegarden-24.06.tar.gz b/rosegarden-24.06.tar.gz new file mode 100644 index 0000000..3f5a806 --- /dev/null +++ b/rosegarden-24.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52502891b85af67821cfa0795c79bc7245058635d87071502ed892f2734be725 +size 7892476 diff --git a/rosegarden.changes b/rosegarden.changes index 9fe2721..b975b65 100644 --- a/rosegarden.changes +++ b/rosegarden.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Jun 30 08:28:49 UTC 2024 - Dirk Müller + +- update to 24.06: + * txt2rgd.py: Fix MSB/LSB bug. [d501a6f3] + * Fix instrument selection for Ctrl+T (add track), file import + and merge. + * Disallow deletion of devices that are in use by tracks. + * Use track names for segment names on MusicXML import. + * Fix misplaced TimeWidget title in "Native (Light)" theme. + * Fix an .rg parsing error related to softsynths. + * Fix unobtainable segment presets and other preset issues. + * Fix audio time stretching erasing all audio data in release + build. + * Fix submaster port count changing when changing the number of + audio input ports. + * Fix window focus problem when creating MIDI Devices. + * Fix track instrument reset when editing banks. + * Fix buffer overflow in notation editor. + * Fix examples pointing to various audio paths causing unwanted + directories to be created. + * Fix slow refresh of note names in matrix. + * Fix notation not selecting current segment notes on launch. + * Fix UnusedAudioSelectionDialog column widths. + ------------------------------------------------------------------- Thu Dec 28 21:40:53 UTC 2023 - Dirk Müller diff --git a/rosegarden.spec b/rosegarden.spec index f6a91cf..7ca3f6f 100644 --- a/rosegarden.spec +++ b/rosegarden.spec @@ -1,7 +1,7 @@ # # spec file for package rosegarden # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define vers 22.12 Name: rosegarden -Version: 23.12 +Version: 24.06 Release: 0 License: GPL-2.0-or-later Summary: Midi, Audio And Notation Editor