new version 4.7.0

This commit is contained in:
Luboš Uhliarik 2016-03-30 12:08:49 +02:00
parent 766e7b6b24
commit a30c48d833
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <luhliari@redhat.com> - 4.7.0-1
- new version 4.7.0
* Fri Feb 19 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 4.6.5-3
- Compile with "g++ -std=gnu++03" (F24FTBFS, RHBZ#1307711).

View File

@ -1 +1 @@
39507c331a987e0534acf75a4c3824a0 lftp-4.6.5.tar.xz
090595bc34b88f32e7914afe3ac923f7 lftp-4.7.0.tar.xz