Martin Pluskal 2024-03-09 10:41:52 +00:00 committed by Git OBS Bridge
parent b32969f581
commit ffa33b663a
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Mar 9 08:54:52 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Use gcc13 on Leap
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 14 14:16:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com> Wed Feb 14 14:16:11 UTC 2024 - Martin Pluskal <mpluskal@suse.com>

View File

@ -64,7 +64,7 @@ BuildRequires: pkgconfig(python3)
BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(sqlite3)
%{?systemd_ordering} %{?systemd_ordering}
%if 0%{?suse_version} < 1550 %if 0%{?suse_version} < 1550
BuildRequires: gcc12-c++ BuildRequires: gcc13-c++
%endif %endif
%description %description
@ -177,7 +177,8 @@ This package provides automated tests for %{name}-qt5 and %{name}d.
%build %build
autoreconf -fiv autoreconf -fiv
%if 0%{?suse_version} < 1550 %if 0%{?suse_version} < 1550
export CXX=g++-12 export CC=gcc-13
export CXX=g++-13
%endif %endif
%configure \ %configure \
--with-asm=auto \ --with-asm=auto \