From 6e2036dfd9771fb46a17a17eeb28f077da75254bfbac2d2726e6cdbfc646c426 Mon Sep 17 00:00:00 2001 From: Cor Blom Date: Wed, 19 Aug 2020 10:30:38 +0000 Subject: [PATCH] - Update to 3.5: * New features: - Option available in Preferences for playback of chord symbols - Mid-staff instrument changes now do almost everything automatically - Support for Orca (Linux) screenreader - Hairpins, voltas, and other lines now adapt anchor points when dragged - Splash screen displays progress messages while loading MuseScore - Diatonic pitch up/down (keep degree alterations) shortcuts - Select Similar Elements: Same Beat - New Score Wizard now automatically numbers instruments - Property for beam style of tremolo (all strokes attached to stem) - Style for hiding brackets which span to a single staff when empty staves are hidden - Properties and styles for measure number positioning, including cantered and below staff - Property and style for position of multimeasure rest numbers - Property for fretboard diagram rotation * Improvements and fixes. For details see : https://github.com/musescore/MuseScore/releases/tag/v3.5 - update correct-revision.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=76 --- MuseScore-3.4.2.tar.gz | 3 --- MuseScore-3.5.tar.gz | 3 +++ correct-revision.patch | 2 +- musescore.changes | 28 ++++++++++++++++++++++++++++ musescore.spec | 5 ++--- 5 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 MuseScore-3.4.2.tar.gz create mode 100644 MuseScore-3.5.tar.gz diff --git a/MuseScore-3.4.2.tar.gz b/MuseScore-3.4.2.tar.gz deleted file mode 100644 index f91e9da..0000000 --- a/MuseScore-3.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2604aa9db0b9e8ac3b067aeb98effce07f29e8ea510729d7a76f66e0c4e3f95d -size 62960426 diff --git a/MuseScore-3.5.tar.gz b/MuseScore-3.5.tar.gz new file mode 100644 index 0000000..46be048 --- /dev/null +++ b/MuseScore-3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6456ab92298a19b08dddc478d2d7f7847c1bbe104a13963efa6d24b752bb30a7 +size 66798006 diff --git a/correct-revision.patch b/correct-revision.patch index b99c853..c83f241 100644 --- a/correct-revision.patch +++ b/correct-revision.patch @@ -2,4 +2,4 @@ +++ b/mscore/revision.h @@ -1 +1 @@ -3543170 -+148e43f ++43c5553 diff --git a/musescore.changes b/musescore.changes index 98f7567..347ce2d 100644 --- a/musescore.changes +++ b/musescore.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Aug 19 10:08:27 UTC 2020 - Cor Blom + +- Update to 3.5: + * New features: + - Option available in Preferences for playback of chord symbols + - Mid-staff instrument changes now do almost everything + automatically + - Support for Orca (Linux) screenreader + - Hairpins, voltas, and other lines now adapt anchor points + when dragged + - Splash screen displays progress messages while loading MuseScore + - Diatonic pitch up/down (keep degree alterations) shortcuts + - Select Similar Elements: Same Beat + - New Score Wizard now automatically numbers instruments + - Property for beam style of tremolo (all strokes attached to + stem) + - Style for hiding brackets which span to a single staff when + empty staves are hidden + - Properties and styles for measure number positioning, including + cantered and below staff + - Property and style for position of multimeasure rest numbers + - Property for fretboard diagram rotation + * Improvements and fixes. + For details see : + https://github.com/musescore/MuseScore/releases/tag/v3.5 +- update correct-revision.patch + ------------------------------------------------------------------- Mon Apr 27 19:18:01 UTC 2020 - Bernhard Wiedemann diff --git a/musescore.spec b/musescore.spec index 42f4c73..39f38c3 100644 --- a/musescore.spec +++ b/musescore.spec @@ -17,11 +17,11 @@ %define rname mscore -%define version_lesser 3.4 +%define version_lesser 3.5 %define fontdir %{_datadir}/fonts/%{name} %define docdir %{_docdir}/%{name} Name: musescore -Version: 3.4.2 +Version: 3.5 Release: 0 Summary: A WYSIWYG music score typesetter # Musescore code license is GPL-2.0 @@ -62,7 +62,6 @@ BuildRequires: pkgconfig(Qt5Sql) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5UiTools) -# TODO: why does it fail with qtwebengine? BuildRequires: pkgconfig(Qt5WebEngine) BuildRequires: pkgconfig(Qt5WebEngineCore) BuildRequires: pkgconfig(Qt5WebEngineWidgets)