[filezilla] Update to 3.8.0 Add ref about why system tinyxml cannot be used

Nicolas Chauvet kwizart at fedoraproject.org
Wed Apr 9 09:46:41 UTC 2014


commit 852817de2c36b9250e3ee2c98f17b11d703aa199
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Wed Apr 9 11:45:45 2014 +0200

    Update to 3.8.0
    Add ref about why system tinyxml cannot be used

 .gitignore     |    1 +
 filezilla.spec |   10 ++++++++--
 sources        |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a5b2295..1b1ab97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ FileZilla_3.3.4_src.tar.bz2
 /FileZilla_3.7.3_src.tar.bz2
 /FileZilla_3.7.4_src.tar.bz2
 /FileZilla_3.7.4.1_src.tar.bz2
+/FileZilla_3.8.0_src.tar.bz2
diff --git a/filezilla.spec b/filezilla.spec
index e03f93e..20e0525 100644
--- a/filezilla.spec
+++ b/filezilla.spec
@@ -1,7 +1,7 @@
 #global fz_rc   rc1
 
 Name:           filezilla
-Version:        3.7.4.1
+Version:        3.8.0
 Release:        1%{?dist}
 Summary:        FTP, FTPS and SFTP client
 
@@ -26,7 +26,10 @@ BuildRequires:  gettext
 BuildRequires:  gnutls-devel >= 2.8.3
 BuildRequires:  libidn-devel
 BuildRequires:  sqlite-devel
-BuildRequires:  tinyxml-devel >= 2.5.3
+#System tinyxml is broken and unmaintained
+#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
 
 
@@ -132,6 +135,9 @@ fi || :
 
 
 %changelog
+* Tue Apr 01 2014 Nicolas Chauvet <kwizart at gmail.com> - 3.8.0-1
+- Update to 3.8.0
+
 * Wed Feb 12 2014 Nicolas Chauvet <kwizart at gmail.com> - 3.7.4.1-1
 - Update to 3.7.4.1
 
diff --git a/sources b/sources
index b96d699..d2ec132 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6c24c4ddc0fe5470fe890b5b2f5b49a  FileZilla_3.7.4.1_src.tar.bz2
+63e584aa478e358105e45972ee718a19  FileZilla_3.8.0_src.tar.bz2


More information about the scm-commits mailing list