From cc88cbca5dc7ad5c305c8c88aa343345e1f6585c Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Dec 09 2020 03:56:43 +0000 Subject: Force C++14 as this code is not C++17 ready --- diff --git a/lnav.spec b/lnav.spec index f36163e..60fa144 100644 --- a/lnav.spec +++ b/lnav.spec @@ -1,6 +1,6 @@ Name: lnav Version: 0.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Curses-based tool for viewing and analyzing log files License: BSD @@ -32,7 +32,7 @@ quickly and efficiently zero in on problems. %build %configure --disable-static --disable-silent-rules -%make_build +%make_build CXXFLAGS="%{optflags} -std=c++14" %install %make_install @@ -45,6 +45,9 @@ quickly and efficiently zero in on problems. %{_mandir}/man1/%{name}.1* %changelog +* Tue Dec 08 2020 Jeff Law - 0.9.0-2 +- Force C++14 as this code is not C++17 ready + * Fri Oct 23 2020 Peter Schiffer - 0.9.0-1 - resolves: #1791451 #1822427 updated to 0.9.0