Author: duddits Date: Tue Aug 17 15:06:57 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 3.3.4.1 - aclocal macro tune up - new option passed to configure: --with-tinyxml=builtin
---- Files affected: packages/FileZilla: FileZilla.spec (1.65 -> 1.66) ---- Diffs: ================================================================ Index: packages/FileZilla/FileZilla.spec diff -u packages/FileZilla/FileZilla.spec:1.65 packages/FileZilla/FileZilla.spec:1.66 --- packages/FileZilla/FileZilla.spec:1.65 Tue Aug 17 13:53:31 2010 +++ packages/FileZilla/FileZilla.spec Tue Aug 17 17:06:51 2010 @@ -11,12 +11,12 @@ Summary(ru.UTF-8): FTP клиент для X Window Summary(uk.UTF-8): FTP клієнт для X Window Name: FileZilla -Version: 3.3.3 -Release: 2 +Version: 3.3.4.1 +Release: 1 License: GPL Group: X11/Applications/Networking Source0: http://dl.sourceforge.net/filezilla/%{name}_%{version}_src.tar.bz2 -# Source0-md5: e98949facf23299ff791e046929852a7 +# Source0-md5: ca03b0813ce0e8ce48e4a016845ec81a Patch0: %{name}-desktop.patch URL: http://filezilla-project.org/ BuildRequires: autoconf @@ -83,12 +83,13 @@ %build %{__libtoolize} -%{__aclocal} -I . +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} %configure \ - --with-wx-config=wx-gtk2-unicode-config + --with-wx-config=wx-gtk2-unicode-config \ + --with-tinyxml=builtin %{__make} %install @@ -172,6 +173,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.66 2010/08/17 15:06:51 duddits +- up to 3.3.4.1 +- aclocal macro tune up +- new option passed to configure: --with-tinyxml=builtin + Revision 1.65 2010/08/17 11:53:31 duddits - rel. 2 - one lang file was missing ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/FileZilla/FileZilla.spec?r1=1.65&r2=1.66&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
