public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/musescore] f44: Add patch to fix StyledDropdown null references
@ 2026-07-20 19:35 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-07-20 19:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/musescore
Branch : f44
Commit : 1837ecaef76bdeaefe1c863a838ea2929b4fb4b8
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-07-20T11:53:27-06:00
Stats : +35/-10 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/musescore/c/1837ecaef76bdeaefe1c863a838ea2929b4fb4b8?branch=f44
Log:
Add patch to fix StyledDropdown null references
---
diff --git a/musescore-styleddropdownnavigation.patch b/musescore-styleddropdownnavigation.patch
new file mode 100644
index 0000000..3257e39
--- /dev/null
+++ b/musescore-styleddropdownnavigation.patch
@@ -0,0 +1,16 @@
+--- MuseScore-4.7.4/src/framework/uicomponents/qml/Muse/UiComponents/StyledDropdown.qml.orig 2026-07-06 01:52:32.000000000 -0600
++++ MuseScore-4.7.4/src/framework/uicomponents/qml/Muse/UiComponents/StyledDropdown.qml 2026-07-20 11:15:50.635166138 -0600
+@@ -50,10 +50,10 @@ Item {
+
+ property int popupItemsCount: 18
+
+- property alias dropIcon: mainItem.dropIcon
+- property alias label: mainItem.label
++ property alias dropIcon: dropIconItem
++ property alias label: labelItem
+
+- property alias navigation: mainItem.navigation
++ property alias navigation: navCtrl
+
+ property alias isOpened: dropdownLoader.isOpened
+ property alias dropdown: dropdownLoader.dropdown
diff --git a/musescore.spec b/musescore.spec
index a78e4e8..482dbbc 100644
--- a/musescore.spec
+++ b/musescore.spec
@@ -11,29 +11,29 @@
# - Reset to 1 if the version changed
# - Increase by 1 otherwise
%global mscore_font_ver 2.003
-%global mscore_font_rel 42%{?dist}
+%global mscore_font_rel 43%{?dist}
%global mscoretext_font_ver 1.0
-%global mscoretext_font_rel 42%{?dist}
+%global mscoretext_font_rel 43%{?dist}
%global musescoreicon_font_ver 1.0
-%global musescoreicon_font_rel 42%{?dist}
+%global musescoreicon_font_rel 43%{?dist}
%global mscorebc_font_ver 1.0
-%global mscorebc_font_rel 42%{?dist}
+%global mscorebc_font_rel 43%{?dist}
%global mscoretabulature_font_ver 001.000
-%global mscoretabulature_font_rel 42%{?dist}
+%global mscoretabulature_font_rel 43%{?dist}
%global musejazz_font_ver 1.0
-%global musejazz_font_rel 42%{?dist}
+%global musejazz_font_rel 43%{?dist}
%global gootville_font_ver 1.3
-%global gootville_font_rel 42%{?dist}
+%global gootville_font_rel 43%{?dist}
%global gootville_text_font_ver 1.2
-%global gootville_text_font_rel 42%{?dist}
+%global gootville_text_font_rel 43%{?dist}
%global soundfont_ver 0.2.0
-%global soundfont_rel 42%{?dist}
+%global soundfont_rel 43%{?dist}
Name: musescore
Summary: Music Composition & Notation Software
Version: %{musescore_ver}
# IMPORTANT: Change all the release numbers above, too!
-Release: 1%{?dist}
+Release: 2%{?dist}
# The MuseScore project itself is GPL-3.0-only WITH Font-exception-2.0. Other
# licenses in play:
@@ -241,6 +241,9 @@ Patch: %{name}-fluidsynth-2.3.7.patch
Patch: %{name}-CVE-2025-56225.patch
# Enable building with the Fedora VST 3 SDK package
Patch: %{name}-vst.patch
+# Fix a Qt 6.11 problem with StyledDropdown navigation
+# https://github.com/musescore/MuseScore/pull/34204
+Patch: %{name}-styleddropdownnavigation.patch
# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
@@ -766,6 +769,12 @@ EOF
%fontfiles -z 9
%changelog
+* Mon Jul 20 2026 Jerry James <loganjerry@gmail.com> - 4.7.4-2
+- Add patch to fix StyledDropdown null references
+
+* Tue Jul 07 2026 Jerry James <loganjerry@gmail.com> - 4.7.4-1
+- Version 4.7.4
+
* Thu Jun 11 2026 Jerry James <loganjerry@gmail.com> - 4.7.3-1
- Version 4.7.3
- Drop unneeded BuildRequires: dr_libs, gtest, libsndfile
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 19:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:35 [rpms/musescore] f44: Add patch to fix StyledDropdown null references Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox