rpms/ncftp/EL-5 .cvsignore, 1.5, 1.6 ncftp.spec, 1.11, 1.12 sources, 1.5, 1.6 ncftp-3.0.1-pref.patch, 1.1, NONE ncftp-3.1.8-epsv.patch, 1.1, NONE

Matthias Saou thias at fedoraproject.org
Wed Dec 24 16:07:11 UTC 2008


Author: thias

Update of /cvs/extras/rpms/ncftp/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6187

Modified Files:
	.cvsignore ncftp.spec sources 
Removed Files:
	ncftp-3.0.1-pref.patch ncftp-3.1.8-epsv.patch 
Log Message:
Backport 3.2.2 update to fix #459239.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ncftp/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	5 Feb 2007 13:31:25 -0000	1.5
+++ .cvsignore	24 Dec 2008 16:06:41 -0000	1.6
@@ -1,2 +1 @@
-ncftp-3.2.0-src.tar.bz2
-ncftp-320-v6-20061109b.diff.gz
+ncftp-3.2.2-src.tar.bz2


Index: ncftp.spec
===================================================================
RCS file: /cvs/extras/rpms/ncftp/EL-5/ncftp.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ncftp.spec	5 Feb 2007 13:31:25 -0000	1.11
+++ ncftp.spec	24 Dec 2008 16:06:41 -0000	1.12
@@ -1,18 +1,18 @@
 Summary: Improved console FTP client
 Name: ncftp
-Version: 3.2.0
-Release: 3%{?dist}
+Version: 3.2.2
+Release: 1%{?dist}
 Epoch: 2
-License: Distributable
+License: Artistic clarified
 Group: Applications/Internet
 URL: http://www.ncftp.com/ncftp/
 Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2
-Patch0: ftp://ftp.kame.net/pub/kame/misc/ncftp-320-v6-20061109b.diff.gz
-Patch1: ncftp-3.0.1-pref.patch
+#Patch0: ftp://ftp.kame.net/pub/kame/misc/ncftp-320-v6-20061109b.diff.gz
+Patch1: ncftp-3.2.2-pref.patch
 Patch2: ncftp-3.0.3-resume.patch
 Patch3: ncftp-3.1.5-pmeter.patch
 Patch4: ncftp-3.1.5-ncursesw.patch
-Patch5: ncftp-3.1.8-epsv.patch
+Patch5: ncftp-3.2.2-no_lfs64_source.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: ncurses-devel
 
@@ -24,24 +24,23 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .ipv6
-%patch1 -p0 -b .pref
+#patch0 -p1 -b .ipv6
+%patch1 -p1 -b .pref
 %patch2 -p1 -b .res
 %patch3 -p1 -b .pmeter
 %patch4 -p1 -b .ncursesw
-%patch5 -p1 -b .epsv
+%patch5 -p0 -b .no_lfs64_source
 
 
 %build
-%configure --enable-signals --enable-ipv6
+%configure --enable-signals
 %{__make} STRIPFLAG=""
-%{__rm} -f README.v6.ipv6
 
 
 %install
 %{__rm} -rf %{buildroot}
 %{__mkdir_p} %{buildroot}{%{_bindir},%{_mandir}/man1}
-%makeinstall BINDIR=%{buildroot}%{_bindir}
+%{__make} install DESTDIR=%{buildroot}
 
 
 %clean
@@ -49,8 +48,10 @@
 
 
 %files
-%defattr(-,root,root,0755)
-%doc README* doc/*.txt doc/html/
+%defattr(-,root,root,-)
+%doc README* doc/html/
+%doc doc/CHANGELOG.txt doc/FIREWALLS_AND_PROXIES.txt doc/LICENSE.txt
+%doc doc/READLINE.txt doc/what_changed_between_v2_v3.txt
 %{_bindir}/ncftp
 %{_bindir}/ncftpget
 %{_bindir}/ncftpput
@@ -67,6 +68,26 @@
 
 
 %changelog
+* Fri Aug 29 2008 Matthias Saou <http://freshrpms.net/> 2:3.2.2-1
+- Update to 3.2.2.
+- Include no_lfs64_source from Gentoo to fix the build.
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org>
+- Autorebuild for GCC 4.3
+
+* Fri Aug 17 2007 Matthias Saou <http://freshrpms.net/> 2:3.2.1-1
+- Update to 3.2.1.
+- Drop Kame IPv6 patch, should fix #153019. Upstream doesn't seem to want to
+  support IPv6 just yet, so for people requiring IPv6, switching to lftp or
+  some other alternative is probably best.
+- Drop epsv patch, since it applied on top of the IPv6 patch.
+- Clean up included docs (don't include Windows specific ones).
+
+* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 2:3.2.0-4
+- Update License field.
+- Use DESTDIR install method.
+- Version 3.2.1 is out, but the KAME IPv6 patch hasn't been updated yet.
+
 * Mon Feb  5 2007 Matthias Saou <http://freshrpms.net/> 2:3.2.0-3
 - Update IPv6 patch from 20060806 to 20061109b (getnameinfo vs. getaddrinfo).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ncftp/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	5 Feb 2007 13:31:25 -0000	1.5
+++ sources	24 Dec 2008 16:06:41 -0000	1.6
@@ -1,2 +1 @@
-384b7f01d725c89ccd30692628b3ac1b  ncftp-3.2.0-src.tar.bz2
-54c136bbda91390db22aecb1dc78aeba  ncftp-320-v6-20061109b.diff.gz
+c33da134e5e53b5a3b340e0de5456137  ncftp-3.2.2-src.tar.bz2


--- ncftp-3.0.1-pref.patch DELETED ---


--- ncftp-3.1.8-epsv.patch DELETED ---




More information about the fedora-extras-commits mailing list