From 9cfd2b78916c3fc2d8d4a93fac5345b556d14992 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 19 Feb 2018 16:10:04 +0100 Subject: [PATCH] gcc-c++ is no longer in buildroot by default --- splix.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/splix.spec b/splix.spec index 5606a0c..f9b54ae 100644 --- a/splix.spec +++ b/splix.spec @@ -3,7 +3,7 @@ Summary: Driver for QPDL/SPL2 printers (Samsung and several Xerox printers) Name: splix Version: 2.0.1 -Release: 0.34.%{checkout}%{?dist} +Release: 0.35.%{checkout}%{?dist} License: GPLv2 URL: http://splix.sourceforge.net/ @@ -17,6 +17,9 @@ Patch0: splix-deviceID.patch Requires: cups +# gcc-c++ is no longer in buildroot by default +BuildRequires: gcc-c++ + # _cups_serverbin macro BuildRequires: cups-devel @@ -63,6 +66,9 @@ make install DRV_ONLY=1 CUPSDRV=%{_datadir}/cups/drv/splix DESTDIR=%{buildroot} %{_datadir}/cups/drv/splix %changelog +* Mon Feb 19 2018 Zdenek Dohnal - 2.0.1-0.35.20130902svn +- gcc-c++ is no longer in buildroot by default + * Fri Feb 09 2018 Fedora Release Engineering - 2.0.1-0.34.20130902svn - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild