diff --git a/goldendict-gcc11.patch b/goldendict-gcc11.patch new file mode 100644 index 0000000..d9fb009 --- /dev/null +++ b/goldendict-gcc11.patch @@ -0,0 +1,12 @@ +diff --git a/ripemd.cc b/ripemd.cc +index 14dd491..044535f 100644 +--- a/ripemd.cc ++++ b/ripemd.cc +@@ -18,6 +18,7 @@ + + #include "ripemd.hh" + ++#include + #include + #include + diff --git a/goldendict.spec b/goldendict.spec index 7291890..feb4465 100644 --- a/goldendict.spec +++ b/goldendict.spec @@ -4,11 +4,12 @@ Name: goldendict Version: 1.5 -Release: 0.29.RC2%{?dist} +Release: 0.30.RC2%{?dist} Summary: A feature-rich dictionary lookup program License: GPLv3+ URL: http://goldendict.org Source0: https://github.com/%{owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz +Patch0: goldendict-gcc11.patch BuildRequires: cmake(Qt5LinguistTools) BuildRequires: cmake(Qt5XmlPatterns) @@ -87,6 +88,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/help %changelog +* Wed Oct 14 2020 Jeff Law - 1.5-0.30.RC2 +- Fix missing #include for gcc-11 + * Tue Sep 29 2020 Vitaly Zaitsev - 1.5-0.29.RC2 - Rebased to dda311c snapshot with different bugfixes.