From ee02adb271f12431ff677590b0f4cdf737f50be2 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Dec 06 2020 16:37:25 +0000 Subject: Fix missing #include for gcc-11 --- diff --git a/qca.spec b/qca.spec index 6829827..b20d43b 100644 --- a/qca.spec +++ b/qca.spec @@ -8,11 +8,12 @@ Name: qca Summary: Qt Cryptographic Architecture Version: 2.3.1 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: https://userbase.kde.org/QCA Source0: http://download.kde.org/stable/qca/%{version}/qca-%{version}.tar.xz +Patch0: %{name}-gcc11.patch ## upstream patches @@ -306,6 +307,9 @@ test "$(pkg-config --modversion qca2-qt5)" = "%{version}" %changelog +* Sun Dec 06 2020 Jeff Law - 2.3.1-5 +- Fix missing #include for gcc-11 + * Tue Nov 03 2020 Rex Dieter - 2.3.1-4 - drop botan for f34+ (#1892893)