Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package FreeFileSync for openSUSE:Factory checked in at 2022-09-01 22:10:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/FreeFileSync (Old) and /work/SRC/openSUSE:Factory/.FreeFileSync.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FreeFileSync" Thu Sep 1 22:10:52 2022 rev:11 rq:1000395 version:11.23 Changes: -------- --- /work/SRC/openSUSE:Factory/FreeFileSync/FreeFileSync.changes 2022-06-12 17:43:20.878502664 +0200 +++ /work/SRC/openSUSE:Factory/.FreeFileSync.new.2083/FreeFileSync.changes 2022-09-01 22:11:56.108369522 +0200 @@ -1,0 +2,38 @@ +Sat Aug 26 15:03:02 UTC 2022 - Jannik Seiler <se...@mosad.xyz> + +- Update to 11.23 + - Format local file times with no limits on time span + - Deferred child item failure when traversing MTP folder + - Fixed occasional wrong thumbnail orientation for MTP + - Support additional image formats for MTP preview (e.g. CR2) + - Fixed folder pair window being squashed after text size increase + - Fixed wrong folder pair order when loading config (Linux) + - Fixed some images being stretched on high-DPI monitors + - Fixed config panel tab text being mirrored in RTL layout + - Fixed parsing file times one second before Unix epoch (Gdrive, FTP) +- Changes from 11.22 + - Allow to change default log folder in global settings + - Fixed sort order when items existing on one side only + - Consider HOME environment variable for home path (Linux) + - Fixed config selection using shift and arrow keys + - Start comparison, then sync by only pressing Enter after startup + - Fall back to default path when failing to save log file + - Improved relative config path handling in portable mode +- Changes from 11.21 + - Support volume GUID as path: \\?\Volume{01234567-89ab-cdef-0123-456789abcdef} (Windows) + - Avoid Two-Way conflict when changing folder name upper/lower-case + - List hidden warning messages in options dialog + - Fixed buffer overflow while receiving SFTP server banner + - Create crash dumps even if FFS-internal crash handling doesn't kick in + - Log time when error occured, not when it is reported + - Swap sides: Require confirmation only after comparison + - Updated translation files +- Changes from 11.20 + - Fixed broken icon scaling on high-DPI displays + - Fixed user language set to English after update +- Drop obsolete FreeFileSync-build-with-gcc12.patch +- Drop obsolete FreeFileSync-build-with-wx3.1.5.patch +- Update FreeFileSync-disable-in-app-updates.patch for version 11.23 +- Update FreeFileSync-icon-loader.patch for version 11.23 +- Update FreeFileSync-resources.patch for version 11.23 +------------------------------------------------------------------- Old: ---- FreeFileSync-build-with-gcc12.patch FreeFileSync-build-with-wx3.1.5.patch FreeFileSync_11.19_Source.zip New: ---- FreeFileSync_11.23_Source.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FreeFileSync.spec ++++++ --- /var/tmp/diff_new_pack.3E3mxL/_old 2022-09-01 22:11:57.092372213 +0200 +++ /var/tmp/diff_new_pack.3E3mxL/_new 2022-09-01 22:11:57.096372224 +0200 @@ -17,7 +17,7 @@ Name: FreeFileSync -Version: 11.19 +Version: 11.23 Release: 0 Summary: Backup software to synchronize files and folders License: GPL-3.0-or-later @@ -33,10 +33,6 @@ Patch2: FreeFileSync-icon-loader.patch Patch3: FreeFileSync-disable-in-app-updates.patch Patch4: FreeFileSync-openssl-1.1.1.patch -# can be droped once wx 3.1.6 is available -Patch5: FreeFileSync-build-with-wx3.1.5.patch -# can be droped with 11.21 -Patch6: FreeFileSync-build-with-gcc12.patch BuildRequires: boost-devel >= 1.54 BuildRequires: gcc-c++ BuildRequires: libcurl-devel ++++++ FreeFileSync-disable-in-app-updates.patch ++++++ --- /var/tmp/diff_new_pack.3E3mxL/_old 2022-09-01 22:11:57.124372300 +0200 +++ /var/tmp/diff_new_pack.3E3mxL/_new 2022-09-01 22:11:57.128372311 +0200 @@ -1,28 +1,28 @@ -diff -Naur FreeFileSync_11.16_Source_orig/FreeFileSync/Source/ui/gui_generated.cpp FreeFileSync_11.16_Source/FreeFileSync/Source/ui/gui_generated.cpp ---- FreeFileSync_11.16_Source_orig/FreeFileSync/Source/ui/gui_generated.cpp 2022-01-02 18:32:20.000000000 +0100 -+++ FreeFileSync_11.16_Source/FreeFileSync/Source/ui/gui_generated.cpp 2022-01-16 18:08:11.272184873 +0100 +diff -Naur FreeFileSync_11.23_Source_orig/FreeFileSync/Source/ui/gui_generated.cpp FreeFileSync_11.23_Source/FreeFileSync/Source/ui/gui_generated.cpp +--- FreeFileSync_11.23_Source_orig/FreeFileSync/Source/ui/gui_generated.cpp 2022-07-23 15:18:28.000000000 +0200 ++++ FreeFileSync_11.23_Source/FreeFileSync/Source/ui/gui_generated.cpp 2022-08-26 15:47:40.998770347 +0200 @@ -108,13 +108,14 @@ - m_menuItemHelp = new wxMenuItem( m_menuHelp, wxID_HELP, wxString( _("&View help") ) + wxT('\t') + wxT("F1"), wxEmptyString, wxITEM_NORMAL ); - m_menuHelp->Append( m_menuItemHelp ); + m_menuItemHelp = new wxMenuItem( m_menuHelp, wxID_HELP, wxString( _("&View help") ) + wxT('\t') + wxT("F1"), wxEmptyString, wxITEM_NORMAL ); + m_menuHelp->Append( m_menuItemHelp ); -- m_menuHelp->AppendSeparator(); +- m_menuHelp->AppendSeparator(); + // disable update/auto update actions for packaged version (they are only hidden, to not break any code and keep the patch small) -+ //m_menuHelp->AppendSeparator(); ++ //m_menuHelp->AppendSeparator(); - m_menuItemCheckVersionNow = new wxMenuItem( m_menuHelp, wxID_ANY, wxString( _("&Check for updates now") ) , wxEmptyString, wxITEM_NORMAL ); -- m_menuHelp->Append( m_menuItemCheckVersionNow ); -+ //m_menuHelp->Append( m_menuItemCheckVersionNow ); - - m_menuItemCheckVersionAuto = new wxMenuItem( m_menuHelp, wxID_ANY, wxString( _("Check &automatically once a week") ) , wxEmptyString, wxITEM_CHECK ); -- m_menuHelp->Append( m_menuItemCheckVersionAuto ); -+ //m_menuHelp->Append( m_menuItemCheckVersionAuto ); - m_menuItemCheckVersionAuto->Check( true ); - - m_menuHelp->AppendSeparator(); -diff -Naur FreeFileSync_11.13_Source_orig/FreeFileSync/Source/ui/main_dlg.cpp FreeFileSync_11.13_Source/FreeFileSync/Source/ui/main_dlg.cpp ---- FreeFileSync_11.13_Source_orig/FreeFileSync/Source/ui/main_dlg.cpp 2021-08-17 09:48:08.000000000 +0200 -+++ FreeFileSync_11.13_Source/FreeFileSync/Source/ui/main_dlg.cpp 2022-01-16 17:27:16.593500053 +0100 -@@ -845,7 +845,7 @@ + m_menuItemCheckVersionNow = new wxMenuItem( m_menuHelp, wxID_ANY, wxString( _("&Check for updates now") ), wxEmptyString, wxITEM_NORMAL ); +- m_menuHelp->Append( m_menuItemCheckVersionNow ); ++ //m_menuHelp->Append( m_menuItemCheckVersionNow ); + + m_menuItemCheckVersionAuto = new wxMenuItem( m_menuHelp, wxID_ANY, wxString( _("Check &automatically once a week") ), wxEmptyString, wxITEM_CHECK ); +- m_menuHelp->Append( m_menuItemCheckVersionAuto ); ++ //m_menuHelp->Append( m_menuItemCheckVersionAuto ); + m_menuItemCheckVersionAuto->Check( true ); + + m_menuHelp->AppendSeparator(); +diff -Naur FreeFileSync_11.23_Source_orig/FreeFileSync/Source/ui/main_dlg.cpp FreeFileSync_11.23_Source/FreeFileSync/Source/ui/main_dlg.cpp +--- FreeFileSync_11.23_Source_orig/FreeFileSync/Source/ui/main_dlg.cpp 2022-07-23 15:18:28.000000000 +0200 ++++ FreeFileSync_11.23_Source/FreeFileSync/Source/ui/main_dlg.cpp 2022-08-26 15:48:40.582681036 +0200 +@@ -928,7 +928,7 @@ updateGui(); //register regular check for update on next idle event @@ -31,16 +31,16 @@ //asynchronous call to wxWindow::Layout(): fix superfluous frame on right and bottom when FFS is started in fullscreen mode Bind(wxEVT_IDLE, &MainDialog::onLayoutWindowAsync, this); -diff -Naur FreeFileSync_11.13_Source_orig/FreeFileSync/Source/ui/version_check.cpp FreeFileSync_11.13_Source/FreeFileSync/Source/ui/version_check.cpp ---- FreeFileSync_11.13_Source_orig/FreeFileSync/Source/ui/version_check.cpp 2022-01-16 17:31:51.876901517 +0100 -+++ FreeFileSync_11.13_Source/FreeFileSync/Source/ui/version_check.cpp 2022-01-16 17:32:03.004877442 +0100 +diff -Naur FreeFileSync_11.23_Source_orig/FreeFileSync/Source/ui/version_check.cpp FreeFileSync_11.23_Source/FreeFileSync/Source/ui/version_check.cpp +--- FreeFileSync_11.23_Source_orig/FreeFileSync/Source/ui/version_check.cpp 2022-07-23 15:18:28.000000000 +0200 ++++ FreeFileSync_11.23_Source/FreeFileSync/Source/ui/version_check.cpp 2022-08-26 15:49:30.950625085 +0200 @@ -77,7 +77,9 @@ return false; const time_t now = std::time(nullptr); - return std::abs(now - lastUpdateCheck) >= 7 * 24 * 3600; //check weekly + //return std::abs(now - lastUpdateCheck) >= 7 * 24 * 3600; //check weekly -+ ++ + return false; } ++++++ FreeFileSync-icon-loader.patch ++++++ --- /var/tmp/diff_new_pack.3E3mxL/_old 2022-09-01 22:11:57.140372344 +0200 +++ /var/tmp/diff_new_pack.3E3mxL/_new 2022-09-01 22:11:57.140372344 +0200 @@ -1,12 +1,13 @@ ---- FreeFileSync_11.9_Source_orig/FreeFileSync/Source/base/icon_loader.cpp 2021-04-01 20:49:34.000000000 +0200 -+++ FreeFileSync_11.9_Source/FreeFileSync/Source/base/icon_loader.cpp 2021-05-14 16:26:33.212337647 +0200 -@@ -216,7 +216,7 @@ +diff -Naur FreeFileSync_11.23_Source_orig/FreeFileSync/Source/base/icon_loader.cpp FreeFileSync_11.23_Source/FreeFileSync/Source/base/icon_loader.cpp +--- FreeFileSync_11.23_Source_orig/FreeFileSync/Source/base/icon_loader.cpp 2022-07-23 15:18:28.000000000 +0200 ++++ FreeFileSync_11.23_Source/FreeFileSync/Source/base/icon_loader.cpp 2022-08-26 15:59:38.453852879 +0200 +@@ -227,7 +227,7 @@ //the remaining icon types won't block! assert(GDK_IS_PIXBUF(gicon) || G_IS_THEMED_ICON(gicon) || G_IS_EMBLEMED_ICON(gicon)); -- return FileIconHolder(static_cast<GIcon*>(::g_object_ref(gicon)) /*pass ownership*/, maxSize); -+ return FileIconHolder(gicon /*pass ownership*/, maxSize); +- ::g_object_ref(gicon); //pass ownership ++ //::g_object_ref(gicon); //pass ownership + return FileIconHolder(gicon, maxSize); // } - ++++++ FreeFileSync-resources.patch ++++++ --- /var/tmp/diff_new_pack.3E3mxL/_old 2022-09-01 22:11:57.156372389 +0200 +++ /var/tmp/diff_new_pack.3E3mxL/_new 2022-09-01 22:11:57.160372399 +0200 @@ -1,10 +1,11 @@ ---- FreeFileSync_11.0_Source_orig/FreeFileSync/Source/ffs_paths.cpp 2020-07-22 13:22:20.000000000 +0200 -+++ FreeFileSync_11.0_Source/FreeFileSync/Source/ffs_paths.cpp 2020-08-04 15:21:24.667813874 +0200 -@@ -64,7 +64,8 @@ +diff -Naur FreeFileSync_11.23_Source_orig/FreeFileSync/Source/ffs_paths.cpp FreeFileSync_11.23_Source/FreeFileSync/Source/ffs_paths.cpp +--- FreeFileSync_11.23_Source_orig/FreeFileSync/Source/ffs_paths.cpp 2022-07-23 15:18:28.000000000 +0200 ++++ FreeFileSync_11.23_Source/FreeFileSync/Source/ffs_paths.cpp 2022-08-26 15:41:30.007973691 +0200 +@@ -49,7 +49,8 @@ - Zstring fff::getResourceDirPf() + Zstring fff::getResourceDirPath() { -- return getProcessParentFolderPath() + FILE_NAME_SEPARATOR + Zstr("Resources") + FILE_NAME_SEPARATOR; +- return appendPath(getProcessParentFolderPath(), Zstr("Resources")); + // for opensuse install to /usr/share/FreeFileSync specificly + return Zstr("/usr/share/FreeFileSync/"); }