forked from pool/FreeFileSync
Accepting request 894855 from home:seil0:branches:network
- Update to 11.9 - Save different layouts depending on screen resolution - Fixed large file icon scaling quality (Windows) - Fixed broken default filter excluding DocumentRevisions (macOS) - Don't immediately exit terminal when installer error is showing (Linux) - Explicitly set file permissions when installing missing directories (Linux) - Support installation using noexec temp directory (Linux) - Don't fail installation if root is the only user (Linux) - Added automatic socket close on execv (Linux, macOS) - Fixed Google Drive login hanging after authentication (Linux) - Correctly generate and parse Windows epoch time (Windows, macOS) - Changes from 11.8 - Fixed unexpected file size error when copying to (S)FTP, and Google Drive OBS-URL: https://build.opensuse.org/request/show/894855 OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=45
This commit is contained in:
parent
123c605fa2
commit
7f0ff7fda0
11
FreeFileSync-icon_loader.patch
Normal file
11
FreeFileSync-icon_loader.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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 @@
|
||||
//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);
|
||||
|
||||
}
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 21 19:40:09 UTC 2021 - Jannik Seiler <seil0@mosad.xyz>
|
||||
|
||||
- Update to 11.9
|
||||
- Save different layouts depending on screen resolution
|
||||
- Fixed large file icon scaling quality (Windows)
|
||||
- Fixed broken default filter excluding DocumentRevisions (macOS)
|
||||
- Don't immediately exit terminal when installer error is showing (Linux)
|
||||
- Explicitly set file permissions when installing missing directories (Linux)
|
||||
- Support installation using noexec temp directory (Linux)
|
||||
- Don't fail installation if root is the only user (Linux)
|
||||
- Added automatic socket close on execv (Linux, macOS)
|
||||
- Fixed Google Drive login hanging after authentication (Linux)
|
||||
- Correctly generate and parse Windows epoch time (Windows, macOS)
|
||||
- Changes from 11.8
|
||||
- Fixed unexpected file size error when copying to (S)FTP, and Google Drive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 22:17:33 UTC 2021 - Jannik Seiler <seil0@mosad.xyz>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: FreeFileSync
|
||||
Version: 11.7
|
||||
Version: 11.9
|
||||
Release: 0
|
||||
Summary: Free backup software to synchronize files and folders
|
||||
License: GPL-3.0-or-later
|
||||
@ -30,6 +30,7 @@ Source3: RealTimeSync.desktop
|
||||
Source4: RealTimeSync.png
|
||||
Patch0: FreeFileSync-Build.patch
|
||||
Patch1: FreeFileSync-Resources.patch
|
||||
Patch2: FreeFileSync-icon_loader.patch
|
||||
BuildRequires: boost-devel >= 1.54
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libcurl-devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b7ddd31168a4dd99a5070c601a7da4b4cf323840b77b702f8caef9e064b966f
|
||||
size 2558420
|
3
FreeFileSync_11.9_Source.zip
Normal file
3
FreeFileSync_11.9_Source.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1887cc90b6cc91052011ef4eaa45410e4a990a4020e183bb0c47d8b51ac4713
|
||||
size 2559897
|
Loading…
x
Reference in New Issue
Block a user