Accepting request 867765 from home:balping:branches:multimedia:apps

- Updated to 3.6.1
- Removed enable-build-with-qt5.15 patch as building with
  QT 5.15 is now enabled by upstream

OBS-URL: https://build.opensuse.org/request/show/867765
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=87
This commit is contained in:
Cor Blom 2021-01-29 19:13:19 +00:00 committed by Git OBS Bridge
parent f7b0f90224
commit a12010daed
5 changed files with 56 additions and 30 deletions

3
MuseScore-3.6.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca0e71995aeef50f65e52ef93e1663b91d3cbbbd68086ff949fe121da8e3081d
size 68754499

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:554cfbb329b184260efdd9522777b2d8422c21f535d0955720517c37912d9ccf
size 67835667

View File

@ -1,18 +0,0 @@
diff -ur a/build/FindQt5.cmake b/build/FindQt5.cmake
--- a/build/FindQt5.cmake 2021-01-14 14:33:11.000000000 +0100
+++ b/build/FindQt5.cmake 2021-01-15 13:28:45.346084556 +0100
@@ -36,14 +36,6 @@
)
endif(WIN32)
-# For Windows, because of these lines, for some unknown reason, the build of the .msi package fails.
-if(NOT ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows")
- find_package(Qt5Core 5.15.0 QUIET)
- if (Qt5Core_FOUND)
- message(FATAL_ERROR "MuseScore 3 does not support Qt 5.15: 5.15.0 shows empty palettes panel, 5.15.1 and later crash when opening pre-3.6 scores due to QTBUG-77337")
- endif()
-endif()
-
find_package(Qt5Core ${QT_MIN_VERSION} REQUIRED)
foreach(_component ${_components})

View File

@ -1,3 +1,50 @@
-------------------------------------------------------------------
Fri Jan 29 16:37:39 UTC 2021 - Balázs Dura-Kovács
- Updated to 3.6.1
* Fixed a crash on open of a file with start repeat in
continuous view
* Fixed an issue when switching tabs when opening a score while
"Score migration dialog" is open
* Fixed crashes when rearranging instrument positions and changing
Ordering
* Fixed an issue where the window is marked as modified, even when
the last score is closed
* Fixed a crash when opening scores with large orchestration
created in older versions of MuseScore
* Fixed an issue with incorrect order of Violins in
Orchestra template
* Fixed a crash when hiding palettes
* Fixed an export failure when part name contains a slash
* Fixed an issue where spacers do not function when vertical
justification is enabled
* Added an option to Copy SMuFL Symbol Code for symbols in
Master Palette
* Clef changes are no longer visible on hidden staves
* Fixed an issue where first system indentation can cause
measures to not fit on system
* Fixed an issue with wrong key signatures upon
"Reset Al Styles" in concert pitch scores
* Display symbols' SMuFL name in Symbols Palette
* Removed corner radius from new default rehearsal mark style
* Fixed an issue where custom style defaults are ignored when
creating new score from template
* Fixed an issue where applying a key change to a selection causes
a crash when transposing instruments are involved
* Fixed an issue where an incomplete voice in local time signature
leads to corruption upon import
* Fixed an issue where swapping notes in a two-note tremolo causes
corrupted tremolo, and crash
* Fixed an issue where two-note tremolos display incorrectly
on a stave with custom scale
* Fixed an issue where measure number offset changes on reload
* It is now possible to copy/paste the LetRing, PalmMute and
Vibrato elements
* The link on "Score migration dialog" now leads to Bilibili
if using Chinese
- Removed enable-build-with-qt5.15 patch as building with
QT 5.15 is now enabled by upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 19 11:04:54 UTC 2021 - Cor Blom <cornelis@solcon.nl> Tue Jan 19 11:04:54 UTC 2021 - Cor Blom <cornelis@solcon.nl>

View File

@ -18,11 +18,11 @@
%define rname mscore %define rname mscore
%define version_lesser 3.6 %define version_lesser 3.6
%define revision 1977cb3 %define revision d0fc8e9
%define fontdir %{_datadir}/fonts/%{name} %define fontdir %{_datadir}/fonts/%{name}
%define docdir %{_docdir}/%{name} %define docdir %{_docdir}/%{name}
Name: musescore Name: musescore
Version: 3.6 Version: 3.6.1
Release: 0 Release: 0
Summary: A WYSIWYG music score typesetter Summary: A WYSIWYG music score typesetter
# Musescore code license is GPL-2.0 # Musescore code license is GPL-2.0
@ -33,13 +33,10 @@ Group: Productivity/Multimedia/Sound/Editors and Convertors
URL: https://musescore.org URL: https://musescore.org
Source0: https://github.com/musescore/MuseScore/archive/v%{version}/MuseScore-%{version}.tar.gz Source0: https://github.com/musescore/MuseScore/archive/v%{version}/MuseScore-%{version}.tar.gz
Source1: %{rname}.desktop Source1: %{rname}.desktop
# Force build with Qt 5.15, despite reported problems.
# See: https://github.com/musescore/MuseScore/pull/7119
Patch0: enable-build-with-qt515.patch
# PATCH-FIX-OPENSUSE: openSUSE has qmake-qt5 qmake was reserved for qt4, which is no longer present # PATCH-FIX-OPENSUSE: openSUSE has qmake-qt5 qmake was reserved for qt4, which is no longer present
Patch1: use-qtmake-qt5.patch Patch0: use-qtmake-qt5.patch
# PATCH-FIX-OPENSUSE: don't install qtwebengine files, they are not needed # PATCH-FIX-OPENSUSE: don't install qtwebengine files, they are not needed
Patch2: use-system-qtwebengine-files.patch Patch1: use-system-qtwebengine-files.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -152,7 +149,7 @@ install -p -m 644 fonts/petaluma/PetalumaText.otf %{buildroot}/%{fontdir}
# unique names for font docs # unique names for font docs
mv fonts/edwin/README.md fonts/edwin/README.md.edwin mv fonts/edwin/README.md fonts/edwin/README.md.edwin
mv fonts/edwin/GPL_LICENSE.txt fonts/edwin/GPL_LICENSE.txt.edwin mv fonts/edwin/GPL_LICENSE.txt fonts/edwin/GPL_LICENSE.txt.edwin
mv fonts/edwin/LICENSE.md fonts/edwin/LICENSE.md.edwin mv fonts/edwin/LICENSE.txt fonts/edwin/LICENSE.txt.edwin
mv fonts/leland/README.md fonts/leland/README.md.leland mv fonts/leland/README.md fonts/leland/README.md.leland
mv fonts/leland/LICENSE.txt fonts/leland/LICENSE.txt.leland mv fonts/leland/LICENSE.txt fonts/leland/LICENSE.txt.leland
@ -247,7 +244,7 @@ install -p -m 644 share/wallpaper/COPYRIGHT %{buildroot}%docdir/COPYIN
# see section 'unique names for font docs' above # see section 'unique names for font docs' above
%doc fonts/edwin/README.md.edwin %doc fonts/edwin/README.md.edwin
%doc fonts/edwin/GPL_LICENSE.txt.edwin %doc fonts/edwin/GPL_LICENSE.txt.edwin
%doc fonts/edwin/LICENSE.md.edwin %doc fonts/edwin/LICENSE.txt.edwin
%doc fonts/leland/README.md.leland %doc fonts/leland/README.md.leland
%doc fonts/leland/LICENSE.txt.leland %doc fonts/leland/LICENSE.txt.leland