forked from pool/musescore
Accepting request 667397 from home:cornelisbb:branches:multimedia:apps
- 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 OBS-URL: https://build.opensuse.org/request/show/667397 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=17
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user