From 44fde373c9345d41598aadd998aa4442d9fc4fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 5 Mar 2021 11:19:19 +0000 Subject: [PATCH] Remove force C++14 as 1.20.7.1 seems ready for C++17 --- dpkg.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpkg.spec b/dpkg.spec index 3dfd54f..fbc4840 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -179,7 +179,6 @@ EOF chmod +x %{__perl_requires} %build -#export CXXFLAGS="-std=c++14 $RPM_OPT_FLAGS" autoreconf %configure --disable-linker-optimisations \ --with-admindir=%{_localstatedir}/lib/dpkg \ @@ -479,6 +478,7 @@ create_logfile %changelog * Mon Feb 15 2021 Sérgio Basto - 1.20.7.1-1 - Update to 1.20.7.1 (#1811388) +- Remove force C++14 as 1.20.7.1 seems ready for C++17 * Tue Jan 26 2021 Fedora Release Engineering - 1.19.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild