From 0e8fdfa9eca89e8f2afd3117db4b2dfc68c4b043 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: May 03 2018 15:09:45 +0000 Subject: add explicit BR for the gcc-c++ compiler ... as instructed at: https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B --- diff --git a/csdiff.spec b/csdiff.spec index 7bd0ec0..9cba678 100644 --- a/csdiff.spec +++ b/csdiff.spec @@ -1,6 +1,6 @@ Name: csdiff Version: 1.3.3 -Release: 1%{?dist} +Release: 4%{?dist} Summary: Non-interactive tools for processing code scan results in plain-text Group: Applications/Text @@ -10,6 +10,7 @@ Source0: https://github.com/kdudka/csdiff/releases/download/%{name}-%{version BuildRequires: boost-devel BuildRequires: cmake +BuildRequires: gcc-c++ BuildRequires: help2man %description @@ -100,6 +101,9 @@ ctest %{?_smp_mflags} --output-on-failure %endif %changelog +* Mon Feb 19 2018 Kamil Dudka 1.3.3-4 +- add explicit BR for the gcc-c++ compiler + * Mon Jan 15 2018 Kamil Dudka 1.3.3-1 - update to latest upstream release