Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package musescore for openSUSE:Factory checked in at 2023-08-30 10:19:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/musescore (Old) and /work/SRC/openSUSE:Factory/.musescore.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "musescore" Wed Aug 30 10:19:35 2023 rev:37 rq:1107806 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/musescore/musescore.changes 2023-08-16 14:17:39.503213628 +0200 +++ /work/SRC/openSUSE:Factory/.musescore.new.1766/musescore.changes 2023-08-30 10:22:16.215974939 +0200 @@ -1,0 +2,12 @@ +Mon Aug 28 14:11:38 UTC 2023 - Cor Blom <corne...@solcon.nl> + +- Add comment to exludearchline + +------------------------------------------------------------------- +Wed Aug 16 18:13:55 UTC 2023 - Cor Blom <corne...@solcon.nl> + +- Build on 15.5 and older with newer gcc to make it build +- Build without explicitly setting revision. This is set automatically. +- Exclude not supported archs: aarch64 ppc64 ppc64le + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ musescore.spec ++++++ --- /var/tmp/diff_new_pack.HMN20p/_old 2023-08-30 10:22:18.500056467 +0200 +++ /var/tmp/diff_new_pack.HMN20p/_new 2023-08-30 10:22:18.504056610 +0200 @@ -22,7 +22,6 @@ %define _lto_cflags %{nil} %define rname mscore %define version_lesser 4.1 -%define revision 5485621 %define fontdir %{_datadir}/fonts/%{name} %define docdir %{_docdir}/%{name} Name: musescore @@ -65,7 +64,12 @@ Patch0: use-qtmake-qt5.patch BuildRequires: cmake BuildRequires: fdupes +%if 0%{?suse_version} < 1550 && 0%{?sle_version} <= 150500 +BuildRequires: gcc12 +BuildRequires: gcc12-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: libqt5-linguist-devel BuildRequires: libqt5-qtbase-private-headers-devel %ifarch ppc64 ppc64le @@ -111,6 +115,9 @@ Requires: libqt5-qtquickcontrols2 Requires: ( alsa-plugins-pulse if pulseaudio ) Requires: ( pipewire-alsa if pipewire ) +# For the following arch build fails in the crashpad client, +# Maybe repairable? Disabled until a solution is found by someone. +ExcludeArch: aarch64 ppc64 ppc64le %description MuseScore is a graphical music typesetter. It allows for note entry on a @@ -158,6 +165,11 @@ %limit_build -m 2000 %endif +%if 0%{?suse_version} < 1550 && 0%{?sle_version} <= 150500 +export CC=gcc-12 +export CXX=g++-12 +%endif + %define __builddir build.release # TODO: # find out what those do: @@ -173,7 +185,6 @@ -DBUILD_JACK:BOOL=ON \ -DBUILD_UPDATE_MODULE:BOOL=OFF \ -DBUILD_CRASHPAD_CLIENT=OFF \ - -DMUSESCORE_REVISION=%{revision} \ -Wno-dev %cmake_build