forked from pool/FreeFileSync
Accepting request 375705 from home:ecsos
update to 8.0 OBS-URL: https://build.opensuse.org/request/show/375705 OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=13
This commit is contained in:
parent
773bb3f979
commit
e3c9156ad0
@ -1,7 +1,7 @@
|
|||||||
diff -Pdpru FreeFileSync.orig/FreeFileSync/Source/Makefile FreeFileSync/FreeFileSync/Source/Makefile
|
diff -Pdpru FreeFileSync.orig/FreeFileSync/Source/Makefile FreeFileSync/FreeFileSync/Source/Makefile
|
||||||
--- FreeFileSync.orig/FreeFileSync/Source/Makefile 2015-11-02 13:29:48.000000000 +0100
|
--- FreeFileSync.orig/FreeFileSync/Source/Makefile 2015-11-02 13:29:48.000000000 +0100
|
||||||
+++ FreeFileSync/FreeFileSync/Source/Makefile 2016-02-13 13:42:51.437763949 +0100
|
+++ FreeFileSync/FreeFileSync/Source/Makefile 2016-03-19 15:56:36.756289044 +0100
|
||||||
@@ -113,7 +113,9 @@ install:
|
@@ -113,9 +113,10 @@ install:
|
||||||
mkdir -p $(APPSHAREDIR)
|
mkdir -p $(APPSHAREDIR)
|
||||||
cp -R ../Build/Languages/ \
|
cp -R ../Build/Languages/ \
|
||||||
../Build/Help/ \
|
../Build/Help/ \
|
||||||
@ -10,5 +10,7 @@ diff -Pdpru FreeFileSync.orig/FreeFileSync/Source/Makefile FreeFileSync/FreeFile
|
|||||||
+ ../Build/gong.wav \
|
+ ../Build/gong.wav \
|
||||||
+ ../Build/harp.wav \
|
+ ../Build/harp.wav \
|
||||||
../Build/Resources.zip \
|
../Build/Resources.zip \
|
||||||
../Build/styles.gtk_rc \
|
- ../Build/styles.gtk_rc \
|
||||||
$(APPSHAREDIR)
|
$(APPSHAREDIR)
|
||||||
|
|
||||||
|
mkdir -p $(DOCSHAREDIR)
|
||||||
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 17 21:16:18 UTC 2016 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
- update to 8.0 [2016-03-17]
|
||||||
|
- Fine-tuned buffer sizes for 70% improved SFTP stream I/O speed
|
||||||
|
- Support incomplete read/write operations while maximizing
|
||||||
|
buffer saturation
|
||||||
|
- Automatically check consistency of FreeFileSync installation
|
||||||
|
- Fixed crash when using SFTP on CPUs without SSE2 support
|
||||||
|
- Improved GUI responsiveness during SFTP I/O
|
||||||
|
- Disabled automatic quote substitution for file filter (OS X)
|
||||||
|
- Work around invalid parameter error on FAT drives for broken
|
||||||
|
create times
|
||||||
|
- Avoid filter mismatches by using precomposed UTF (OS X)
|
||||||
|
- Fixed main dialog close button not being disabled during sync
|
||||||
|
(OS X)
|
||||||
|
- Don't create AppleDouble files if extended attributes are
|
||||||
|
unsupported (OS X)
|
||||||
|
- Set content format metadata when copying to an MTP device
|
||||||
|
- Fixed F-keys not working in sync config dialog (Linux)
|
||||||
|
- Revert to default button margin values (Linux)
|
||||||
|
- Fixed crash when thumbnail loading fails on MTP device
|
||||||
|
- Fixed main grids not scrolling in parallel during mouse
|
||||||
|
selection
|
||||||
|
- Revert to default scaling for non-dpi-aware apps
|
||||||
|
- Integrate FreeFileSync online manual
|
||||||
|
- Added Slovak translation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 13 11:52:39 UTC 2016 - ecsos@opensuse.org
|
Sat Feb 13 11:52:39 UTC 2016 - 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: 7.9
|
Version: 8.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
@ -47,12 +47,12 @@ 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
|
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.
|
your time setting up and running backup jobs while having nice visual feedback along the way.
|
||||||
|
|
||||||
%package -n RealTimeSync
|
%package -n RealtimeSync
|
||||||
Summary: Free backup software to synchronize files and folders
|
Summary: Free backup software to synchronize files and folders
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
Requires: %{name} = %{version}-{%release}
|
Requires: %{name} = %{version}-{%release}
|
||||||
|
|
||||||
%description -n RealTimeSync
|
%description -n RealtimeSync
|
||||||
The primary purpose of RealtimeSync is to execute a command line each time it detects changes
|
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).
|
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.
|
Usually this command line will trigger a FreeFileSync batch job.
|
||||||
@ -110,7 +110,7 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
|
|
||||||
%files -n RealTimeSync
|
%files -n RealtimeSync
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%{_bindir}/RealTimeSync
|
%{_bindir}/RealTimeSync
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22e725bc0a5187e7b54e25126f4a16f3c9609ffe6018a93df3d8c4e5440061a1
|
|
||||||
size 2760357
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68a80960b4ac5a0cef94e504a46ac97aa0c2a9be2e012a11b090621d1fd6dec1
|
|
||||||
size 2991263
|
|
3
FreeFileSync_8.0_Source.zip
Normal file
3
FreeFileSync_8.0_Source.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00cd609c2a810d0d657c6b875ef57ea89ca9ab76cfb676e6c7874e49e0c9de6e
|
||||||
|
size 2976767
|
Loading…
x
Reference in New Issue
Block a user