diff --git a/.cvsignore b/.cvsignore index 0ad5e53..f97fcde 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -FileZilla_3.0.11.1_src.tar.bz2 +FileZilla_3.1.0-beta2_src.tar.bz2 diff --git a/FileZilla_3.1.0-socket.patch b/FileZilla_3.1.0-socket.patch new file mode 100644 index 0000000..9d16c09 --- /dev/null +++ b/FileZilla_3.1.0-socket.patch @@ -0,0 +1,11 @@ +diff -up filezilla-3.1.0-beta2/tests/ipaddress.cpp.socket filezilla-3.1.0-beta2/tests/ipaddress.cpp +--- filezilla-3.1.0-beta2/tests/ipaddress.cpp.socket 2008-07-14 17:51:44.000000000 +0200 ++++ filezilla-3.1.0-beta2/tests/ipaddress.cpp 2008-07-14 17:52:08.000000000 +0200 +@@ -2,6 +2,7 @@ + #include "directorylistingparser.h" + #include + #include ++#include + + /* + * This testsuite asserts the correctness of the diff --git a/filezilla.spec b/filezilla.spec index 68fa535..6d46e09 100644 --- a/filezilla.spec +++ b/filezilla.spec @@ -1,13 +1,14 @@ Name: filezilla -Version: 3.0.11.1 -Release: 1%{?dist} +Version: 3.1.0 +Release: 0.1.beta2%{?dist} Summary: FileZilla FTP, FTPS and SFTP client Group: Applications/Internet License: GPLv2+ URL: http://filezilla-project.org/ -Source0: http://downloads.sourceforge.net/%{name}/FileZilla_%{version}_src.tar.bz2 +Source0: http://downloads.sourceforge.net/%{name}/FileZilla_%{version}-beta2_src.tar.bz2 Patch0: FileZilla_3.0.11-rc1-system.patch +Patch1: FileZilla_3.1.0-socket.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## Needed if autogen.sh is invoked @@ -39,8 +40,9 @@ FileZilla is a FTP, FTPS and SFTP client for Linux with a lot of features. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{version}-beta2 %patch0 -p1 -b .system +%patch1 -p1 -b .socket #sed -i -e 's/2.0.4/1.6.3/' configure.in @@ -122,6 +124,9 @@ fi || : %changelog +* Mon Jul 14 2008 kwizart < kwizart at gmail.com > - 3.1.0-0.1.beta2 +- Update to 3.1.0-beta2 + * Tue Jul 8 2008 kwizart < kwizart at gmail.com > - 3.0.11.1-1 - Update to 3.0.11.1 diff --git a/sources b/sources index 3d9e757..a9d08aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0b7af162648ade8f593604913b6eedd FileZilla_3.0.11.1_src.tar.bz2 +0be04004b138a80f7a4d94bfd82cb69d FileZilla_3.1.0-beta2_src.tar.bz2