Hello community, here is the log from the commit of package filezilla for openSUSE:Factory checked in at 2020-02-07 15:58:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filezilla (Old) and /work/SRC/openSUSE:Factory/.filezilla.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filezilla" Fri Feb 7 15:58:13 2020 rev:82 rq:771538 version:3.46.3 Changes: -------- --- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes 2019-12-03 12:42:57.862123078 +0100 +++ /work/SRC/openSUSE:Factory/.filezilla.new.26092/filezilla.changes 2020-02-07 16:00:42.667705751 +0100 @@ -1,0 +2,21 @@ +Fri Feb 7 11:22:42 UTC 2020 - ec...@opensuse.org + +- Update to 3.46.3 + * Bugfixes and minor changes: + - SFTP: Fixed handle leak on Windows + - SFTP: Remote paths were not fully resolved on all operations +- Changes from 3.46.2 + * Bugfixes and minor changes: + - SFTP: Fixed a regression connecting using + a password-protected keyfile +- Changes from 3.46.1 + * Bugfixes and minor changes: + - Fixed a crash if an FTP server sends too long response lines + - Building and running FileZilla now depends on libfilezilla + >= 0.19.3 (https://lib.filezilla-project.org/), this fixes + a few issues with the new speed limiting code + - SFTP components have been updated and are now based on + PuTTY 0.73 +- Run spec-cleaner. + +------------------------------------------------------------------- @@ -1645 +1665,0 @@ - Old: ---- FileZilla_3.46.0_src.tar.bz2 New: ---- FileZilla_3.46.3_src.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filezilla.spec ++++++ --- /var/tmp/diff_new_pack.MPCOsC/_old 2020-02-07 16:00:43.779706318 +0100 +++ /var/tmp/diff_new_pack.MPCOsC/_new 2020-02-07 16:00:43.787706323 +0100 @@ -1,7 +1,7 @@ # # spec file for package filezilla # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: filezilla -Version: 3.46.0 +Version: 3.46.3 Release: 0 Summary: A GUI FTP and SFTP Client License: GPL-2.0-or-later @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(cppunit) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(libfilezilla) >= 0.19.1 +BuildRequires: pkgconfig(libfilezilla) >= 0.19.3 BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(nettle) >= 3.1 # filezilla-team use BuildRequires: pkgconfig(sqlite3) >= 3.11.1 @@ -120,7 +120,7 @@ --disable-manualupdatecheck \ --disable-autoupdatecheck \ --with-dbus -make %{?_smp_mflags} +%make_build %install %make_install @@ -129,7 +129,7 @@ %find_lang %{name} %check -make check %{?_smp_mflags} +%make_build check %post %desktop_database_post ++++++ FileZilla_3.46.0_src.tar.bz2 -> FileZilla_3.46.3_src.tar.bz2 ++++++ ++++ 124501 lines of diff (skipped)