From 84a9ea9ba56ef9f8d76ffbb4809f958920b231c0 Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Tue, 22 Nov 2022 13:37:01 +0100 Subject: [PATCH] Updates gcc-toolset version from 11 to 12 --- keepassxc.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/keepassxc.spec b/keepassxc.spec index de24ce7..c6245a7 100644 --- a/keepassxc.spec +++ b/keepassxc.spec @@ -3,7 +3,7 @@ Name: keepassxc Version: 2.7.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross-platform password manager License: Boost and BSD and CC0 and GPLv3 and LGPLv2 and LGPLv2+ and LGPLv3+ and Public Domain URL: http://www.keepassxc.org/ @@ -39,8 +39,8 @@ BuildRequires: botan2-devel BuildRequires: cmake >= 3.1 BuildRequires: desktop-file-utils %if 0%{?el8} -BuildRequires: gcc-toolset-11-gcc-c++ -BuildRequires: gcc-toolset-11-annobin-plugin-gcc +BuildRequires: gcc-toolset-12-gcc-c++ +BuildRequires: gcc-toolset-12-annobin-plugin-gcc %else BuildRequires: gcc-c++ %endif @@ -125,7 +125,7 @@ sed -i '/type="contribute"/d' ./share/linux/org.keepassxc.KeePassXC.appdata.xml %build %if 0%{?el8} -. /opt/rh/gcc-toolset-11/enable +. /opt/rh/gcc-toolset-12/enable %endif # -DWITH_XC_DOCS=OFF is needed on EL due missing rubygem-asciidoctor # For EL8 missing rubygem-asciidoctor read @@ -189,6 +189,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.%{nam %{_mandir}/man1/%{name}.1* %changelog +* Tue Nov 22 2022 Germano Massullo - 2.7.4-4 +- Updates gcc-toolset version from 11 to 12 + * Mon Nov 21 2022 Mikel Olasagasti Uranga - 2.7.4-3 - Fix builds for EPEL and F35