Hello community, here is the log from the commit of package musescore for openSUSE:Factory checked in at 2019-01-24 14:12:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/musescore (Old) and /work/SRC/openSUSE:Factory/.musescore.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "musescore" Thu Jan 24 14:12:46 2019 rev:3 rq:667674 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/musescore/musescore.changes 2019-01-21 10:46:52.796274198 +0100 +++ /work/SRC/openSUSE:Factory/.musescore.new.28833/musescore.changes 2019-01-24 14:12:48.075404973 +0100 @@ -1,0 +2,30 @@ +Sat Jan 19 15:28:55 UTC 2019 - Cor Blom <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- MuseScore-3.0.tar.gz New: ---- MuseScore-3.0.1.tar.gz correct-revision.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ musescore.spec ++++++ --- /var/tmp/diff_new_pack.aMiz6z/_old 2019-01-24 14:12:49.851402924 +0100 +++ /var/tmp/diff_new_pack.aMiz6z/_new 2019-01-24 14:12:49.855402920 +0100 @@ -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 @@ 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 @@ 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 ++++++ MuseScore-3.0.tar.gz -> MuseScore-3.0.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/musescore/MuseScore-3.0.tar.gz /work/SRC/openSUSE:Factory/.musescore.new.28833/MuseScore-3.0.1.tar.gz differ: char 14, line 1 ++++++ correct-revision.patch ++++++ --- 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
