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-08-25 20:57:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/FreeFileSync (Old) and /work/SRC/openSUSE:Factory/.FreeFileSync.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FreeFileSync" Wed Aug 25 20:57:53 2021 rev:8 rq:913915 version:11.13 Changes: -------- --- /work/SRC/openSUSE:Factory/FreeFileSync/FreeFileSync.changes 2021-06-19 23:03:31.635716362 +0200 +++ /work/SRC/openSUSE:Factory/.FreeFileSync.new.1899/FreeFileSync.changes 2021-08-25 20:59:20.689071661 +0200 @@ -1,0 +2,26 @@ +Tue Aug 24 01:51:15 UTC 2021 - Jan Engelhardt <[email protected]> + +- Trim filler wording from descriptions. + +------------------------------------------------------------------- +Sun Aug 22 11:37:57 UTC 2021 - Jannik Seiler <[email protected]> + +- Update to 11.13 + - Manage default filter settings via GUI + - Support arbitrary location for local app installation (macOS) + - Fixed ERROR_FILE_NOT_FOUND masking real file access error (Windows) + - Copy full file paths to clipboard (CTRL + C) + - Preserve clipboard contents until after program exit + - Always enable external command if independent of file items + - Support installation without Rosetta2 on ARM64 (macOS) +- Changes from 11.12 + - Native ARM64 build to support Apple silicon M1 (macOS) + - Non-intrusive mouse highlight on file grid + - Fixed /lib/i386-linux-gnu/libgcc_s.so.1: version `GCC_7.0.0' not found + - Parse file times with no limits on time span (e.g. year 0, year 3000) + - Show folder icon during drag and drop (Windows) + - Show user name for (S)FTP display paths + - Fixed FTP connection lost error with TLS 1.3 + - Present file sizes in powers of 1000 bytes (Linux, macOS) + +------------------------------------------------------------------- Old: ---- FreeFileSync_11.11_Source.zip New: ---- FreeFileSync_11.13_Source.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FreeFileSync.spec ++++++ --- /var/tmp/diff_new_pack.cACNIb/_old 2021-08-25 20:59:21.217070968 +0200 +++ /var/tmp/diff_new_pack.cACNIb/_new 2021-08-25 20:59:21.221070963 +0200 @@ -17,9 +17,9 @@ Name: FreeFileSync -Version: 11.11 +Version: 11.13 Release: 0 -Summary: Free backup software to synchronize files and folders +Summary: Backup software to synchronize files and folders License: GPL-3.0-or-later Group: Productivity/Networking/System URL: https://www.freefilesync.org/ @@ -42,19 +42,20 @@ BuildRequires: wxGTK3-3_2-devel >= 3.1.4 %description -FreeFileSync is a free Open Source software that helps you synchronize files -and synchronize folders for Windows, Linux and Mac OS X. It is designed to save -your time setting up and running backup jobs while having nice visual feedback along the way. +FreeFileSync is a software that helps synchronizing files +and folders. It runs backup jobs while having visual +feedback along the way. %package -n RealtimeSync -Summary: Free backup software to synchronize files and folders +Summary: Backup software to synchronize files and folders Group: Productivity/Networking/System Requires: %{name} = %{version}-%{release} %description -n RealtimeSync -The primary purpose of RealtimeSync is to execute a command line each time it detects changes -in one of the monitored directories or when a directory becomes available (e. g. insert of a USB-stick). -Usually this command line will trigger a FreeFileSync batch job. +RealtimeSync executes a command each time it detects changes +in one of the monitored directories, or when a directory becomes +available (e.g. insertion of a USB drive). +This command will usually trigger a FreeFileSync batch job. %prep %autosetup -p1 -c %{name}-%{version} @@ -102,8 +103,8 @@ %{_bindir}/update-desktop-database --quiet %{_datadir}/applications || true %files -%license %attr(444, -, -) License.txt -%doc %attr(444, -, -) Changelog.txt +%license License.txt +%doc Changelog.txt %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png @@ -111,8 +112,8 @@ %dir %{_datadir}/%{name} %files -n RealtimeSync -%license %attr(444, -, -) License.txt -%doc %attr(444, -, -) Changelog.txt +%license License.txt +%doc Changelog.txt %{_bindir}/RealTimeSync %{_datadir}/applications/RealTimeSync.desktop %{_datadir}/pixmaps/RealTimeSync.png
