Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package FreeFileSync for openSUSE:Factory 
checked in at 2021-05-23 00:06:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FreeFileSync (Old)
 and      /work/SRC/openSUSE:Factory/.FreeFileSync.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FreeFileSync"

Sun May 23 00:06:05 2021 rev:6 rq:894912 version:11.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/FreeFileSync/FreeFileSync.changes        
2021-03-06 21:18:57.765256428 +0100
+++ /work/SRC/openSUSE:Factory/.FreeFileSync.new.2988/FreeFileSync.changes      
2021-05-23 00:06:08.782619713 +0200
@@ -1,0 +2,18 @@
+Fri May 21 19:40:09 UTC 2021 - Jannik Seiler <[email protected]>
+
+- 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
+- add FreeFileSync-icon_loader.patch to fix build error
+  
+-------------------------------------------------------------------

Old:
----
  FreeFileSync_11.7_Source.zip

New:
----
  FreeFileSync-icon_loader.patch
  FreeFileSync_11.9_Source.zip

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ FreeFileSync.spec ++++++
--- /var/tmp/diff_new_pack.DITt4R/_old  2021-05-23 00:06:09.318616861 +0200
+++ /var/tmp/diff_new_pack.DITt4R/_new  2021-05-23 00:06:09.322616840 +0200
@@ -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 @@
 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

++++++ FreeFileSync-icon_loader.patch ++++++
--- 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);
 
 }
 

Reply via email to