[filezilla] Update to 3.9.0-rc2

Nicolas Chauvet kwizart at fedoraproject.org
Thu Jul 10 20:54:38 UTC 2014


commit 709488c507151fce032939bb76737893da356678
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Thu Jul 10 22:46:01 2014 +0200

    Update to 3.9.0-rc2

 filezilla.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/filezilla.spec b/filezilla.spec
index 4506d2c..771a86d 100644
--- a/filezilla.spec
+++ b/filezilla.spec
@@ -1,15 +1,14 @@
-#global fz_rc   rc1
+%global fz_rc   rc2
 
 Name:           filezilla
-Version:        3.8.1
-Release:        2%{?dist}
+Version:        3.9.0
+Release:        0.1_rc2%{?dist}
 Summary:        FTP, FTPS and SFTP client
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://filezilla-project.org/
 Source0:        http://download.filezilla-project.org/FileZilla_%{version}%{?fz_rc:-%{?fz_rc}}_src.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ## Needed if autogen.sh is invoked
 #BuildRequires:  automake, autoconf, libtool
@@ -30,7 +29,7 @@ BuildRequires:  sqlite-devel
 #http://sourceforge.net/p/tinyxml/patches/51/
 #BuildRequires:  tinyxml-devel >= 2.5.3
 Provides: bundled(tinyxml) = 2.6.2
-BuildRequires:  wxGTK-devel >= 2.8.9
+BuildRequires:  wxGTK3-devel
 
 
 
@@ -73,7 +72,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p -c"
 
 for i in 16x16 32x32 48x48 ; do
@@ -120,7 +118,6 @@ fi || :
 
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS
 %doc docs/fzdefaults.xml.example
 %dir %{_sysconfdir}/%{name}
@@ -135,6 +132,10 @@ fi || :
 
 
 %changelog
+* 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
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.8.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list