rpms/filezilla/devel FileZilla_3.0.8.1-test.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 filezilla.spec, 1.6, 1.7

Chauvet (kwizart) fedora-extras-commits at redhat.com
Fri Mar 21 12:47:49 UTC 2008


Author: kwizart

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

Modified Files:
	.cvsignore sources filezilla.spec 
Added Files:
	FileZilla_3.0.8.1-test.patch 
Log Message:
- Update to 3.0.8.1
- Add patch for make check


FileZilla_3.0.8.1-test.patch:

--- NEW FILE FileZilla_3.0.8.1-test.patch ---
--- FileZilla3/trunk/tests/dirparsertest.cpp	2008/03/15 15:24:09	2190
+++ FileZilla3/trunk/tests/dirparsertest.cpp	2008/03/18 15:55:41	2214
@@ -1257,7 +1257,7 @@
 	wxString msg = wxString::Format(_T("Data: %s, count: %d"), wxString(entry.data.c_str(), wxConvUTF8).c_str(), listing.GetCount());
 	msg.Replace(_T("\r"), _T(""));
 	msg.Replace(_T("\n"), _T(""));
-	const wxWX2MBbuf mb_buf = msg.mb_str(wxConvUTF8);
+	wxWX2MBbuf mb_buf = msg.mb_str(wxConvUTF8);
 	CPPUNIT_ASSERT_MESSAGE((const char*)mb_buf, listing.GetCount() == 1);
 
 	msg = wxString::Format(_T("Data: %s  Expected:\n%s\n  Got:\n%s"), wxString(entry.data.c_str(), wxConvUTF8).c_str(), entry.reference.dump().c_str(), listing[0].dump().c_str());



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	20 Feb 2008 19:33:19 -0000	1.6
+++ .cvsignore	21 Mar 2008 12:47:12 -0000	1.7
@@ -1 +1 @@
-FileZilla_3.0.7.1_src.tar.bz2
+FileZilla_3.0.8.1_src.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	20 Feb 2008 19:33:19 -0000	1.6
+++ sources	21 Mar 2008 12:47:12 -0000	1.7
@@ -1 +1 @@
-32f003b448e28268ac4d6c08edac5163  FileZilla_3.0.7.1_src.tar.bz2
+465de8637065886ad07048c97385a387  FileZilla_3.0.8.1_src.tar.bz2


Index: filezilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/filezilla.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- filezilla.spec	20 Feb 2008 19:33:19 -0000	1.6
+++ filezilla.spec	21 Mar 2008 12:47:12 -0000	1.7
@@ -1,12 +1,13 @@
 Name:           filezilla
-Version:        3.0.7.1
+Version:        3.0.8.1
 Release:        1%{?dist}
 Summary:        FileZilla FTP, FTPS and SFTP client
 
 Group:          Applications/Internet
 License:        GPLv2+
-URL:            http://filezilla.sourceforge.net/
+URL:            http://filezilla-project.org/
 Source0:        http://downloads.sourceforge.net/%{name}/FileZilla_%{version}_src.tar.bz2
+Patch0:         FileZilla_3.0.8.1-test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## Needed if autogen.sh is invoked
@@ -37,7 +38,8 @@
 
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}
+%patch0 -p2 -b .test
 
 # Run autotools if needed
 # sh autogen.sh
@@ -95,6 +97,16 @@
 
 
 %changelog
+* Tue Mar 18 2008 kwizart < kwizart at gmail.com > - 3.0.8.1-1
+- Update to 3.0.8.1
+- Add patch for make check
+
+* Fri Mar 14 2008 kwizart < kwizart at gmail.com > - 3.0.8-1
+- Update to 3.0.8
+
+* Fri Mar  7 2008 kwizart < kwizart at gmail.com > - 3.0.8-0.1.rc1
+- Update to 3.0.8-rc1
+
 * Thu Feb 20 2008 kwizart < kwizart at gmail.com > - 3.0.7.1-1
 - Update to 3.0.7.1
 




More information about the fedora-extras-commits mailing list