forked from pool/FreeFileSync
Accepting request 913915 from network
OBS-URL: https://build.opensuse.org/request/show/913915 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FreeFileSync?expand=0&rev=8
This commit is contained in:
commit
d99d95b119
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 24 01:51:15 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim filler wording from descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 22 11:37:57 UTC 2021 - Jannik Seiler <seil0@mosad.xyz>
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 16 18:54:18 UTC 2021 - Jannik Seiler <seil0@mosad.xyz>
|
||||
|
||||
|
@ -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: update-desktop-files
|
||||
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 @@ install -p %{SOURCE4} %{buildroot}%{_datadir}/pixmaps/
|
||||
%{_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 @@ install -p %{SOURCE4} %{buildroot}%{_datadir}/pixmaps/
|
||||
%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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d305ea2438f419722e063d882a9db4f44341818851b546ea2b9f5b66bc3ec0d2
|
||||
size 2552834
|
3
FreeFileSync_11.13_Source.zip
Normal file
3
FreeFileSync_11.13_Source.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51cc5940fb99d85e52f519bc9b5c96fd1434b834b3ceadd51765bf4038a1eea5
|
||||
size 2554702
|
Loading…
Reference in New Issue
Block a user