update to 4.4.2 [release 4.4.2-1mamba;Tue Mar 08 2016]
This commit is contained in:
parent
45c531ab6a
commit
81e99d8743
13
seafile-client-4.4.2-disable-latest-version-check.patch
Normal file
13
seafile-client-4.4.2-disable-latest-version-check.patch
Normal file
@ -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,
|
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 4.4.2-1mamba
|
||||
- update to 4.4.2
|
||||
|
||||
* Sun May 24 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-1mamba
|
||||
- update to 4.2.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user