From e8634e924cd0f00773e5e5e306f06bed6f162fdc Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Aug 26 2020 20:21:17 +0000 Subject: - Do not force C++11 mode - Adjust for F33 cmake macro changes --- diff --git a/scantailor.spec b/scantailor.spec index 1878ef8..1544597 100644 --- a/scantailor.spec +++ b/scantailor.spec @@ -1,6 +1,7 @@ +%global __cmake_in_source_build 1 Name: scantailor Version: 0.9.11.1 -Release: 28%{?dist} +Release: 29%{?dist} Summary: An interactive post-processing tool for scanned pages License: GPLv3+ or LGPLv2.1 @@ -43,7 +44,6 @@ project. %patch3 -p1 -b .f30-buildfaulures %build -export CXXFLAGS="-std=c++11 $RPM_OPT_FLAGS" %cmake . -DEXTRA_LIBS=Xrender -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="/usr" make %{?_smp_mflags} mv resources/icons/COPYING resources/icons/COPYING-icons @@ -68,6 +68,10 @@ make tests %{_datadir}/icons/hicolor/scalable/apps/scantailor.svg %changelog +* Wed Aug 26 2020 Jeff Law - 0.9.11.1-29 +- Do not force C++11 mode +- Adjust for F33 cmake macro changes + * Sat Aug 01 2020 Fedora Release Engineering - 0.9.11.1-28 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild