SHA256
1
0
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:
Eric Schirra 2018-09-24 15:54:46 +00:00 committed by Git OBS Bridge
parent 4276a685f4
commit 60b9d299c1
4 changed files with 27 additions and 13 deletions

View File

@ -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

View File

@ -17,7 +17,7 @@
Name: FreeFileSync
Summary: Free backup software to synchronize files and folders
Version: 10.3
Version: 10.4
Release: 1
License: GPL-3.0+
Group: Productivity/Networking/System
@ -32,9 +32,9 @@ BuildRequires: unzip
BuildRequires: boost-devel >= 1.54
BuildRequires: wxWidgets-3_2-devel
BuildRequires: update-desktop-files
%if 0%{?suse_version} < 1500
%if 0%{?suse_version} <= 1500
# FreeFileSync requires C++14 support.
BuildRequires: gcc7-c++
BuildRequires: gcc8-c++
%else
BuildRequires: gcc-c++
%endif
@ -63,9 +63,9 @@ chmod -x License.txt
%build
#
%if 0%{?suse_version} < 1500
export CC="gcc-7"
export CXX="g++-7"
%if 0%{?suse_version} <= 1500
export CC="gcc-8"
export CXX="g++-8"
# Default ABI through G++4.9, thus the one wxWidgets uses.
export CXXFLAGS="%{optflags} -fabi-version=2 -fabi-compat-version=2"
%else
@ -78,8 +78,8 @@ pushd %{name}/Source
# Add -lz to LINKFLAGS for proper compilation
sed -i -e 's:CPP_FILES=:LINKFLAGS += -lz\n\n CPP_FILES=:g' Makefile
%if 0%{?suse_version} < 1500
sed -i -e 's:g++:g++-7:g' Makefile
%if 0%{?suse_version} <= 1500
sed -i -e 's:g++:g++-8:g' Makefile
sed -i -e 's:CXXFLAGS =:CXXFLAGS +=:g' Makefile
%else
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
popd
pushd %{name}/Source/RealTimeSync
%if 0%{?suse_version} < 1500
sed -i -e 's:g++:g++-7:g' Makefile
%if 0%{?suse_version} <= 1500
sed -i -e 's:g++:g++-8:g' Makefile
sed -i -e 's:CXXFLAGS =:CXXFLAGS +=:g' Makefile
%else
sed -i -e 's:g++:g++:g' Makefile

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e958ae968d4e8aff40e547edc575735da73fe0dd9d2558b060f11471a24a0ef
size 2954337

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57f1bab7110257fe1b0ba853c3fc7f652e2b63fb1d9f6cc83ee65eea1ec7d784
size 2969549