From 2461cb88a0ec4c7d6c60d25a563f931d9e1c6a743b40187e9bfb671f1e65f04c Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Fri, 15 Mar 2019 18:52:19 +0000 Subject: [PATCH] - Update to 3.0.5: Improvements: * The whole chord sounds when iterating over notes with left-right arrows * Support more properties for fingering * Add more properties for Plugin API * Optimise New Score Wizard start time and layout calculations Fixes: * MuseScore 3.0.4 crashed on startup on macOS * Score margins and related staves positioning were calculated incorrectly * Spacers worked incorrectly when interacting with page borders * Measure counting was wrong when setting a custom offset value * Keyboard navigation in Single Page view worked incorrectly * MuseScore crashed on finishing work on Windows * MuseScore crashed when changing Time Signature in parts * MuseScore crashed when selecting a bracket in edit mode OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=26 --- MuseScore-3.0.4.tar.gz | 3 --- MuseScore-3.0.5.tar.gz | 3 +++ correct-revision.patch | 2 +- musescore.changes | 21 +++++++++++++++++++++ musescore.spec | 6 +++--- 5 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 MuseScore-3.0.4.tar.gz create mode 100644 MuseScore-3.0.5.tar.gz diff --git a/MuseScore-3.0.4.tar.gz b/MuseScore-3.0.4.tar.gz deleted file mode 100644 index 56f9e9a..0000000 --- a/MuseScore-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5adbe08854842e01279293bf96a7710542defe8afd2f5e3ecea42e5d99881bb6 -size 60491724 diff --git a/MuseScore-3.0.5.tar.gz b/MuseScore-3.0.5.tar.gz new file mode 100644 index 0000000..0282db4 --- /dev/null +++ b/MuseScore-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fba156b3e477dc8a626c2eee67376be1a9cb703501b2f2426f181c1eefa7b6 +size 60520606 diff --git a/correct-revision.patch b/correct-revision.patch index 46bae03..69319f1 100644 --- a/correct-revision.patch +++ b/correct-revision.patch @@ -2,4 +2,4 @@ +++ b/mscore/revision.h 2019-01-15 09:25:30.000000000 +0100 @@ -1 +1 @@ -3543170 -+cda4080 ++58dd23d diff --git a/musescore.changes b/musescore.changes index 7ec3627..900657e 100644 --- a/musescore.changes +++ b/musescore.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Mar 15 18:48:42 UTC 2019 - Cor Blom + +- Update to 3.0.5: + Improvements: + * The whole chord sounds when iterating over notes with left-right + arrows + * Support more properties for fingering + * Add more properties for Plugin API + * Optimise New Score Wizard start time and layout calculations + Fixes: + * MuseScore 3.0.4 crashed on startup on macOS + * Score margins and related staves positioning were calculated + incorrectly + * Spacers worked incorrectly when interacting with page borders + * Measure counting was wrong when setting a custom offset value + * Keyboard navigation in Single Page view worked incorrectly + * MuseScore crashed on finishing work on Windows + * MuseScore crashed when changing Time Signature in parts + * MuseScore crashed when selecting a bracket in edit mode + ------------------------------------------------------------------- Fri Mar 1 13:38:39 UTC 2019 - Cor Blom diff --git a/musescore.spec b/musescore.spec index 6b5f421..58fcbe5 100644 --- a/musescore.spec +++ b/musescore.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ %define docdir %{_docdir}/%{name} Name: musescore -Version: 3.0.4 +Version: 3.0.5 Release: 0 Summary: A WYSIWYG music score typesetter # Musescore code license is GPL-2.0 @@ -34,7 +34,7 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors URL: https://musescore.org Source0: https://github.com/musescore/MuseScore/archive/v%{version}/MuseScore-%{version}.tar.gz Source1: %{rname}.desktop -# PATCH-FIX-UPSTREAM: seehttps://github.com/musescore/MuseScore/releases +# PATCH-FIX-UPSTREAM: see https://github.com/musescore/MuseScore/releases Patch0: correct-revision.patch BuildRequires: alsa-devel BuildRequires: cmake >= 3.0