Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package filezilla for openSUSE:Factory checked in at 2021-11-06 18:18:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filezilla (Old) and /work/SRC/openSUSE:Factory/.filezilla.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filezilla" Sat Nov 6 18:18:09 2021 rev:95 rq:929889 version:3.56.2 Changes: -------- --- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes 2021-08-23 10:08:00.892257242 +0200 +++ /work/SRC/openSUSE:Factory/.filezilla.new.1890/filezilla.changes 2021-11-06 18:21:28.384995123 +0100 @@ -1,0 +2,17 @@ +Sat Nov 6 13:03:56 UTC 2021 - ecsos <ec...@opensuse.org> + +- Update to 3.56.2 + * Bugfixes and minor changes: + - Fixed a potential crash after uploading +- Changes from 3.56.1 + * Bugfixes and minor changes: + - macOS Monterey: Opening the Site Manager on startup is now + delayed a millisecond, otherwise the right mouse button would + have stopped working + - macOS: Fixed getting temporary directory + - MSW: Updated to libfilezilla 0.34.1 to fix local directory + contents returned by the system in oversized buffers + containing nulls +- Rebase filezilla-welcome_dialog.patch. + +------------------------------------------------------------------- Old: ---- FileZilla_3.55.1_src.tar.bz2 New: ---- FileZilla_3.56.2_src.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filezilla.spec ++++++ --- /var/tmp/diff_new_pack.7uyT1s/_old 2021-11-06 18:21:28.784995344 +0100 +++ /var/tmp/diff_new_pack.7uyT1s/_new 2021-11-06 18:21:28.788995346 +0100 @@ -16,10 +16,10 @@ # -%define main_version 3.55.1 +%define main_version 3.56.2 Name: filezilla -Version: 3.55.1 +Version: 3.56.2 Release: 0 Summary: A GUI FTP and SFTP Client License: GPL-2.0-or-later @@ -42,7 +42,7 @@ BuildRequires: pkgconfig(cppunit) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(libfilezilla) >= 0.31.1 +BuildRequires: pkgconfig(libfilezilla) >= 0.34.2 BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(nettle) >= 3.1 # filezilla-team use BuildRequires: pkgconfig(sqlite3) >= 3.11.1 @@ -50,9 +50,9 @@ # See boo#966384 filezilla fails to start Requires: libpugixml1 >= 1.7 Recommends: %{name}-lang -# upstream use gnutls 3.6.6 +# upstream use gnutls 3.6.7 %if 0%{?suse_version} > 1500 -BuildRequires: pkgconfig(gnutls) >= 3.6.5 +BuildRequires: pkgconfig(gnutls) >= 3.6.7 %else BuildRequires: pkgconfig(gnutls) >= 3.4.15 %endif ++++++ FileZilla_3.55.1_src.tar.bz2 -> FileZilla_3.56.2_src.tar.bz2 ++++++ ++++ 31512 lines of diff (skipped) ++++++ filezilla-welcome_dialog.patch ++++++ --- /var/tmp/diff_new_pack.7uyT1s/_old 2021-11-06 18:21:31.316996745 +0100 +++ /var/tmp/diff_new_pack.7uyT1s/_new 2021-11-06 18:21:31.316996745 +0100 @@ -7,15 +7,15 @@ src/interface/welcome_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: filezilla-3.55.1/src/interface/welcome_dialog.cpp +Index: filezilla-3.56.2/src/interface/welcome_dialog.cpp =================================================================== ---- filezilla-3.55.1.orig/src/interface/welcome_dialog.cpp -+++ filezilla-3.55.1/src/interface/welcome_dialog.cpp +--- filezilla-3.56.2.orig/src/interface/welcome_dialog.cpp ++++ filezilla-3.56.2/src/interface/welcome_dialog.cpp @@ -119,7 +119,7 @@ bool CWelcomeDialog::Run(wxWindow* paren buttons->Realize(); -- InitFooter(force ? wxString() : resources); +- InitFooter(force ? std::wstring() : resources); + InitFooter(force ? wxString() : wxString(resources)); Layout();