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-08-23 10:07:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filezilla (Old) and /work/SRC/openSUSE:Factory/.filezilla.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filezilla" Mon Aug 23 10:07:42 2021 rev:94 rq:912242 version:3.55.1 Changes: -------- --- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes 2021-05-19 17:49:58.529384838 +0200 +++ /work/SRC/openSUSE:Factory/.filezilla.new.1899/filezilla.changes 2021-08-23 10:08:00.892257242 +0200 @@ -1,0 +2,19 @@ +Sat Aug 14 22:39:59 UTC 2021 - Jan Engelhardt <[email protected]> + +- Rework filezilla-welcome_dialog.patch to keep the footer text + rather than killing it. + +------------------------------------------------------------------- +Thu Aug 12 09:00:32 UTC 2021 - ecsos <[email protected]> + +- Update to 3.55.1 + * Bugfixes and minor changes: + - Fixed a crash if a tree view items are deleted at the same + time as something is being dragged over the tree view + - Updated to libfilezilla 0.31.1 to fix an issue with SIGPIPE + on *nix +- Add filezilla-welcome_dialog.patch to fix build error: + welcome_dialog.cpp:122:26: error: operands to '?:' have different + types 'wxString' and 'const std::__cxx11::basic_string<wchar_t>' + +------------------------------------------------------------------- Old: ---- FileZilla_3.54.1_src.tar.bz2 New: ---- FileZilla_3.55.1_src.tar.bz2 filezilla-welcome_dialog.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filezilla.spec ++++++ --- /var/tmp/diff_new_pack.qEyyFS/_old 2021-08-23 10:08:02.504255362 +0200 +++ /var/tmp/diff_new_pack.qEyyFS/_new 2021-08-23 10:08:02.508255358 +0200 @@ -16,16 +16,17 @@ # -%define main_version 3.54.1 +%define main_version 3.55.1 Name: filezilla -Version: 3.54.1 +Version: 3.55.1 Release: 0 Summary: A GUI FTP and SFTP Client License: GPL-2.0-or-later Group: Productivity/Networking/Ftp/Clients URL: https://filezilla-project.org/ Source0: https://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2 +Patch0: %{name}-welcome_dialog.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes @@ -41,7 +42,7 @@ BuildRequires: pkgconfig(cppunit) BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(libfilezilla) >= 0.28.0 +BuildRequires: pkgconfig(libfilezilla) >= 0.31.1 BuildRequires: pkgconfig(libidn) BuildRequires: pkgconfig(nettle) >= 3.1 # filezilla-team use BuildRequires: pkgconfig(sqlite3) >= 3.11.1 @@ -86,6 +87,7 @@ %prep %setup -q +%patch0 -p1 # Fix invalid translation locales: cd locales ++++++ FileZilla_3.54.1_src.tar.bz2 -> FileZilla_3.55.1_src.tar.bz2 ++++++ ++++ 53521 lines of diff (skipped) ++++++ filezilla-welcome_dialog.patch ++++++ From: Jan Engelhardt <[email protected]> Date: 2021-08-15 00:41:12.427697293 +0200 [ 101s] welcome_dialog.cpp:122:26: error: operands to '?:' have different types 'wxString' and 'const std::__cxx11::basic_string<wchar_t>' --- src/interface/welcome_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: filezilla-3.55.1/src/interface/welcome_dialog.cpp =================================================================== --- filezilla-3.55.1.orig/src/interface/welcome_dialog.cpp +++ filezilla-3.55.1/src/interface/welcome_dialog.cpp @@ -119,7 +119,7 @@ bool CWelcomeDialog::Run(wxWindow* paren buttons->Realize(); - InitFooter(force ? wxString() : resources); + InitFooter(force ? wxString() : wxString(resources)); Layout();
