public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/musescore] f44: Version 4.7.3
@ 2026-06-11 17:46 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-11 17:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/musescore
Branch : f44
Commit : 1628d886456cbe75dbf4443fbee3abc497a4eb1e
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-11T10:16:57-06:00
Stats : +40/-33 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/musescore/c/1628d886456cbe75dbf4443fbee3abc497a4eb1e?branch=f44
Log:
Version 4.7.3
- Drop unneeded BuildRequires: dr_libs, gtest, libsndfile
---
diff --git a/musescore-include.patch b/musescore-include.patch
index 17f3758..8b4dbe2 100644
--- a/musescore-include.patch
+++ b/musescore-include.patch
@@ -1,5 +1,15 @@
---- MuseScore-4.7.2/src/framework/global/api/apiutils.h.orig 2026-05-25 02:55:43.000000000 -0600
-+++ MuseScore-4.7.2/src/framework/global/api/apiutils.h 2026-05-26 10:34:29.963579618 -0600
+--- MuseScore-4.7.3/src/framework/cloud/internal/abstractcloudservice.cpp.orig 2026-06-08 05:31:38.000000000 -0600
++++ MuseScore-4.7.3/src/framework/cloud/internal/abstractcloudservice.cpp 2026-06-11 06:46:59.812712522 -0600
+@@ -29,6 +29,7 @@
+ #include <QUrlQuery>
+ #include <QHttpMultiPart>
+ #include <QRandomGenerator>
++#include <QTimer>
+
+ #include "clouderrors.h"
+ #include "multiwindows/resourcelockguard.h"
+--- MuseScore-4.7.3/src/framework/global/api/apiutils.h.orig 2026-06-08 05:31:38.000000000 -0600
++++ MuseScore-4.7.3/src/framework/global/api/apiutils.h 2026-06-11 06:46:27.773253388 -0600
@@ -26,6 +26,7 @@
#include <vector>
#include <QString>
@@ -8,8 +18,8 @@
#include "apitypes.h"
#include "iapiengine.h"
---- MuseScore-4.7.2/src/framework/ui/api/keyboardapi.h.orig 2026-05-25 02:55:43.000000000 -0600
-+++ MuseScore-4.7.2/src/framework/ui/api/keyboardapi.h 2026-05-26 10:34:29.963791363 -0600
+--- MuseScore-4.7.3/src/framework/ui/api/keyboardapi.h.orig 2026-06-08 05:31:38.000000000 -0600
++++ MuseScore-4.7.3/src/framework/ui/api/keyboardapi.h 2026-06-11 06:46:27.773499035 -0600
@@ -27,8 +27,8 @@
#include "modularity/ioc.h"
#include "shortcuts/ishortcutscontroller.h"
@@ -20,8 +30,8 @@
namespace muse::api {
class KeyboardApi : public api::ApiObject
{
---- MuseScore-4.7.2/src/framework/uicomponents/qml/Muse/UiComponents/abstracttableviewmodel.cpp.orig 2026-05-25 02:55:43.000000000 -0600
-+++ MuseScore-4.7.2/src/framework/uicomponents/qml/Muse/UiComponents/abstracttableviewmodel.cpp 2026-05-26 10:34:29.963982649 -0600
+--- MuseScore-4.7.3/src/framework/uicomponents/qml/Muse/UiComponents/abstracttableviewmodel.cpp.orig 2026-06-08 05:31:38.000000000 -0600
++++ MuseScore-4.7.3/src/framework/uicomponents/qml/Muse/UiComponents/abstracttableviewmodel.cpp 2026-06-11 06:46:27.773687988 -0600
@@ -22,6 +22,7 @@
#include "abstracttableviewmodel.h"
@@ -30,8 +40,8 @@
#include "internal/tableviewlistcell.h"
---- MuseScore-4.7.2/src/framework/uicomponents/qml/Muse/UiComponents/windowview.h.orig 2026-05-25 02:55:43.000000000 -0600
-+++ MuseScore-4.7.2/src/framework/uicomponents/qml/Muse/UiComponents/windowview.h 2026-05-26 10:34:29.964197410 -0600
+--- MuseScore-4.7.3/src/framework/uicomponents/qml/Muse/UiComponents/windowview.h.orig 2026-06-08 05:31:38.000000000 -0600
++++ MuseScore-4.7.3/src/framework/uicomponents/qml/Muse/UiComponents/windowview.h 2026-06-11 06:46:27.773974261 -0600
@@ -23,6 +23,7 @@
#include <qqmlintegration.h>
@@ -48,8 +58,8 @@
class QQuickCloseEvent;
class QQuickView;
---- MuseScore-4.7.2/src/framework/ui/qml/Muse/Ui/initialletternavigation.cpp.orig 2026-05-25 02:55:43.000000000 -0600
-+++ MuseScore-4.7.2/src/framework/ui/qml/Muse/Ui/initialletternavigation.cpp 2026-05-26 10:34:29.964424413 -0600
+--- MuseScore-4.7.3/src/framework/ui/qml/Muse/Ui/initialletternavigation.cpp.orig 2026-06-08 05:31:38.000000000 -0600
++++ MuseScore-4.7.3/src/framework/ui/qml/Muse/Ui/initialletternavigation.cpp 2026-06-11 06:46:27.774248432 -0600
@@ -26,6 +26,8 @@
#include "navigationpanel.h"
@@ -59,8 +69,8 @@
using namespace muse::ui;
static QSet<Qt::Key> NAVIGATION_KEYS = {
---- MuseScore-4.7.2/src/framework/ui/view/interactiveprovider.cpp.orig 2026-05-25 02:55:43.000000000 -0600
-+++ MuseScore-4.7.2/src/framework/ui/view/interactiveprovider.cpp 2026-05-26 10:34:29.964622031 -0600
+--- MuseScore-4.7.3/src/framework/ui/view/interactiveprovider.cpp.orig 2026-06-08 05:31:38.000000000 -0600
++++ MuseScore-4.7.3/src/framework/ui/view/interactiveprovider.cpp 2026-06-11 06:46:27.774482969 -0600
@@ -29,6 +29,7 @@
#include <QGuiApplication>
#include <QWindow>
@@ -69,8 +79,8 @@
#include "global/async/async.h"
#include "diagnostics/diagnosticutils.h"
---- MuseScore-4.7.2/src/importexport/lyricsexport/internal/lrcwriter.cpp.orig 2026-05-25 02:55:43.000000000 -0600
-+++ MuseScore-4.7.2/src/importexport/lyricsexport/internal/lrcwriter.cpp 2026-05-26 10:34:29.964827714 -0600
+--- MuseScore-4.7.3/src/importexport/lyricsexport/internal/lrcwriter.cpp.orig 2026-06-08 05:31:38.000000000 -0600
++++ MuseScore-4.7.3/src/importexport/lyricsexport/internal/lrcwriter.cpp 2026-06-11 06:46:27.774730741 -0600
@@ -23,6 +23,7 @@
#include "lrcwriter.h"
diff --git a/musescore.spec b/musescore.spec
index 962a60d..037081d 100644
--- a/musescore.spec
+++ b/musescore.spec
@@ -1,5 +1,5 @@
# The version of MuseScore itself
-%global musescore_ver 4.7.2
+%global musescore_ver 4.7.3
%global musescore_maj %{gsub %musescore_ver ^(%d*%.%d*)%..*$ %1}
%global giturl https://github.com/musescore/MuseScore
@@ -11,23 +11,23 @@
# - Reset to 1 if the version changed
# - Increase by 1 otherwise
%global mscore_font_ver 2.003
-%global mscore_font_rel 40%{?dist}
+%global mscore_font_rel 41%{?dist}
%global mscoretext_font_ver 1.0
-%global mscoretext_font_rel 40%{?dist}
+%global mscoretext_font_rel 41%{?dist}
%global musescoreicon_font_ver 1.0
-%global musescoreicon_font_rel 40%{?dist}
+%global musescoreicon_font_rel 41%{?dist}
%global mscorebc_font_ver 1.0
-%global mscorebc_font_rel 40%{?dist}
+%global mscorebc_font_rel 41%{?dist}
%global mscoretabulature_font_ver 001.000
-%global mscoretabulature_font_rel 40%{?dist}
+%global mscoretabulature_font_rel 41%{?dist}
%global musejazz_font_ver 1.0
-%global musejazz_font_rel 40%{?dist}
+%global musejazz_font_rel 41%{?dist}
%global gootville_font_ver 1.3
-%global gootville_font_rel 40%{?dist}
+%global gootville_font_rel 41%{?dist}
%global gootville_text_font_ver 1.2
-%global gootville_text_font_rel 40%{?dist}
+%global gootville_text_font_rel 41%{?dist}
%global soundfont_ver 0.2.0
-%global soundfont_rel 40%{?dist}
+%global soundfont_rel 41%{?dist}
Name: musescore
Summary: Music Composition & Notation Software
@@ -63,8 +63,6 @@ Release: 1%{?dist}
# - code from the utf8cpp header-only library
# BSD-2-Clause
# - code from the picojson header-only library
-# Unlicense OR MIT-0
-# - code from the dr_libs header-only library
# Unlicense OR MIT
# - code from the stb_vorbis header-only library
License: %{shrink:
@@ -76,7 +74,6 @@ License: %{shrink:
LGPL-2.1-or-later AND
MIT AND
BSD-2-Clause AND
- (Unlicense OR MIT-0) AND
(Unlicense OR MIT)
}
URL: https://musescore.org/
@@ -221,7 +218,7 @@ Source7: 65-%{fontpkgname7}.conf
Source8: 65-%{fontpkgname8}.conf
Source9: 65-%{fontpkgname9}.conf
-# Unbundle dr_libs, fdk-aac, ffmpeg, gtest, liblouis, and stb.
+# Unbundle fdk-aac, ffmpeg, gtest, liblouis, and stb.
# We cannot unbundle KDDockWidgets because the Fedora package builds the
# QtWidgets version, but MuseScore needs the QtQuick version.
# See https://bugzilla.redhat.com/show_bug.cgi?id=2227098
@@ -267,7 +264,6 @@ BuildOption(conf): -DMUSE_MODULE_GLOBAL_LOGGER_DEBUGLEVEL:BOOL=OFF
BuildOption(conf): -DMUSE_MODULE_NETWORK_WEBSOCKET:BOOL=ON
BuildOption(conf): -DMUSE_MODULE_VST:BOOL=ON
-BuildRequires: cmake(GTest)
BuildRequires: cmake(Qt6)
BuildRequires: cmake(Qt6Concurrent)
BuildRequires: cmake(Qt6Core)
@@ -290,7 +286,6 @@ BuildRequires: cmake(Qt6WebSockets)
BuildRequires: cmake(Qt6Widgets)
BuildRequires: cmake(Qt6Xml)
BuildRequires: desktop-file-utils
-BuildRequires: dr_libs-static
BuildRequires: ffmpeg-free-devel
BuildRequires: font(bravura)
BuildRequires: font(bravuratext)
@@ -314,7 +309,6 @@ BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(fdk-aac)
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(freetype2)
-BuildRequires: pkgconfig(gmock)
BuildRequires: pkgconfig(harfbuzz)
BuildRequires: pkgconfig(liblouis)
BuildRequires: pkgconfig(libopusenc)
@@ -324,7 +318,6 @@ BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(mnxdom)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(pugixml)
-BuildRequires: pkgconfig(sndfile)
BuildRequires: qt6-doctools
BuildRequires: stb_vorbis-static
BuildRequires: utf8cpp-static
@@ -773,6 +766,10 @@ EOF
%fontfiles -z 9
%changelog
+* Thu Jun 11 2026 Jerry James <loganjerry@gmail.com> - 4.7.3-1
+- Version 4.7.3
+- Drop unneeded BuildRequires: dr_libs, gtest, libsndfile
+
* Tue May 26 2026 Jerry James <loganjerry@gmail.com> - 4.7.2-1
- Version 4.7.2
- Use the cmake declarative buildsystem
diff --git a/sources b/sources
index 83c4d27..191d306 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (MuseScore-4.7.2.tar.gz) = a7739f672071825b18084393ec46cb30d0c303740a72724ee3ef1f7bdcc828054a9b920d021fd639aa747a639adaf48a16a9acdf43dbdb640114174cce2f2791
+SHA512 (MuseScore-4.7.3.tar.gz) = 297782f1b177b49db33ad868b8fac82f7646fe340c6e17b57a14a8573e3f4a6978327a175b3bf50262fad0fc56849121a2650d70d4464392e2e849044b5a2eb1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 17:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 17:46 [rpms/musescore] f44: Version 4.7.3 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox