forked from pool/musescore
- Update to 3.2.2:
Most important improvements: * Sticking (the process of assigning certain notes to either our left or right hand) as a new command * Make basic colors of the application including voice colors consistent * 7/8 time signature was added to advanced workspace and master palette * Avoid poor alignment of hairpins to dynamics bound to the segment before hairpin start * Add style settings allowing MDL templates to follow basic drum line notation rules better * Double/triple-clicking in a text editing mode now selects a word/paragraph respectively Also numerous fixes, for details see github release page: * https://github.com/musescore/MuseScore/releases - Update correct-revision.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=30
This commit is contained in:
parent
a86d1b8ff8
commit
14143971e4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21ec0331af6424e019a713a61da1649d23502591583064be3cfc6ad20c3b05e9
|
||||
size 61130218
|
3
MuseScore-3.2.2.tar.gz
Normal file
3
MuseScore-3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cf447c3f5c6b4a33b860ed41dbc414e5fdfc03e1c579d48095c16a0210cf0d2
|
||||
size 63929329
|
@ -1,5 +1,5 @@
|
||||
--- a/mscore/revision.h 2019-01-15 10:20:49.000000000 +0100
|
||||
+++ b/mscore/revision.h 2019-01-15 09:25:30.000000000 +0100
|
||||
--- a/mscore/revision.h
|
||||
+++ b/mscore/revision.h
|
||||
@@ -1 +1 @@
|
||||
-3543170
|
||||
+e26f7c4
|
||||
+c893c61
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 20:35:18 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- Update to 3.2.2:
|
||||
Most important improvements:
|
||||
* Sticking (the process of assigning certain notes to either our left or right hand) as a new command
|
||||
* Make basic colors of the application including voice colors consistent
|
||||
* 7/8 time signature was added to advanced workspace and master palette
|
||||
* Avoid poor alignment of hairpins to dynamics bound to the segment before hairpin start
|
||||
* Add style settings allowing MDL templates to follow basic drum line notation rules better
|
||||
* Double/triple-clicking in a text editing mode now selects a word/paragraph respectively
|
||||
Also numerous fixes, for details see github release page:
|
||||
* https://github.com/musescore/MuseScore/releases
|
||||
- Update correct-revision.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 22:02:48 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
|
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
%define rname mscore
|
||||
%define version_lesser 3.1
|
||||
%define version_lesser 3.2
|
||||
%define fontdir %{_datadir}/fonts/%{name}
|
||||
%define docdir %{_docdir}/%{name}
|
||||
Name: musescore
|
||||
Version: 3.1.0
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
Summary: A WYSIWYG music score typesetter
|
||||
# Musescore code license is GPL-2.0
|
||||
@ -30,7 +30,7 @@ Summary: A WYSIWYG music score typesetter
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND MIT
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
URL: https://musescore.org
|
||||
Source0: https://github.com/musescore/MuseScore/archive/v%{version_lesser}/MuseScore-%{version_lesser}.tar.gz
|
||||
Source0: https://github.com/musescore/MuseScore/archive/v%{version_lesser}/MuseScore-%{version}.tar.gz
|
||||
Source1: %{rname}.desktop
|
||||
# PATCH-FIX-UPSTREAM: see https://github.com/musescore/MuseScore/releases
|
||||
Patch0: correct-revision.patch
|
||||
@ -72,7 +72,7 @@ BuildArch: noarch
|
||||
Additional fonts for use by the MuseScore music notation program.
|
||||
|
||||
%prep
|
||||
%setup -q -n MuseScore-%{version_lesser}
|
||||
%setup -q -n MuseScore-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
# remove precompiled binary
|
||||
|
Loading…
Reference in New Issue
Block a user