diff --git a/MuseScore-3.0.1.tar.gz b/MuseScore-3.0.1.tar.gz new file mode 100644 index 0000000..4c906fe --- /dev/null +++ b/MuseScore-3.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fe4a8dce3eaaa0089866a395e43009d518594b55f4915767df637f294a82d0 +size 60166011 diff --git a/MuseScore-3.0.tar.gz b/MuseScore-3.0.tar.gz deleted file mode 100644 index fda0801..0000000 --- a/MuseScore-3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:678143411342bc7290364f7e7eeaba33ad9391b35cf3b6038861f0691a642d0e -size 59963790 diff --git a/correct-revision.patch b/correct-revision.patch new file mode 100644 index 0000000..b72260a --- /dev/null +++ b/correct-revision.patch @@ -0,0 +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 +@@ -1 +1 @@ +-3543170 ++06a66a2 diff --git a/musescore.changes b/musescore.changes index a782565..4e0edc0 100644 --- a/musescore.changes +++ b/musescore.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Jan 19 15:28:55 UTC 2019 - Cor Blom + +- Update to 3.0.1: + * Improvements + + Redesign of New Score Wizard makes it easier to search + templates, provides better score previews, and significantly + improves accessibility for blind users + + Reworked Mixer UI allows minimizing and making it dockable + + Better automatic placement of hairpins and dynamics + + Better import of 2.X scores + * Fixes + + Properties were not saved properly in a number of cases + + Layout was broken after operations with measure rests and + tuplets + + Time signatures appeared incorrectly in some cases and might + lead to crash + + Using the implode tool on notes connected with slurs led to + crashes + + Editing a barline was applied incorrectly + + Context menu on instrument names didn't appear + + Pages with landscape orientation were cropped when printing + + Playback went crazy on saving + + Tempo was applied incorrectly in certain cases involving + fermatas + + Slurs were lost or detached in some cases + + Autoplacement couldn't be switched off for stems and arpeggio +- Added correct-revision.patch: revision number in the source + tarballs on github is wrong + ------------------------------------------------------------------- Fri Jan 4 14:35:14 UTC 2019 - Cor Blom diff --git a/musescore.spec b/musescore.spec index 8156f11..a2b588e 100644 --- a/musescore.spec +++ b/musescore.spec @@ -23,7 +23,7 @@ %define docdir %{_docdir}/%{name} Name: musescore -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: A WYSIWYG music score typesetter # Musescore code license is GPL-2.0 @@ -32,8 +32,10 @@ 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}/MuseScore-%{version}.tar.gz Source1: %{rname}.desktop +# PATCH-FIX-UPSTREAM: seehttps://github.com/musescore/MuseScore/releases +Patch0: correct-revision.patch BuildRequires: alsa-devel BuildRequires: cmake >= 3.0 BuildRequires: fdupes @@ -72,7 +74,8 @@ 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 rm thirdparty/rtf2html/rtf2html