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-06-15 00:34:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filezilla (Old) and /work/SRC/openSUSE:Factory/.filezilla.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filezilla" Wed Jun 15 00:34:27 2022 rev:99 rq:982630 version:3.60.1 Changes: -------- --- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes 2022-05-28 22:17:42.789066188 +0200 +++ /work/SRC/openSUSE:Factory/.filezilla.new.1548/filezilla.changes 2022-06-15 00:34:49.246748804 +0200 @@ -1,0 +2,7 @@ +Tue Jun 14 13:30:35 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 3.60.1: + * Fixed a regression drag-moving local files +- add disable-avx-on-i586.patch to disable avx on 32bit platforms + +------------------------------------------------------------------- Old: ---- FileZilla_3.60.0_src.tar.bz2 New: ---- FileZilla_3.60.1_src.tar.bz2 disable-avx-on-i586.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filezilla.spec ++++++ --- /var/tmp/diff_new_pack.Cxow8z/_old 2022-06-15 00:34:49.958749850 +0200 +++ /var/tmp/diff_new_pack.Cxow8z/_new 2022-06-15 00:34:49.962749856 +0200 @@ -16,10 +16,8 @@ # -%define main_version 3.60.0 - Name: filezilla -Version: 3.60.0 +Version: 3.60.1 Release: 0 Summary: A GUI FTP and SFTP Client License: GPL-2.0-or-later @@ -27,14 +25,11 @@ URL: https://filezilla-project.org/ Source0: https://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2 Patch0: %{name}-welcome_dialog.patch +Patch1: disable-avx-on-i586.patch 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 @@ -92,6 +87,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # Fix invalid translation locales: cd locales @@ -130,10 +126,6 @@ done %build -%if 0%{?suse_version} > 1500 -export CC="%{_bindir}/gcc-10" -export CXX="%{_bindir}/g++-10" -%endif autoreconf -fi %configure \ --disable-static \ @@ -173,8 +165,8 @@ %{_datadir}/pixmaps/%{name}.png %dir %{_datadir}/appdata/ %{_datadir}/appdata/%{name}.appdata.xml -%{_libdir}/libfzclient-commonui-private-%{main_version}.so -%{_libdir}/libfzclient-private-%{main_version}.so +%{_libdir}/libfzclient-commonui-private-%{version}.so +%{_libdir}/libfzclient-private-%{version}.so %{_mandir}/man1/filezilla.1%{?ext_man} %{_mandir}/man1/fzputtygen.1%{?ext_man} %{_mandir}/man1/fzsftp.1%{?ext_man} ++++++ FileZilla_3.60.0_src.tar.bz2 -> FileZilla_3.60.1_src.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filezilla-3.60.0/NEWS new/filezilla-3.60.1/NEWS --- old/filezilla-3.60.0/NEWS 2022-05-27 15:54:51.000000000 +0200 +++ new/filezilla-3.60.1/NEWS 2022-06-01 15:57:54.000000000 +0200 @@ -10,6 +10,10 @@ *nix: Unix (e.g BSD) and Unix-like systems (e.g. Linux) macOS/OS X: Apple macOS +3.60.1 (2022-06-01) + +- Fixed a regression drag-moving local files + 3.60.0 (2022-05-27) - SFTP: Fixed error handling if reading from child process fails diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filezilla-3.60.0/configure new/filezilla-3.60.1/configure --- old/filezilla-3.60.0/configure 2022-05-27 15:55:06.000000000 +0200 +++ new/filezilla-3.60.1/configure 2022-06-01 15:58:25.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for FileZilla 3.60.0. +# Generated by GNU Autoconf 2.69 for FileZilla 3.60.1. # # Report bugs to <tim.ko...@filezilla-project.org>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='FileZilla' PACKAGE_TARNAME='filezilla' -PACKAGE_VERSION='3.60.0' -PACKAGE_STRING='FileZilla 3.60.0' +PACKAGE_VERSION='3.60.1' +PACKAGE_STRING='FileZilla 3.60.1' PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org' PACKAGE_URL='https://filezilla-project.org/' @@ -1461,7 +1461,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures FileZilla 3.60.0 to adapt to many kinds of systems. +\`configure' configures FileZilla 3.60.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1532,7 +1532,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of FileZilla 3.60.0:";; + short | recursive ) echo "Configuration of FileZilla 3.60.1:";; esac cat <<\_ACEOF @@ -1708,7 +1708,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -FileZilla configure 3.60.0 +FileZilla configure 3.60.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2373,7 +2373,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by FileZilla $as_me 3.60.0, which was +It was created by FileZilla $as_me 3.60.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3234,7 +3234,7 @@ # Define the identity of the package. PACKAGE='filezilla' - VERSION='3.60.0' + VERSION='3.60.1' cat >>confdefs.h <<_ACEOF @@ -22903,7 +22903,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by FileZilla $as_me 3.60.0, which was +This file was extended by FileZilla $as_me 3.60.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22970,7 +22970,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -FileZilla config.status 3.60.0 +FileZilla config.status 3.60.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filezilla-3.60.0/configure.ac new/filezilla-3.60.1/configure.ac --- old/filezilla-3.60.0/configure.ac 2022-05-27 15:54:51.000000000 +0200 +++ new/filezilla-3.60.1/configure.ac 2022-06-01 15:57:20.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([FileZilla],[3.60.0], [tim.ko...@filezilla-project.org],[],[https://filezilla-project.org/]) +AC_INIT([FileZilla],[3.60.1], [tim.ko...@filezilla-project.org],[],[https://filezilla-project.org/]) AC_CONFIG_HEADERS([config/config.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR(config) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filezilla-3.60.0/locales/filezilla.pot new/filezilla-3.60.1/locales/filezilla.pot --- old/filezilla-3.60.0/locales/filezilla.pot 2022-05-27 15:55:20.000000000 +0200 +++ new/filezilla-3.60.1/locales/filezilla.pot 2022-06-01 15:58:39.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://trac.filezilla-project.org/\n" -"POT-Creation-Date: 2022-05-27 15:55+0200\n" +"POT-Creation-Date: 2022-06-01 15:58+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <l...@li.org>\n" @@ -46,20 +46,20 @@ msgstr[0] "" msgstr[1] "" +#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1424 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1289 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1691 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1424 #, c-format msgid "%d directory with its contents" msgid_plural "%d directories with their contents" msgstr[0] "" msgstr[1] "" +#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1423 #: ../../../source/FileZilla3/locales/../src/interface/filelist_statusbar.cpp:57 #: ../../../source/FileZilla3/locales/../src/interface/filelist_statusbar.cpp:82 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1288 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1690 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1423 #, c-format msgid "%d file" msgid_plural "%d files" @@ -219,8 +219,8 @@ msgid "&Add directory..." msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:813 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1055 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:813 msgid "&Add files to queue" msgstr "" @@ -228,8 +228,8 @@ msgid "&Add key file..." msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1108 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:922 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1108 msgid "&Add to queue" msgstr "" @@ -362,10 +362,10 @@ msgid "&Copy to clipboard" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:823 -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1116 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1062 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:927 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:823 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1116 msgid "&Create directory" msgstr "" @@ -385,8 +385,8 @@ msgid "&Default editor:" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/menu_bar.cpp:95 #: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:1786 +#: ../../../source/FileZilla3/locales/../src/interface/menu_bar.cpp:95 msgid "&Default file exists action..." msgstr "" @@ -898,18 +898,18 @@ msgid "&Remove key" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/osx_sandbox_userdirs.cpp:303 #: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:1785 +#: ../../../source/FileZilla3/locales/../src/interface/osx_sandbox_userdirs.cpp:303 msgid "&Remove selected" msgstr "" +#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1069 +#: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:932 #: ../../../source/FileZilla3/locales/../src/interface/bookmarks_dialog.cpp:275 #: ../../../source/FileZilla3/locales/../src/interface/filteredit.cpp:101 #: ../../../source/FileZilla3/locales/../src/interface/sitemanager_dialog.cpp:332 #: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:829 #: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1121 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1069 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:932 msgid "&Rename" msgstr "" @@ -1170,8 +1170,8 @@ msgid "&View" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1238 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1059 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1238 msgid "&View/Edit" msgstr "" @@ -1379,9 +1379,9 @@ msgid "A default editor needs to be set." msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/state.cpp:894 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:169 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:115 +#: ../../../source/FileZilla3/locales/../src/interface/state.cpp:894 msgid "A directory cannot be dragged into one of its subdirectories." msgstr "" @@ -1564,13 +1564,13 @@ msgid "Add files to &queue only" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1108 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:922 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1108 msgid "Add selected directory to the transfer queue" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:813 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1055 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:813 msgid "Add selected files and folders to the transfer queue" msgstr "" @@ -1873,15 +1873,15 @@ msgid "C&omparative search" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1245 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1070 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:933 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1245 msgid "C&opy URL(s) to clipboard" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1242 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1071 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:934 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1242 msgid "C&opy URL(s) with password to clipboard" msgstr "" @@ -2372,13 +2372,13 @@ msgid "Confirm deletion" msgstr "" +#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1428 +#: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:1114 #: ../../../source/FileZilla3/locales/../src/interface/edithandler.cpp:1123 #: ../../../source/FileZilla3/locales/../src/interface/file_utils.h:43 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1646 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:2042 #: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:1903 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1428 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:1114 msgid "Confirmation needed" msgstr "" @@ -2606,9 +2606,9 @@ msgid "Could not convert private key" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1934 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:2685 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:1479 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1934 msgid "Could not copy URLs" msgstr "" @@ -2785,10 +2785,10 @@ msgid "Could not open '%s' for writing." msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/aboutdialog.cpp:220 -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1934 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:2685 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:1479 +#: ../../../source/FileZilla3/locales/../src/interface/aboutdialog.cpp:220 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1934 msgid "Could not open clipboard" msgstr "" @@ -2967,17 +2967,17 @@ msgid "Create &missing remote directory and enter it" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:823 -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1116 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1062 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:927 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:823 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1116 msgid "Create a new subdirectory in the current directory" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:824 -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1117 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1063 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:928 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:824 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1117 msgid "Create a new subdirectory in the current directory and change into it" msgstr "" @@ -2985,17 +2985,17 @@ msgid "Create a new, empty file in the current directory" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:824 -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1117 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1063 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:928 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:824 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1117 msgid "Create director&y and enter it" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:994 -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1235 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1325 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:1313 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:994 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1235 msgid "Create directory" msgstr "" @@ -3108,10 +3108,10 @@ msgid "D&efault" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1231 -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1239 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1068 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:931 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1231 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1239 msgid "D&elete" msgstr "" @@ -3238,13 +3238,13 @@ msgid "Delete Site Manager entries" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1120 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:931 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1120 msgid "Delete selected directory" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:828 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1068 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:828 msgid "Delete selected files and directories" msgstr "" @@ -3496,21 +3496,21 @@ msgid "Downloading update..." msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:117 -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:114 +#: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:101 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:118 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:91 -#: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:101 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:117 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:114 msgid "" "Drag&drop between different instances of FileZilla has not been implemented " "yet." msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:122 -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:120 +#: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:115 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:123 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:96 -#: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:115 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:122 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:120 msgid "Drag&drop between different servers has not been implemented yet." msgstr "" @@ -3526,8 +3526,8 @@ msgid "E&nable all" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:816 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1058 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:816 msgid "E&nter directory" msgstr "" @@ -3539,9 +3539,9 @@ msgid "E&xit" msgstr "" +#: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:1811 #: ../../../source/FileZilla3/locales/../src/interface/queueview_failed.cpp:38 #: ../../../source/FileZilla3/locales/../src/interface/queueview_successful.cpp:34 -#: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:1811 msgid "E&xport..." msgstr "" @@ -3691,8 +3691,8 @@ msgid "Enter password" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:816 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1058 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:816 msgid "Enter selected directory" msgstr "" @@ -4188,11 +4188,11 @@ msgstr "" #: ../../../source/FileZilla3/locales/../src/interface/settings/optionspage_connection_sftp.cpp:85 +#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:338 #: ../../../source/FileZilla3/locales/../src/interface/edithandler.cpp:1406 #: ../../../source/FileZilla3/locales/../src/interface/filter_conditions_dialog.cpp:100 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:175 #: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:288 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:338 msgid "Filename" msgstr "" @@ -4233,10 +4233,10 @@ msgid "Files matching a filter rule are removed from directory listings." msgstr "" +#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:339 #: ../../../source/FileZilla3/locales/../src/interface/filter_conditions_dialog.cpp:104 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:177 #: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:289 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:339 msgid "Filesize" msgstr "" @@ -4244,9 +4244,9 @@ msgid "Filesize format" msgstr "" +#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:340 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:178 #: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:290 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:340 msgid "Filetype" msgstr "" @@ -4959,9 +4959,9 @@ msgid "Language changed" msgstr "" +#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:341 #: ../../../source/FileZilla3/locales/../src/interface/search.cpp:179 #: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:291 -#: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:341 msgid "Last modified" msgstr "" @@ -5371,9 +5371,9 @@ msgid "New bookmark" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1239 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1338 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:1327 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1239 msgid "New directory" msgstr "" @@ -5764,8 +5764,8 @@ msgid "Owner permissions" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:181 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:343 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:181 msgid "Owner/Group" msgstr "" @@ -5871,8 +5871,8 @@ msgid "Permission" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:180 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:342 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:180 msgid "Permissions" msgstr "" @@ -6025,10 +6025,10 @@ "spaces." msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:994 -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1235 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1325 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:1313 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:994 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1235 msgid "Please enter the name of the directory which should be created:" msgstr "" @@ -6230,8 +6230,8 @@ msgid "Pro&xy password:" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/menu_bar.cpp:93 #: ../../../source/FileZilla3/locales/../src/interface/QueueView.cpp:1781 +#: ../../../source/FileZilla3/locales/../src/interface/menu_bar.cpp:93 msgid "Process &Queue" msgstr "" @@ -6380,8 +6380,8 @@ msgid "Re&ad" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:825 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1065 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:825 msgid "Re&fresh" msgstr "" @@ -6416,8 +6416,8 @@ msgid "Really cancel current operation?" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1687 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1420 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1687 #, c-format msgid "Really delete %d directory with its contents from the server?" msgid_plural "" @@ -6425,16 +6425,16 @@ msgstr[0] "" msgstr[1] "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1684 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1417 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1684 #, c-format msgid "Really delete %d file from the server?" msgid_plural "Really delete %d files from the server?" msgstr[0] "" msgstr[1] "" -#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1692 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1425 +#: ../../../source/FileZilla3/locales/../src/interface/search.cpp:1692 #, c-format msgid "Really delete %s and %s from the server?" msgstr "" @@ -6613,13 +6613,13 @@ msgid "Rename file" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1121 #: ../../../source/FileZilla3/locales/../src/interface/RemoteTreeView.cpp:932 +#: ../../../source/FileZilla3/locales/../src/interface/LocalTreeView.cpp:1121 msgid "Rename selected directory" msgstr "" -#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:829 #: ../../../source/FileZilla3/locales/../src/interface/RemoteListView.cpp:1069 +#: ../../../source/FileZilla3/locales/../src/interface/LocalListView.cpp:829 msgid "Rename selected files and directories" msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filezilla-3.60.0/src/interface/LocalListView.cpp new/filezilla-3.60.1/src/interface/LocalListView.cpp --- old/filezilla-3.60.0/src/interface/LocalListView.cpp 2022-05-18 05:30:03.000000000 +0200 +++ new/filezilla-3.60.1/src/interface/LocalListView.cpp 2022-06-01 15:56:50.000000000 +0200 @@ -1498,7 +1498,7 @@ DropSource source(this); source.SetData(obj); - int res = source.DoFileDragDrop(); + int res = source.DoFileDragDrop(wxDrag_AllowMove); bool handled_internally = pDragDropManager->pDropTarget != 0; pDragDropManager->Release(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/filezilla-3.60.0/src/interface/LocalTreeView.cpp new/filezilla-3.60.1/src/interface/LocalTreeView.cpp --- old/filezilla-3.60.0/src/interface/LocalTreeView.cpp 2022-05-18 05:30:03.000000000 +0200 +++ new/filezilla-3.60.1/src/interface/LocalTreeView.cpp 2022-06-01 15:56:59.000000000 +0200 @@ -972,7 +972,7 @@ DropSource source(this); source.SetData(obj); - int res = source.DoFileDragDrop(); + int res = source.DoFileDragDrop(wxDrag_AllowMove); bool handled_internally = pDragDropManager->pDropTarget != 0; ++++++ disable-avx-on-i586.patch ++++++ --- filezilla-3.60.1/src/putty/sshsh256.c +++ filezilla-3.60.1/src/putty/sshsh256.c @@ -22,8 +22,7 @@ # define HW_SHA256 HW_SHA256_NI # endif #elif defined(__GNUC__) -# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && \ - (defined(__x86_64__) || defined(__i386)) +# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && defined(__x86_64__) # define HW_SHA256 HW_SHA256_NI # endif #elif defined (_MSC_VER) --- filezilla-3.60.1/src/putty/sshsha.c +++ filezilla-3.60.1/src/putty/sshsha.c @@ -22,8 +22,7 @@ # define HW_SHA1 HW_SHA1_NI # endif #elif defined(__GNUC__) -# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && \ - (defined(__x86_64__) || defined(__i386)) +# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 9)) && defined(__x86_64__) # define HW_SHA1 HW_SHA1_NI # endif #elif defined (_MSC_VER)