From 7b87fe2c1254f061cda221ea1ee0ec084297828e Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Feb 01 2021 18:24:03 +0000 Subject: Pass -B. to cmake to work around incompatible RPM macro change (#1863525) * Mon Feb 01 2021 Kevin Kofler - 3.1.0-8 - Pass -B. to cmake to work around incompatible RPM macro change (#1863525) --- diff --git a/falkon.spec b/falkon.spec index 52f9fc1..35e83dd 100644 --- a/falkon.spec +++ b/falkon.spec @@ -1,6 +1,6 @@ Name: falkon Version: 3.1.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Modern web browser # Files in src/lib/opensearch and src/lib/3rdparty are GPLv2+ @@ -114,7 +114,7 @@ rm -rf po %build mkdir %{_target_platform} pushd %{_target_platform} -%cmake_kf5 .. +%cmake_kf5 .. -B. popd make %{?_smp_mflags} -C %{_target_platform} @@ -172,6 +172,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.fa %changelog +* Mon Feb 01 2021 Kevin Kofler - 3.1.0-8 +- Pass -B. to cmake to work around incompatible RPM macro change (#1863525) + * Tue Jan 26 2021 Fedora Release Engineering - 3.1.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild