diff --git a/musescore.changes b/musescore.changes index ce920c4..7ec3627 100644 --- a/musescore.changes +++ b/musescore.changes @@ -10,7 +10,7 @@ Fri Mar 1 13:38:39 UTC 2019 - Cor Blom * Brass Quartet and Brass Quintet templates couldn't be opened - Update to 3.0.3: New - * New crash report facility + * New crash report facility (this is disabled in our build for now) Improvements * Whole score playback can be turned on when in the Part tab using the mixer. Part playback works by default in in the Part tab diff --git a/musescore.spec b/musescore.spec index 99dd187..6b5f421 100644 --- a/musescore.spec +++ b/musescore.spec @@ -100,7 +100,8 @@ chmod -x fonts/gootville/readme.txt %define __builddir build.release %cmake \ -DUSE_SYSTEM_FREETYPE="ON" \ - -DBUILD_WEBENGINE="OFF" + -DBUILD_WEBENGINE="OFF" \ + -DBUILD_CRASH_REPORTER="OFF" %make_jobs lrelease all # Put the desktop file in place for the packaging