- Update to 3.5.1:
* Bugfix release For details see https://github.com/musescore/MuseScore/releases/tag/v3.5.1 - Update use-qtmake-qt5.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/musescore?expand=0&rev=79
This commit is contained in:
parent
f2a6090c86
commit
acd49989c7
3
MuseScore-3.5.1.tar.gz
Normal file
3
MuseScore-3.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e65e8d0cd24ee9dfd4e46d654eda31fb32c76a93d2ed46c6e48ac60b60adace
|
||||
size 66949758
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6456ab92298a19b08dddc478d2d7f7847c1bbe104a13963efa6d24b752bb30a7
|
||||
size 66798006
|
@ -2,4 +2,4 @@
|
||||
+++ b/mscore/revision.h
|
||||
@@ -1 +1 @@
|
||||
-3543170
|
||||
+43c5553
|
||||
+cfb429a
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 7 18:53:36 UTC 2020 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- Update to 3.5.1:
|
||||
* Bugfix release
|
||||
For details see
|
||||
https://github.com/musescore/MuseScore/releases/tag/v3.5.1
|
||||
- Update use-qtmake-qt5.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 19 10:08:27 UTC 2020 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define fontdir %{_datadir}/fonts/%{name}
|
||||
%define docdir %{_docdir}/%{name}
|
||||
Name: musescore
|
||||
Version: 3.5
|
||||
Version: 3.5.1
|
||||
Release: 0
|
||||
Summary: A WYSIWYG music score typesetter
|
||||
# Musescore code license is GPL-2.0
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -ur a/build/FindQt5.cmake b/build/FindQt5.cmake
|
||||
--- a/build/FindQt5.cmake 2019-11-14 08:45:52.000000000 +0100
|
||||
+++ b/build/FindQt5.cmake 2019-11-15 10:58:45.208000000 +0100
|
||||
@@ -37,7 +37,7 @@
|
||||
--- a/build/FindQt5.cmake 2020-10-07 16:33:23.000000000 +0200
|
||||
+++ b/build/FindQt5.cmake 2020-10-08 00:36:33.765299122 +0200
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
include_directories(${QT_INCLUDES})
|
||||
|
||||
@ -10,3 +10,15 @@ diff -ur a/build/FindQt5.cmake b/build/FindQt5.cmake
|
||||
set(_qmake_vars
|
||||
QT_INSTALL_ARCHDATA
|
||||
QT_INSTALL_BINS
|
||||
diff -ur a/CMakeLists.txt b/CMakeLists.txt
|
||||
--- a/CMakeLists.txt 2020-10-07 16:33:23.000000000 +0200
|
||||
+++ b/CMakeLists.txt 2020-10-08 00:35:59.616698386 +0200
|
||||
@@ -25,7 +25,7 @@
|
||||
include(build/functions.cmake) # library of CMake functions ("fn__" namespace)
|
||||
|
||||
# Print Qt version or fail the build if Qt (qmake) is not in PATH.
|
||||
-fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake)
|
||||
+fn__require_program(QMAKE Qt --version "https://musescore.org/en/handbook/developers-handbook/compilation" qmake-qt5)
|
||||
|
||||
set (CI $ENV{CI})
|
||||
if (CI)
|
||||
|
Loading…
Reference in New Issue
Block a user