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
|
Name: seafile-client
|
||||||
Version: 4.2.2
|
Version: 4.4.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Seafile desktop client
|
Summary: Seafile desktop client
|
||||||
Group: Graphical Desktop/Applications/Archiving
|
Group: Graphical Desktop/Applications/Archiving
|
||||||
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://seafile.com
|
URL: http://seafile.com
|
||||||
## GITSOURCE https://github.com/haiwen/seafile-client.git v3.1.5
|
## 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
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -26,7 +27,7 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: seafile
|
Requires: seafile >= 4.4.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -36,6 +37,7 @@ Seafile desktop client.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake
|
||||||
@ -59,6 +61,9 @@ Seafile desktop client.
|
|||||||
#%doc README.md
|
#%doc README.md
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun May 24 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.2-1mamba
|
||||||
- update to 4.2.2
|
- update to 4.2.2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user