From a07d5381bd6eda8fb9e68eac5ae0be9e56327fac Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 15:09:12 +0200 Subject: [PATCH] Rebuilt for GCC 5 C++11 ABI change --- lftp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lftp.spec b/lftp.spec index 9267b56..dde1234 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,7 +1,7 @@ Summary: A sophisticated file transfer program Name: lftp Version: 4.6.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv3+ Group: Applications/Internet Source0: ftp://ftp.yar.ru/pub/source/%{name}/%{name}-%{version}.tar.xz @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat May 02 2015 Kalev Lember - 4.6.1-5 +- Rebuilt for GCC 5 C++11 ABI change + * Thu Feb 26 2015 Tomas Hozza - 4.6.1-4 - Don't auto accept remote host SSH fingerprint (new option auto-confirm) (#1180209)