From 81e99d8743c103a0cc2a2bee90171982c609c375 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:43:32 +0100 Subject: [PATCH] update to 4.4.2 [release 4.4.2-1mamba;Tue Mar 08 2016] --- ...-client-4.4.2-disable-latest-version-check.patch | 13 +++++++++++++ seafile-client.spec | 9 +++++++-- 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 seafile-client-4.4.2-disable-latest-version-check.patch diff --git a/seafile-client-4.4.2-disable-latest-version-check.patch b/seafile-client-4.4.2-disable-latest-version-check.patch new file mode 100644 index 0000000..4299c86 --- /dev/null +++ b/seafile-client-4.4.2-disable-latest-version-check.patch @@ -0,0 +1,13 @@ +--- seafile-client-4.4.2/src/seafile-applet.cpp.orig 2016-03-08 13:28:23.124439314 +0100 ++++ seafile-client-4.4.2/src/seafile-applet.cpp 2016-03-08 13:28:36.250436044 +0100 +@@ -410,10 +410,6 @@ + configurator_->installCustomUrlHandler(); + #endif + +- if (settings_mgr_->isCheckLatestVersionEnabled()) { +- checkLatestVersionInfo(); +- } +- + OpenLocalHelper::instance()->checkPendingOpenLocalRequest(); + + QTimer::singleShot(kIntervalForUpdateRepoProperty, diff --git a/seafile-client.spec b/seafile-client.spec index 5f5a1ec..d1a97a5 100644 --- a/seafile-client.spec +++ b/seafile-client.spec @@ -1,5 +1,5 @@ Name: seafile-client -Version: 4.2.2 +Version: 4.4.2 Release: 1mamba Summary: Seafile desktop client Group: Graphical Desktop/Applications/Archiving @@ -9,6 +9,7 @@ Packager: Silvan Calarco URL: http://seafile.com ## GITSOURCE https://github.com/haiwen/seafile-client.git v3.1.5 Source: https://github.com/haiwen/seafile-client.git/v%{version}/seafile-client-%{version}.tar.bz2 +Patch0: seafile-client-4.4.2-disable-latest-version-check.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -26,7 +27,7 @@ BuildRequires: libstdc++6-devel BuildRequires: libuuid-devel ## AUTOBUILDREQ-END BuildRequires: cmake -Requires: seafile +Requires: seafile >= 4.4.6 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -36,6 +37,7 @@ Seafile desktop client. %prep %setup -q +%patch0 -p1 %build %cmake @@ -59,6 +61,9 @@ Seafile desktop client. #%doc README.md %changelog +* Tue Mar 08 2016 Silvan Calarco 4.4.2-1mamba +- update to 4.4.2 + * Sun May 24 2015 Silvan Calarco 4.2.2-1mamba - update to 4.2.2