Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package musescore for openSUSE:Factory checked in at 2026-08-28 19:47:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/musescore (Old) and /work/SRC/openSUSE:Factory/.musescore.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "musescore" Fri Aug 28 19:47:52 2026 rev:57 rq:1374143 version:4.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/musescore/musescore.changes 2026-08-11 17:14:37.639668473 +0200 +++ /work/SRC/openSUSE:Factory/.musescore.new.1265/musescore.changes 2026-08-28 19:48:25.049147404 +0200 @@ -1,0 +2,11 @@ +Thu Aug 27 20:00:19 UTC 2026 - Cor Blom <[email protected]> + +- Revert new dependcies for now to make it build + +------------------------------------------------------------------- +Thu Aug 27 17:36:41 UTC 2026 - Edgar Aichinger <[email protected]> + +- add musescore-styleddropdownnavigation.patch (from Fedora, fixes qml issues) +- enable building mnx import/export plugin (new deps: mnxdom and json-schema-validator) + +------------------------------------------------------------------- New: ---- musescore-styleddropdownnavigation.patch ----------(New B)---------- New: - add musescore-styleddropdownnavigation.patch (from Fedora, fixes qml issues) - enable building mnx import/export plugin (new deps: mnxdom and json-schema-validator) ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ musescore.spec ++++++ --- /var/tmp/diff_new_pack.UZf1EI/_old 2026-08-28 19:48:27.299226053 +0200 +++ /var/tmp/diff_new_pack.UZf1EI/_new 2026-08-28 19:48:27.302226158 +0200 @@ -64,6 +64,7 @@ Source5: README.SUSE # Patch for CVE-2025-56225 Patch0: musescore-CVE-2025-56225.patch +Patch1: musescore-styleddropdownnavigation.patch BuildRequires: cmake BuildRequires: fdupes %if 0%{?suse_version} < 1560 && 0%{?sle_version} <= 150600 @@ -106,6 +107,7 @@ BuildRequires: cmake(Qt6WebSockets) BuildRequires: cmake(Qt6Widgets) BuildRequires: cmake(Qt6Xml) +#BuildRequires: cmake(nlohmann_json_schema_validator) BuildRequires: cmake(tinyxml2) BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(flac) @@ -119,6 +121,7 @@ BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse-mainloop-glib) BuildRequires: pkgconfig(libpulse-simple) +#BuildRequires: pkgconfig(mnxdom) BuildRequires: pkgconfig(ogg) BuildRequires: pkgconfig(opus) BuildRequires: pkgconfig(portaudio-2.0) ++++++ musescore-styleddropdownnavigation.patch ++++++ --- 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
