forked from pool/musescore
- 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
This commit is contained in:
parent
0acb40c5e9
commit
2461cb88a0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5adbe08854842e01279293bf96a7710542defe8afd2f5e3ecea42e5d99881bb6
|
|
||||||
size 60491724
|
|
3
MuseScore-3.0.5.tar.gz
Normal file
3
MuseScore-3.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3fba156b3e477dc8a626c2eee67376be1a9cb703501b2f2426f181c1eefa7b6
|
||||||
|
size 60520606
|
@ -2,4 +2,4 @@
|
|||||||
+++ b/mscore/revision.h 2019-01-15 09:25:30.000000000 +0100
|
+++ b/mscore/revision.h 2019-01-15 09:25:30.000000000 +0100
|
||||||
@@ -1 +1 @@
|
@@ -1 +1 @@
|
||||||
-3543170
|
-3543170
|
||||||
+cda4080
|
+58dd23d
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 18:48:42 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||||
|
|
||||||
|
- 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 <cornelis@solcon.nl>
|
Fri Mar 1 13:38:39 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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}
|
%define docdir %{_docdir}/%{name}
|
||||||
|
|
||||||
Name: musescore
|
Name: musescore
|
||||||
Version: 3.0.4
|
Version: 3.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A WYSIWYG music score typesetter
|
Summary: A WYSIWYG music score typesetter
|
||||||
# Musescore code license is GPL-2.0
|
# Musescore code license is GPL-2.0
|
||||||
@ -34,7 +34,7 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
|
|||||||
URL: https://musescore.org
|
URL: https://musescore.org
|
||||||
Source0: https://github.com/musescore/MuseScore/archive/v%{version}/MuseScore-%{version}.tar.gz
|
Source0: https://github.com/musescore/MuseScore/archive/v%{version}/MuseScore-%{version}.tar.gz
|
||||||
Source1: %{rname}.desktop
|
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
|
Patch0: correct-revision.patch
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user