forked from pool/musescore
- Update to 3.0.2:
* Improvements + Reworked login screen when using Save Online allows signing in via Facebook and Google and creating an account from within the editor + New easy fingering input mode and other fingering improvements * Fixes + Plugins framework didn't work + Grace notes displayed the wrong size in TAB staves + Default window size was too large on a multi-monitor setup + Color was not available as a text style setting, including issues with coloring lyrics for different voices + Slurs were not exported properly to MusicXML + Tempo text was not imported properly from MusicXML - Updated correct-revision.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=20
This commit is contained in:
parent
c816988231
commit
4fd605f130
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02fe4a8dce3eaaa0089866a395e43009d518594b55f4915767df637f294a82d0
|
||||
size 60166011
|
3
MuseScore-3.0.2.tar.gz
Normal file
3
MuseScore-3.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e8a203f256b48d8be7937b70f0f36a87104ee8359c99d0456627a14a42e2d6b
|
||||
size 60297647
|
@ -2,4 +2,4 @@
|
||||
+++ b/mscore/revision.h 2019-01-15 09:25:30.000000000 +0100
|
||||
@@ -1 +1 @@
|
||||
-3543170
|
||||
+06a66a2
|
||||
+8ca4d2c
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 16:09:53 UTC 2019 - cornelis@solcon.nl
|
||||
|
||||
- Update to 3.0.2:
|
||||
* Improvements
|
||||
+ Reworked login screen when using Save Online allows signing in via
|
||||
Facebook and Google and creating an account from within the editor
|
||||
+ New easy fingering input mode and other fingering improvements
|
||||
* Fixes
|
||||
+ Plugins framework didn't work
|
||||
+ Grace notes displayed the wrong size in TAB staves
|
||||
+ Default window size was too large on a multi-monitor setup
|
||||
+ Color was not available as a text style setting, including issues with
|
||||
coloring lyrics for different voices
|
||||
+ Slurs were not exported properly to MusicXML
|
||||
+ Tempo text was not imported properly from MusicXML
|
||||
- Updated correct-revision.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 19 15:28:55 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
%define docdir %{_docdir}/%{name}
|
||||
|
||||
Name: musescore
|
||||
Version: 3.0.1
|
||||
Version: 3.0.2
|
||||
Release: 0
|
||||
Summary: A WYSIWYG music score typesetter
|
||||
# Musescore code license is GPL-2.0
|
||||
@ -56,6 +56,7 @@ BuildRequires: libsndfile-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: portaudio-devel
|
||||
BuildRequires: portmidi-devel
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: %{name}-fonts = %{version}-%{release}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user