Accepting request 295441 from home:ecsos
update to 6.15 OBS-URL: https://build.opensuse.org/request/show/295441 OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=3
This commit is contained in:
parent
9204ee4ce8
commit
7245d5c194
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 11 22:00:38 UTC 2015 - ecsos@opensuse.org
|
||||
|
||||
- update to 6.15 [2015-04-07]
|
||||
- Revert to log file naming convention without colon character
|
||||
- Prevent endless recursion when traversing into folder on
|
||||
corrupt file system
|
||||
- Fixed view filter button rendering issue for RTL languages
|
||||
- Fixed grid losing far scroll positions when increasing
|
||||
icon sizes
|
||||
- Flush file buffers before verifying file copy
|
||||
- Update existing items when retrying failed folder traversal
|
||||
- Harmonized bitmap file loading by removing format variance
|
||||
- Fixed invalid argument error when setting file times (Linux)
|
||||
- Fixed application hang when loading icon for named pipe (Linux)
|
||||
- Improved file copy read-ahead performance (Linux)
|
||||
- Use native file I/O for stream operations (Linux, OS X)
|
||||
- Fixed file copy creating zero-sized files (OS X)
|
||||
- Automatically create Minidump files during an
|
||||
application crash (Windows)
|
||||
- Check for missing service pack to help
|
||||
diagnose crash (Windows 7)
|
||||
- New menu item with download link after a version update
|
||||
- Work around C-function memory race condition when
|
||||
formatting time
|
||||
- Added Hindi language
|
||||
|
||||
- changes from 6.14 [2015-02-10]
|
||||
- New buttons allow changing the order of folder pairs
|
||||
- New keyboard shortcuts for rearranging folder pairs
|
||||
- Preserve comparison results when deleting a specific
|
||||
folder pair
|
||||
- Allow inserting new folder pairs into the middle of the list
|
||||
- Append status to log file names when warnings occur
|
||||
- Don't interrupt immediate comparison when starting a .ffs_gui
|
||||
file for slow devices
|
||||
- Work around wxWidgets bug eating up command keys in
|
||||
text boxes (Linux)
|
||||
- Fixed incorrect parameter error when checking recycle bin on
|
||||
drive mounted with Paragon ExtFS (Windows)
|
||||
- Use colon as time stamp seperator in log file names
|
||||
- Refactored basic low-level file traversal routine
|
||||
- Optimized file icon startup procedure
|
||||
- Fixed occasional failure to set modification times on
|
||||
Samba shares (OS X)
|
||||
- Transfer creation times during file copy (OS X)
|
||||
- Support copying file times with nano-second precision (OS X)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 9 11:53:18 UTC 2015 - ecsos@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
Name: FreeFileSync
|
||||
Summary: Free backup software to synchronize files and folders
|
||||
Version: 6.13
|
||||
Version: 6.15
|
||||
Release: 1
|
||||
License: GPL-3.0+
|
||||
Group: Productivity/Networking/System
|
||||
@ -30,6 +30,7 @@ Source4: RealtimeSync.png
|
||||
Source5: zenXml_2.1-stripped.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: unzip
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: boost-devel >= 1.54
|
||||
BuildRequires: wxWidgets-3_0-devel
|
||||
@ -53,6 +54,7 @@ Usually this command line will trigger a FreeFileSync batch job.
|
||||
%prep
|
||||
%setup -T -b 0 -c %{name}-%{version}
|
||||
%setup -T -a 5 -c %{name}-%{version} -D
|
||||
dos2unix LICENSE
|
||||
|
||||
%build
|
||||
pushd %{name}/Source
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6472ef731a434634d57443caed5904e98929217f5b9b243d07e0c951003a796
|
||||
size 2612566
|
3
FreeFileSync_6.15_Source.zip
Normal file
3
FreeFileSync_6.15_Source.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:943b01b93c22a80f5375b018152ab953bbc09d766e076dff4b8a27b6ee274201
|
||||
size 2631985
|
Loading…
x
Reference in New Issue
Block a user