rpms/filezilla/devel FileZilla_3.1.0-socket.patch, NONE, 1.1 filezilla.spec, 1.15, 1.16 sources, 1.14, 1.15 .cvsignore, 1.11, 1.12

Chauvet Nicolas (kwizart) fedora-extras-commits at redhat.com
Mon Jul 14 16:13:11 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/filezilla/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19734

Modified Files:
	filezilla.spec sources .cvsignore 
Added Files:
	FileZilla_3.1.0-socket.patch 
Log Message:
- Update to 3.1.0-beta2



FileZilla_3.1.0-socket.patch:

--- NEW FILE FileZilla_3.1.0-socket.patch ---
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 <cppunit/extensions/HelperMacros.h>
 #include <list>
+#include <sys/socket.h>
 
 /*
  * This testsuite asserts the correctness of the


Index: filezilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/filezilla.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- filezilla.spec	8 Jul 2008 09:31:07 -0000	1.15
+++ filezilla.spec	14 Jul 2008 16:10:41 -0000	1.16
@@ -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 @@
 
 
 %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 @@
 
 
 %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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	8 Jul 2008 09:31:07 -0000	1.14
+++ sources	14 Jul 2008 16:10:41 -0000	1.15
@@ -1 +1 @@
-a0b7af162648ade8f593604913b6eedd  FileZilla_3.0.11.1_src.tar.bz2
+0be04004b138a80f7a4d94bfd82cb69d  FileZilla_3.1.0-beta2_src.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	8 Jul 2008 09:31:07 -0000	1.11
+++ .cvsignore	14 Jul 2008 16:10:41 -0000	1.12
@@ -1 +1 @@
-FileZilla_3.0.11.1_src.tar.bz2
+FileZilla_3.1.0-beta2_src.tar.bz2




More information about the scm-commits mailing list