forked from pool/FreeFileSync
Accepting request 637724 from home:ecsos:Backup
- Update to 10.4 - Allow overriding log folder path for gui and batch runs - Fixed RTS not triggering for volume path by name - Fixed reading FTP folders including wildcard chars - Fixed image overlay graphics glitch (Linux) - Don't show error if versioning folder is not yet existing - Fixed crash removing folder pair before comparison (F5) - Fixed crash when parent of newly-moved file is missing - Fixed statistics when folder containing moved files is found missing OBS-URL: https://build.opensuse.org/request/show/637724 OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=32
This commit is contained in:
parent
4276a685f4
commit
60b9d299c1
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 15:24:38 UTC 2018 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
- Update to 10.4
|
||||||
|
- Allow overriding log folder path for gui and batch runs
|
||||||
|
- Fixed RTS not triggering for volume path by name
|
||||||
|
- Fixed reading FTP folders including wildcard chars
|
||||||
|
- Fixed image overlay graphics glitch (Linux)
|
||||||
|
- Don't show error if versioning folder is not yet existing
|
||||||
|
- Fixed crash removing folder pair before comparison (F5)
|
||||||
|
- Fixed crash when parent of newly-moved file is missing
|
||||||
|
- Fixed statistics when folder containing moved files is found
|
||||||
|
missing
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 24 15:18:52 UTC 2018 - ecsos@opensuse.org
|
Mon Sep 24 15:18:52 UTC 2018 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: FreeFileSync
|
Name: FreeFileSync
|
||||||
Summary: Free backup software to synchronize files and folders
|
Summary: Free backup software to synchronize files and folders
|
||||||
Version: 10.3
|
Version: 10.4
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
@ -32,9 +32,9 @@ BuildRequires: unzip
|
|||||||
BuildRequires: boost-devel >= 1.54
|
BuildRequires: boost-devel >= 1.54
|
||||||
BuildRequires: wxWidgets-3_2-devel
|
BuildRequires: wxWidgets-3_2-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} <= 1500
|
||||||
# FreeFileSync requires C++14 support.
|
# FreeFileSync requires C++14 support.
|
||||||
BuildRequires: gcc7-c++
|
BuildRequires: gcc8-c++
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%endif
|
%endif
|
||||||
@ -63,9 +63,9 @@ chmod -x License.txt
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
#
|
#
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} <= 1500
|
||||||
export CC="gcc-7"
|
export CC="gcc-8"
|
||||||
export CXX="g++-7"
|
export CXX="g++-8"
|
||||||
# Default ABI through G++4.9, thus the one wxWidgets uses.
|
# Default ABI through G++4.9, thus the one wxWidgets uses.
|
||||||
export CXXFLAGS="%{optflags} -fabi-version=2 -fabi-compat-version=2"
|
export CXXFLAGS="%{optflags} -fabi-version=2 -fabi-compat-version=2"
|
||||||
%else
|
%else
|
||||||
@ -78,8 +78,8 @@ pushd %{name}/Source
|
|||||||
# Add -lz to LINKFLAGS for proper compilation
|
# Add -lz to LINKFLAGS for proper compilation
|
||||||
sed -i -e 's:CPP_FILES=:LINKFLAGS += -lz\n\n CPP_FILES=:g' Makefile
|
sed -i -e 's:CPP_FILES=:LINKFLAGS += -lz\n\n CPP_FILES=:g' Makefile
|
||||||
|
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} <= 1500
|
||||||
sed -i -e 's:g++:g++-7:g' Makefile
|
sed -i -e 's:g++:g++-8:g' Makefile
|
||||||
sed -i -e 's:CXXFLAGS =:CXXFLAGS +=:g' Makefile
|
sed -i -e 's:CXXFLAGS =:CXXFLAGS +=:g' Makefile
|
||||||
%else
|
%else
|
||||||
sed -i -e 's:g++:g++:g' Makefile
|
sed -i -e 's:g++:g++:g' Makefile
|
||||||
@ -88,8 +88,8 @@ sed -i -e 's:g++:g++:g' Makefile
|
|||||||
make %{?_smp_mflags} BUILD=FreeFileSync
|
make %{?_smp_mflags} BUILD=FreeFileSync
|
||||||
popd
|
popd
|
||||||
pushd %{name}/Source/RealTimeSync
|
pushd %{name}/Source/RealTimeSync
|
||||||
%if 0%{?suse_version} < 1500
|
%if 0%{?suse_version} <= 1500
|
||||||
sed -i -e 's:g++:g++-7:g' Makefile
|
sed -i -e 's:g++:g++-8:g' Makefile
|
||||||
sed -i -e 's:CXXFLAGS =:CXXFLAGS +=:g' Makefile
|
sed -i -e 's:CXXFLAGS =:CXXFLAGS +=:g' Makefile
|
||||||
%else
|
%else
|
||||||
sed -i -e 's:g++:g++:g' Makefile
|
sed -i -e 's:g++:g++:g' Makefile
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9e958ae968d4e8aff40e547edc575735da73fe0dd9d2558b060f11471a24a0ef
|
|
||||||
size 2954337
|
|
3
FreeFileSync_10.4_Source.zip
Normal file
3
FreeFileSync_10.4_Source.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:57f1bab7110257fe1b0ba853c3fc7f652e2b63fb1d9f6cc83ee65eea1ec7d784
|
||||||
|
size 2969549
|
Loading…
x
Reference in New Issue
Block a user