rpms/filezilla/devel filezilla.spec, 1.27, 1.28 .cvsignore, 1.22, 1.23 sources, 1.26, 1.27

Chauvet Nicolas kwizart at fedoraproject.org
Thu Jan 8 14:57:25 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/filezilla/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18737

Modified Files:
	filezilla.spec .cvsignore sources 
Log Message:
Update to 3.2.0



Index: filezilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/filezilla.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- filezilla.spec	4 Dec 2008 18:06:00 -0000	1.27
+++ filezilla.spec	8 Jan 2009 14:56:54 -0000	1.28
@@ -1,12 +1,14 @@
+#define fz_rc   rc2
+
 Name:           filezilla
-Version:        3.1.6
-Release:        1%{?dist}
+Version:        3.2.0
+Release:        1%{?fz_rc:_%{?fz_rc}}%{?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}%{?fz_rc:-%{?fz_rc}}_src.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## Needed if autogen.sh is invoked
@@ -16,6 +18,8 @@
 BuildRequires:  cppunit-devel >= 1.10.2
 ##
 BuildRequires:  desktop-file-utils
+
+BuildRequires:  dbus-devel
 BuildRequires:  gettext
 BuildRequires:  gnutls-devel >= 2.0.4
 BuildRequires:  libidn-devel
@@ -38,9 +42,7 @@
 
 
 %prep
-%setup -q -n %{name}-%{version}
-
-#sed -i -e 's/2.0.4/1.6.3/' configure.in
+%setup -q -n %{name}-%{version}%{?fz_rc:-%{?fz_rc}}
 
 # Run autotools if needed
 # sh autoconf
@@ -117,6 +119,14 @@
 
 
 %changelog
+* Thu Jan  8 2009 kwizart < kwizart at gmail.com > - 3.2.0-1
+- Update to 3.2.0 stable
+
+* Tue Jan  6 2009 kwizart < kwizart at gmail.com > - 3.2.0-0.1_rc2
+- Update to 3.2.0-rc2
+- Add BR dbus-devel - Needs a fix for gnome-session
+  see http://bugzilla.gnome.org/show_bug.cgi?id=559469
+
 * Thu Dec  4 2008 kwizart < kwizart at gmail.com > - 3.1.6-1
 - Update to 3.1.6
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	4 Dec 2008 18:06:00 -0000	1.22
+++ .cvsignore	8 Jan 2009 14:56:54 -0000	1.23
@@ -1 +1 @@
-FileZilla_3.1.6_src.tar.bz2
+FileZilla_3.2.0_src.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/filezilla/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	4 Dec 2008 18:06:00 -0000	1.26
+++ sources	8 Jan 2009 14:56:54 -0000	1.27
@@ -1 +1 @@
-c72dffb9a56086f7d94cba045035d77e  FileZilla_3.1.6_src.tar.bz2
+b57fa73db4028b81efc275b911cfc3c2  FileZilla_3.2.0_src.tar.bz2




More information about the fedora-extras-commits mailing list