From 4306335deab525f653d52df1ded92b28e9910193 Mon Sep 17 00:00:00 2001 From: Sebastian Kisela Date: Tue, 24 Jul 2018 10:33:10 +0200 Subject: [PATCH] Add explicit gcc-c++ BuildRequires to fix build gcc-c++ has been removed from default buildroot package set. --- pstoedit.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pstoedit.spec b/pstoedit.spec index c6c19c6..c26f68b 100644 --- a/pstoedit.spec +++ b/pstoedit.spec @@ -1,6 +1,6 @@ Name: pstoedit Version: 3.73 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Translates PostScript and PDF graphics into other vector formats Group: Applications/Productivity @@ -18,6 +18,7 @@ BuildRequires: dos2unix BuildRequires: ghostscript BuildRequires: plotutils-devel BuildRequires: automake +BuildRequires: gcc-c++ %ifnarch ia64 BuildRequires: libEMF-devel %endif @@ -87,6 +88,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %changelog +* Tue Jul 24 2018 Sebastian Kisela - 3.73-3 +- Add explicit gcc-c++ BuildRequires, as it has been removed from +the buildroot default packages set. + * Fri Jul 13 2018 Fedora Release Engineering - 3.73-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild