Accepting request 1146730 from multimedia:apps
- Update version check for Leap 15.6 so that gcc 12 is used also there OBS-URL: https://build.opensuse.org/request/show/1146730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/musescore?expand=0&rev=42
This commit is contained in:
commit
68dd7275f0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 07:57:52 UTC 2024 - Cor Blom <cornelis@solcon.nl>
|
||||
|
||||
- Update version check for Leap 15.6 so that gcc 12 is used also
|
||||
there
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 1 16:54:53 UTC 2024 - Lubos Kocman <Lubos.Kocman+factory@suse.de>
|
||||
|
||||
|
@ -64,7 +64,7 @@ Source5: README.SUSE
|
||||
Patch0: use-qtmake-qt5.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
%if 0%{?suse_version} < 1550 && 0%{?sle_version} <= 150500
|
||||
%if 0%{?suse_version} < 1560 && 0%{?sle_version} <= 150600
|
||||
BuildRequires: gcc12
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
@ -165,7 +165,7 @@ mv -f tmpfile thirdparty/rtf2html/README.ru
|
||||
%limit_build -m 2000
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version} < 1550 && 0%{?sle_version} <= 150500
|
||||
%if 0%{?suse_version} < 1560 && 0%{?sle_version} <= 150600
|
||||
export CC=gcc-12
|
||||
export CXX=g++-12
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user