forked from pool/FreeFileSync
Accepting request 1142943 from network
- Update to 13.3: * Completed CASA security assessment for Google Drive * Use system temp folder for auto-updating * Ignore errors when setting directory attributes is unsupported * Save GUI sync log file even when cancelled * Fixed Business Edition install over existing installation OBS-URL: https://build.opensuse.org/request/show/1142943 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FreeFileSync?expand=0&rev=21
This commit is contained in:
commit
ab0cc5f62f
@ -1,26 +1,30 @@
|
||||
diff -ru orig/FreeFileSync/Source/application.cpp mod/FreeFileSync/Source/application.cpp
|
||||
--- orig/FreeFileSync/Source/application.cpp 2023-10-23 19:11:01.000000000 +0200
|
||||
+++ mod/FreeFileSync/Source/application.cpp 2023-11-06 08:28:37.761541047 +0100
|
||||
@@ -245,9 +245,6 @@
|
||||
Index: FreeFileSync-13.3/FreeFileSync/Source/application.cpp
|
||||
===================================================================
|
||||
--- FreeFileSync-13.3.orig/FreeFileSync/Source/application.cpp
|
||||
+++ FreeFileSync-13.3/FreeFileSync/Source/application.cpp
|
||||
@@ -243,10 +243,6 @@ wxLayoutDirection Application::GetLayout
|
||||
|
||||
int Application::OnRun()
|
||||
{
|
||||
try
|
||||
{
|
||||
-#if wxUSE_EXCEPTIONS
|
||||
-#error why is wxWidgets uncaught exception handling enabled!?
|
||||
-#endif
|
||||
-
|
||||
//exception => Windows: let it crash and create mini dump!!! Linux/macOS: std::exception::what() logged to console
|
||||
[[maybe_unused]] const int rc = wxApp::OnRun();
|
||||
}
|
||||
catch (const std::bad_alloc& e) //the only kind of exception we don't want crash dumps for
|
||||
diff -ru orig/FreeFileSync/Source/RealTimeSync/application.cpp mod/FreeFileSync/Source/RealTimeSync/application.cpp
|
||||
--- orig/FreeFileSync/Source/RealTimeSync/application.cpp 2023-10-23 19:11:01.000000000 +0200
|
||||
+++ mod/FreeFileSync/Source/RealTimeSync/application.cpp 2023-11-06 10:00:53.809721258 +0100
|
||||
@@ -211,9 +211,6 @@
|
||||
return static_cast<int>(exitCode_);
|
||||
Index: FreeFileSync-13.3/FreeFileSync/Source/RealTimeSync/application.cpp
|
||||
===================================================================
|
||||
--- FreeFileSync-13.3.orig/FreeFileSync/Source/RealTimeSync/application.cpp
|
||||
+++ FreeFileSync-13.3/FreeFileSync/Source/RealTimeSync/application.cpp
|
||||
@@ -209,10 +209,6 @@ wxLayoutDirection Application::GetLayout
|
||||
|
||||
int Application::OnRun()
|
||||
{
|
||||
try
|
||||
{
|
||||
-#if wxUSE_EXCEPTIONS
|
||||
-#error why is wxWidgets uncaught exception handling enabled!?
|
||||
-#endif
|
||||
-
|
||||
//exception => Windows: let it crash and create mini dump!!! Linux/macOS: std::exception::what() logged to console
|
||||
[[maybe_unused]] const int rc = wxApp::OnRun();
|
||||
}
|
||||
catch (const std::bad_alloc& e) //the only kind of exception we don't want crash dumps for
|
||||
return static_cast<int>(FfsExitCode::success); //process exit code
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 31 07:08:15 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 13.3:
|
||||
* Completed CASA security assessment for Google Drive
|
||||
* Use system temp folder for auto-updating
|
||||
* Ignore errors when setting directory attributes is unsupported
|
||||
* Save GUI sync log file even when cancelled
|
||||
* Fixed Business Edition install over existing installation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 07:00:43 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package FreeFileSync
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: FreeFileSync
|
||||
Version: 13.2
|
||||
Version: 13.3
|
||||
Release: 0
|
||||
Summary: Backup software to synchronize files and folders
|
||||
License: GPL-3.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dbdc390774836d839bcdb3a21c0872b181288de6eff6918f15f059eae721423
|
||||
size 2759779
|
3
FreeFileSync_13.3_Source.zip
Normal file
3
FreeFileSync_13.3_Source.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a908279c1b5b5e063209a82cc1de918040a4fab7c6cc29b2bc2a284c5ce9f78
|
||||
size 2756885
|
Loading…
x
Reference in New Issue
Block a user