forked from pool/musescore
Accepting request 748356 from multimedia:apps
- Update to 3.3.1: * MuseScore crashed on startup in some cases on Windows 7 * Palettes were incorrectly placed when using multiple HighDPI monitors and scaling * Palettes disappeared on Ubuntu 18.04 in some cases - Update correct-revision.patch - Remove line from spec to remove rtf2html binary: it is no longer part of the source tarball OBS-URL: https://build.opensuse.org/request/show/748356 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/musescore?expand=0&rev=13
This commit is contained in:
commit
97a635f701
3
MuseScore-3.3.1.tar.gz
Normal file
3
MuseScore-3.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb010f4e0657a1bc647587007dafe2d372ae0da1119f7208bf47b3b6f6d498e4
|
||||
size 62806745
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8da08e31e7e6ab438a2a48f2525d967d544cb2540b6ecff56fcc65d00754e281
|
||||
size 64453809
|
@ -2,4 +2,4 @@
|
||||
+++ b/mscore/revision.h
|
||||
@@ -1 +1 @@
|
||||
-3543170
|
||||
+4761df6
|
||||
+824af4c
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 14:26:14 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- Update to 3.3.1:
|
||||
* MuseScore crashed on startup in some cases on Windows 7
|
||||
* Palettes were incorrectly placed when using multiple HighDPI
|
||||
monitors and scaling
|
||||
* Palettes disappeared on Ubuntu 18.04 in some cases
|
||||
- Update correct-revision.patch
|
||||
- Remove line from spec to remove rtf2html binary: it is no longer
|
||||
part of the source tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 08:44:37 UTC 2019 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define fontdir %{_datadir}/fonts/%{name}
|
||||
%define docdir %{_docdir}/%{name}
|
||||
Name: musescore
|
||||
Version: 3.3.0
|
||||
Version: 3.3.1
|
||||
Release: 0
|
||||
Summary: A WYSIWYG music score typesetter
|
||||
# Musescore code license is GPL-2.0
|
||||
@ -30,7 +30,7 @@ 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: see https://github.com/musescore/MuseScore/releases
|
||||
Patch0: correct-revision.patch
|
||||
@ -95,12 +95,9 @@ 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
|
||||
|
||||
# fix EOL encoding
|
||||
sed 's/\r$//' fonts/bravura/OFL-FAQ.txt > tmpfile
|
||||
touch -r fonts/bravura/OFL-FAQ.txt tmpfile
|
||||
|
Loading…
Reference in New Issue
Block a user