Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package filezilla for openSUSE:Factory checked in at 2022-05-28 22:17:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filezilla (Old) and /work/SRC/openSUSE:Factory/.filezilla.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filezilla" Sat May 28 22:17:11 2022 rev:98 rq:979612 version:3.60.0 Changes: -------- --- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes 2022-04-08 22:46:53.962352898 +0200 +++ /work/SRC/openSUSE:Factory/.filezilla.new.2254/filezilla.changes 2022-05-28 22:17:42.789066188 +0200 @@ -1,0 +2,15 @@ +Sat May 28 16:21:23 UTC 2022 - ecsos <ec...@opensuse.org> + +- Update to 3.60.0 + * Bugfixes and minor changes: + - SFTP: Fixed error handling if reading from child process fails + - Fixed transfers following recursive operations not starting + if the connection limit has been set to 1 in the Site Manager +- Changes from 3.60.0-rc1 + * New features: + - macOS: Remote files can now be dragged into Finder + * Bugfixes and minor changes: + - Fixed file change detection when editing files +- Use gcc10-c++ in Tumbleweed to fix build error for Tumbleweed i586. + +------------------------------------------------------------------- Old: ---- FileZilla_3.59.0_src.tar.bz2 New: ---- FileZilla_3.60.0_src.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filezilla.spec ++++++ --- /var/tmp/diff_new_pack.HKfWqg/_old 2022-05-28 22:17:43.221066722 +0200 +++ /var/tmp/diff_new_pack.HKfWqg/_new 2022-05-28 22:17:43.225066728 +0200 @@ -16,10 +16,10 @@ # -%define main_version 3.59.0 +%define main_version 3.60.0 Name: filezilla -Version: 3.59.0 +Version: 3.60.0 Release: 0 Summary: A GUI FTP and SFTP Client License: GPL-2.0-or-later @@ -30,7 +30,11 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes +%if 0%{?suse_version} > 1500 +BuildRequires: gcc10-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: hicolor-icon-theme BuildRequires: libtool BuildRequires: pkgconfig @@ -126,6 +130,10 @@ done %build +%if 0%{?suse_version} > 1500 +export CC="%{_bindir}/gcc-10" +export CXX="%{_bindir}/g++-10" +%endif autoreconf -fi %configure \ --disable-static \ ++++++ FileZilla_3.59.0_src.tar.bz2 -> FileZilla_3.60.0_src.tar.bz2 ++++++ ++++ 42210 lines of diff (skipped)