[filezilla] Update to 3.9.0.1

Nicolas Chauvet kwizart at fedoraproject.org
Tue Jul 29 09:50:00 UTC 2014


commit 25afce36d1e76df1993c3f3377f888c76329b5d4
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Jul 29 11:49:47 2014 +0200

    Update to 3.9.0.1

 .gitignore     |    1 +
 filezilla.spec |   13 ++++++++-----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f91821e..59bec0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ FileZilla_3.3.4_src.tar.bz2
 /FileZilla_3.8.0_src.tar.bz2
 /FileZilla_3.8.1_src.tar.bz2
 /FileZilla_3.9.0-rc2_src.tar.bz2
+/FileZilla_3.9.0.1_src.tar.bz2
diff --git a/filezilla.spec b/filezilla.spec
index f65b6bf..8bc7462 100644
--- a/filezilla.spec
+++ b/filezilla.spec
@@ -1,11 +1,11 @@
-%global fz_rc   rc2
+#global fz_rc   rc2
 %if 0%{?fedora} >= 21
 %global _with_wxgtk3 1
 %endif
 
 Name:           filezilla
-Version:        3.9.0
-Release:        0.1_rc2%{?dist}
+Version:        3.9.0.1
+Release:        1%{?dist}
 Summary:        FTP, FTPS and SFTP client
 
 Group:          Applications/Internet
@@ -32,7 +32,7 @@ BuildRequires:  sqlite-devel
 #http://sourceforge.net/p/tinyxml/patches/51/
 #BuildRequires:  tinyxml-devel >= 2.5.3
 Provides: bundled(tinyxml) = 2.6.2
-%if 0%{_with_wxgtk3}
+%if 0%{?_with_wxgtk3}
 BuildRequires:  wxGTK3-devel >= 3.0.1
 %else
 BuildRequires:  wxGTK-devel
@@ -65,7 +65,7 @@ FileZilla is a FTP, FTPS and SFTP client for Linux with a lot of features.
   --enable-locales \
   --disable-manualupdatecheck \
   --with-tinyxml=builtin \
-%if 0%{_with_wxgtk3}
+%if 0%{?_with_wxgtk3}
   --with-wx-config=wx-config-3.0 \
 %endif
   --disable-autoupdatecheck 
@@ -141,6 +141,9 @@ fi || :
 
 
 %changelog
+* Tue Jul 29 2014 Nicolas Chauvet <kwizart at gmail.com> - 3.9.0.1-1
+- Update to 3.9.0.1
+
 * Thu Jul 10 2014 Nicolas Chauvet <kwizart at gmail.com> - 3.9.0-0.1_rc2
 - Update to 3.9.0 rc2
 - Switch to wxGTK3 (use wx-config-3.0)
diff --git a/sources b/sources
index 8e9a0b6..2869df8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52a86e4b8c84d54c165911885dc3370e  FileZilla_3.9.0-rc2_src.tar.bz2
+bfea3d4d451803f45855b64e1a95ddcb  FileZilla_3.9.0.1_src.tar.bz2


More information about the scm-commits mailing list