From f8c2e886198f59f4616fd5120dc5387eaa9d2070 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Jul 27 2020 21:44:16 +0000 Subject: Force C++14 as the code is not ready for C++17 --- diff --git a/aiksaurus.spec b/aiksaurus.spec index ad904e9..d9e39bb 100644 --- a/aiksaurus.spec +++ b/aiksaurus.spec @@ -1,6 +1,6 @@ Name: aiksaurus Version: 1.2.1 -Release: 43%{?dist} +Release: 44%{?dist} Summary: An English-language thesaurus library Epoch: 1 @@ -61,6 +61,7 @@ A standalone thesaurus program base on aiksaurus-gtk. %patch1 -p1 %build +export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" %configure sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -109,6 +110,9 @@ desktop-file-install --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE2} %{_datadir}/pixmaps/%{name}.png %changelog +* Mon Jul 27 2020 Jeff Law - 1:1.2.1-44 +- Force C++14 as the code is not ready for C++17 + * Mon Jul 27 2020 Fedora Release Engineering - 1:1.2.1-43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild