public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/musescore] rawhide: Add patch to fix StyledDropdown null references
Date: Mon, 20 Jul 2026 17:55:43 GMT	[thread overview]
Message-ID: <178457014335.1.6960451862989669052.rpms-musescore-1837ecaef76b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/musescore
Branch : rawhide
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=rawhide

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

                 reply	other threads:[~2026-07-20 17:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457014335.1.6960451862989669052.rpms-musescore-1837ecaef76b@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox