Compare commits

..

No commits in common. "factory" and "devel" have entirely different histories.

5 changed files with 14 additions and 31 deletions

View File

@ -1,7 +1,7 @@
Index: FreeFileSync-13.8/FreeFileSync/Source/ui/gui_generated.cpp Index: FreeFileSync-13.6/FreeFileSync/Source/ui/gui_generated.cpp
=================================================================== ===================================================================
--- FreeFileSync-13.8.orig/FreeFileSync/Source/ui/gui_generated.cpp --- FreeFileSync-13.6.orig/FreeFileSync/Source/ui/gui_generated.cpp
+++ FreeFileSync-13.8/FreeFileSync/Source/ui/gui_generated.cpp +++ FreeFileSync-13.6/FreeFileSync/Source/ui/gui_generated.cpp
@@ -108,10 +108,10 @@ MainDialogGenerated::MainDialogGenerated @@ -108,10 +108,10 @@ MainDialogGenerated::MainDialogGenerated
m_menuItemHelp = new wxMenuItem( m_menuHelp, wxID_HELP, wxString( _("&View help") ) + wxT('\t') + wxT("F1"), wxEmptyString, wxITEM_NORMAL ); m_menuItemHelp = new wxMenuItem( m_menuHelp, wxID_HELP, wxString( _("&View help") ) + wxT('\t') + wxT("F1"), wxEmptyString, wxITEM_NORMAL );
m_menuHelp->Append( m_menuItemHelp ); m_menuHelp->Append( m_menuItemHelp );
@ -15,11 +15,11 @@ Index: FreeFileSync-13.8/FreeFileSync/Source/ui/gui_generated.cpp
m_menuHelp->AppendSeparator(); m_menuHelp->AppendSeparator();
Index: FreeFileSync-13.8/FreeFileSync/Source/ui/main_dlg.cpp Index: FreeFileSync-13.6/FreeFileSync/Source/ui/main_dlg.cpp
=================================================================== ===================================================================
--- FreeFileSync-13.8.orig/FreeFileSync/Source/ui/main_dlg.cpp --- FreeFileSync-13.6.orig/FreeFileSync/Source/ui/main_dlg.cpp
+++ FreeFileSync-13.8/FreeFileSync/Source/ui/main_dlg.cpp +++ FreeFileSync-13.6/FreeFileSync/Source/ui/main_dlg.cpp
@@ -1092,7 +1092,7 @@ imgFileManagerSmall_([] @@ -1118,7 +1118,7 @@ imgFileManagerSmall_([]
updateGui(); updateGui();
//register regular check for update on next idle event //register regular check for update on next idle event
@ -28,10 +28,10 @@ Index: FreeFileSync-13.8/FreeFileSync/Source/ui/main_dlg.cpp
//asynchronous call to wxWindow::Dimensions(): fix superfluous frame on right and bottom when FFS is started in fullscreen mode //asynchronous call to wxWindow::Dimensions(): fix superfluous frame on right and bottom when FFS is started in fullscreen mode
Bind(wxEVT_IDLE, &MainDialog::onLayoutWindowAsync, this); Bind(wxEVT_IDLE, &MainDialog::onLayoutWindowAsync, this);
Index: FreeFileSync-13.8/FreeFileSync/Source/ui/version_check.cpp Index: FreeFileSync-13.6/FreeFileSync/Source/ui/version_check.cpp
=================================================================== ===================================================================
--- FreeFileSync-13.8.orig/FreeFileSync/Source/ui/version_check.cpp --- FreeFileSync-13.6.orig/FreeFileSync/Source/ui/version_check.cpp
+++ FreeFileSync-13.8/FreeFileSync/Source/ui/version_check.cpp +++ FreeFileSync-13.6/FreeFileSync/Source/ui/version_check.cpp
@@ -48,7 +48,8 @@ void openBrowserForDownload(wxWindow* pa @@ -48,7 +48,8 @@ void openBrowserForDownload(wxWindow* pa
bool fff::automaticUpdateCheckDue(time_t lastUpdateCheck) bool fff::automaticUpdateCheckDue(time_t lastUpdateCheck)
{ {

View File

@ -1,18 +1,3 @@
-------------------------------------------------------------------
Mon Feb 3 13:30:51 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use distro flags to build the package
-------------------------------------------------------------------
Tue Nov 12 07:24:35 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 13.8:
* Support raw IPv6 server address for (S)FTP
* RealTimeSync: Fixed scrollbar when adding/removing folders
* Don't set sync direction for partial folder pairs
* Uniquely identify partial folder pairs in error message
* Fixed network login prompt not showing in Windows 11 24H2
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 3 18:40:37 UTC 2024 - Christian Boltz <suse-beta@cboltz.de> Tue Sep 3 18:40:37 UTC 2024 - Christian Boltz <suse-beta@cboltz.de>

View File

@ -21,7 +21,7 @@
%endif %endif
Name: FreeFileSync Name: FreeFileSync
Version: 13.8 Version: 13.7
Release: 0 Release: 0
Summary: Backup software to synchronize files and folders Summary: Backup software to synchronize files and folders
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -79,8 +79,6 @@ export TMPDIR=/tmp # necessary since 11.0
%if 0%{?force_gcc_version} %if 0%{?force_gcc_version}
export CXX="g++-%{?force_gcc_version}" export CXX="g++-%{?force_gcc_version}"
%endif %endif
export CFLAGS="%{optflags}"
export CXXFLAGS="%{optflags}"
%make_build -C %{name}/Source exeName=FreeFileSync %make_build -C %{name}/Source exeName=FreeFileSync
%make_build -C %{name}/Source/RealTimeSync exeName=RealTimeSync %make_build -C %{name}/Source/RealTimeSync exeName=RealTimeSync

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d2dc9d2e7afb591ffca3a0eb6a48c6151d168d7a05ba34c399bfb72d5b9a117
size 2763636

View File

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