Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10655 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 7 years ago
parent
commit
ecf416cfeb
2 changed files with 13 additions and 2 deletions
  1. 9 1
      f/filezilla/filezilla-vl.spec
  2. 4 1
      lib/libf/libfilezilla/libfilezilla-vl.spec

+ 9 - 1
f/filezilla/filezilla-vl.spec

@@ -1,5 +1,5 @@
 Name:           filezilla
-Version:        3.12.0.2
+Version:        3.19.0
 Release:        1%{?_dist_release}
 Summary:        FileZilla is a cross-platform graphical FTP, FTPS and SFTP client
 Summary(ja):    FileZilla - クロスプラットフォームのグラフィカルな FTP/FTPS/SFTP クライアント
@@ -23,6 +23,8 @@ BuildRequires:  gnutls-devel >= 2.8.3
 BuildRequires:  libidn-devel
 BuildRequires:  tinyxml-devel >= 2.5.3
 BuildRequires:  wxGTK3-devel
+BuildRequires:  libfilezilla-devel
+BuildRequires:  pugixml-devel
 
 BuildRequires:  gtk2-devel
 BuildRequires:  xdg-utils
@@ -68,6 +70,7 @@ WXRC=%{_bindir}/wxrc-3.0; export WXRC
 %configure \
   --with-wx-config=%{_bindir}/wx-config-3.0 \
   --with-tinyxml=system \
+  --with-pugixml=system \
   --disable-static \
   --enable-locales \
   --disable-manualupdatecheck \
@@ -134,6 +137,11 @@ fi || :
 
 
 %changelog
+* Sat Jul 23 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.19.0-1
+- new upstream release
+- added BuildRequires: libfilezilla-devel, pugixml-devel
+- added option --with-pugixml=system in %%configure
+
 * Sun Apr 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.12.0.2-1
 - new upstream release
 

+ 4 - 1
lib/libf/libfilezilla/libfilezilla-vl.spec

@@ -1,5 +1,5 @@
 Name: libfilezilla
-Version: 0.5.3
+Version: 0.6.0
 Release: 1%{?_dist_release}
 URL: http://lib.filezilla-project.org/
 Summary: C++ Library for FileZilla
@@ -49,6 +49,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_libdir}/pkgconfig/libfilezilla.pc
 
 %changelog
+* Sat Jul 23 2016 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.6.0-1
+- new upstream release
+
 * Sat Jul 09 2016 Toshiharu Kudoh <kudoh@vinelinux.org> - 0.5.3-1
 - initial build for Vine Linux