From 6a3aa7069636ac3615c8b4d022868ea388cdf5ce Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Thu, 26 Apr 2018 16:59:13 +0200 Subject: [PATCH] Added gcc-c++ as an explicit BuildRequires Signed-off-by: Tomas Hozza --- lftp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lftp.spec b/lftp.spec index 57375c7..2db4628 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,13 +1,13 @@ Summary: A sophisticated file transfer program Name: lftp Version: 4.8.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ Group: Applications/Internet Source0: http://lftp.yar.ru/ftp/%{name}-%{version}.tar.xz URL: http://lftp.yar.ru/ BuildRequires: ncurses-devel, gnutls-devel, perl-generators, pkgconfig, readline-devel, gettext -BuildRequires: zlib-devel +BuildRequires: zlib-devel, gcc-c++ BuildRequires: desktop-file-utils Patch1: lftp-4.0.9-date_fmt.patch @@ -97,6 +97,9 @@ desktop-file-install \ %changelog +* Thu Apr 26 2018 Tomas Hozza - 4.8.3-3 +- Added gcc-c++ as an explicit BuildRequires + * Wed Feb 07 2018 Fedora Release Engineering - 4.8.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild