From a30c48d833b6edebfb672a6789e86d7e73acfdff Mon Sep 17 00:00:00 2001 From: Luboš Uhliarik Date: Mar 30 2016 11:09:44 +0000 Subject: new version 4.7.0 --- diff --git a/.gitignore b/.gitignore index 6d041a7..0440ac7 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ lftp-4.0.10.tar.xz /lftp-4.6.1.tar.xz /lftp-4.6.4.tar.xz /lftp-4.6.5.tar.xz +/lftp-4.7.0.tar.xz diff --git a/lftp.spec b/lftp.spec index 5162809..f92a242 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,10 +1,10 @@ Summary: A sophisticated file transfer program Name: lftp -Version: 4.6.5 -Release: 3%{?dist} +Version: 4.7.0 +Release: 1%{?dist} License: GPLv3+ Group: Applications/Internet -Source0: ftp://ftp.yar.ru/pub/source/%{name}/%{name}-%{version}.tar.xz +Source0: http://lftp.yar.ru/ftp/%{name}-%{version}.tar.xz URL: http://lftp.yar.ru/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext @@ -38,10 +38,7 @@ sed -i.norpath -e \ configure %build -%configure --with-modules --disable-static --with-gnutls --without-openssl --with-debug \ -%if "%{version}" == "4.6.5" -CXX="%{__cxx} -std=gnu++03" -%endif +%configure --with-modules --disable-static --with-gnutls --without-openssl --with-debug make %{?_smp_mflags} %install @@ -96,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 30 2016 Luboš Uhliarik - 4.7.0-1 +- new version 4.7.0 + * Fri Feb 19 2016 Ralf Corsépius - 4.6.5-3 - Compile with "g++ -std=gnu++03" (F24FTBFS, RHBZ#1307711). diff --git a/sources b/sources index 8b8c91b..dc23c72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -39507c331a987e0534acf75a4c3824a0 lftp-4.6.5.tar.xz +090595bc34b88f32e7914afe3ac923f7 lftp-4.7.0.tar.xz