1
0

- Switch to the latest GCC version available in Leap for packages

that can't build with the default compiler

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/kf6-extra-cmake-modules?expand=0&rev=2
This commit is contained in:
2024-02-10 16:20:14 +00:00
committed by Git OBS Bridge
parent a0ea6964dc
commit 966954757c
2 changed files with 10 additions and 4 deletions

View File

@@ -5,6 +5,12 @@ Wed Jan 31 17:49:43 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
* New bugfix release
* For more details see https://kde.org/announcements/megarelease/6/rc2/
-------------------------------------------------------------------
Wed Jan 31 14:42:42 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Switch to the latest GCC version available in Leap for packages
that can't build with the default compiler
-------------------------------------------------------------------
Mon Jan 15 19:57:07 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@@ -44,8 +44,8 @@ BuildRequires: cmake >= 3.16
%if 0%{?suse_version} > 1500
BuildRequires: gcc-c++
%else
BuildRequires: gcc12-c++
BuildRequires: gcc12-PIE
BuildRequires: gcc13-c++
BuildRequires: gcc13-PIE
%endif
BuildRequires: kf6-filesystem
%if "%{flavor}" != "doc"
@@ -53,8 +53,8 @@ Requires: cmake >= 3.16
%if 0%{?suse_version} > 1500
Requires: gcc-c++
%else
Requires: gcc12-c++
Requires: gcc12-PIE
Requires: gcc13-c++
Requires: gcc13-PIE
%endif
# kf6-extra-cmake-modules is used to build both kf5 and kf6 based packages
# it has to require the resp. -filesystem package