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:
parent
c238c3217d
commit
c816988231
3
MuseScore-3.0.1.tar.gz
Normal file
3
MuseScore-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02fe4a8dce3eaaa0089866a395e43009d518594b55f4915767df637f294a82d0
|
||||
size 60166011
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:678143411342bc7290364f7e7eeaba33ad9391b35cf3b6038861f0691a642d0e
|
||||
size 59963790
|
5
correct-revision.patch
Normal file
5
correct-revision.patch
Normal file
@ -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
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 15:28:55 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- 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 <cornelis@solcon.nl>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user