Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1588 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
dc6526f426
1 changed files with 6 additions and 2 deletions
  1. 6 2
      f/filezilla/filezilla-vl.spec

+ 6 - 2
f/filezilla/filezilla-vl.spec

@@ -1,5 +1,5 @@
 Name:           filezilla
-Version:        3.3.4
+Version:        3.3.4.1
 Release:        1%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
 Summary(ja):    FileZilla -クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
@@ -68,7 +68,7 @@ FileZilla は多くの機能を備えた Linux のための FTP/FTPS/SFTP クラ
   --disable-static \
   --enable-locales \
   --disable-manualupdatecheck \
-  --with-tinyxml=builtin \
+  --with-tinyxml=system \
   --disable-autoupdatecheck
 
 ## Do not use --enable-buildtype=official 
@@ -134,6 +134,10 @@ fi || :
 
 
 %changelog
+* Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.4.1-1
+- Update to 3.3.4.1
+- reverted --with-tinyxml=system
+
 * Sun Aug 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.3.4-1
 - Update to 3.3.4
 - changed --with-tinyxml=system to --with-tinyxml=builtin