diff --git a/FileZilla.spec b/FileZilla.spec index 98efc78..29fda37 100644 --- a/FileZilla.spec +++ b/FileZilla.spec @@ -1,5 +1,5 @@ Name: FileZilla -Version: 3.63.2.1 +Version: 3.64.0 Release: 1mamba Summary: FTP, FTPS and SFTP client Group: Graphical Desktop/Applications/Networking @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://filezilla-project.org/ -Source0: https://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2 +Source0: https://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.xz Source1: filezilapng.tar.gz Patch0: FileZilla-3.46.3-build-add-missing-cassert-include.patch Patch1: FileZilla-3.46.3-libfilezilla-0.20.2.patch @@ -55,7 +55,7 @@ BuildRequires: libfilezilla-devel >= 0.29 %prep %setup -q -n filezilla-%{version} -%patch0 -p1 +%patch 0 -p1 #%patch1 -p1 %build @@ -65,11 +65,12 @@ BuildRequires: libfilezilla-devel >= 0.29 --disable-manualupdatecheck \ --disable-autoupdatecheck \ --with-tinyxml=system \ - --with-wx-config=wx-config-unicode-30 \ --with-pugixml=system \ --with-dbus \ --enable-gnutlssystemciphers +# --with-wx-config=wx-config-unicode-30 \ + %make %install @@ -121,6 +122,9 @@ fi #ChangeLog NEWS README %changelog +* Mon May 15 2023 Silvan Calarco 3.64.0-1mamba +- update to 3.64.0 + * Sat Mar 04 2023 Automatic Build System 3.63.2.1-1mamba - automatic version update by autodist