commit seafile-client for openSUSE:Factory

2020-10-13 Thread root
Hello community,

here is the log from the commit of package seafile-client for openSUSE:Factory 
checked in at 2020-10-13 15:42:29

Comparing /work/SRC/openSUSE:Factory/seafile-client (Old)
 and  /work/SRC/openSUSE:Factory/.seafile-client.new.3486 (New)


Package is "seafile-client"

Tue Oct 13 15:42:29 2020 rev:5 rq:841271 version:7.0.10

Changes:

--- /work/SRC/openSUSE:Factory/seafile-client/seafile-client.changes
2020-08-10 14:52:00.771810893 +0200
+++ /work/SRC/openSUSE:Factory/.seafile-client.new.3486/seafile-client.changes  
2020-10-13 15:44:06.761410005 +0200
@@ -1,0 +2,6 @@
+Mon Oct 12 09:31:40 UTC 2020 - Paolo Stivanin 
+
+- Update to 7.0.10 (no changelog) 
+- Add fix-cmake-name.patch
+
+---

Old:

  v7.0.9.tar.gz

New:

  fix-cmake-name.patch
  v7.0.10.tar.gz



Other differences:
--
++ seafile-client.spec ++
--- /var/tmp/diff_new_pack.8fHczj/_old  2020-10-13 15:44:10.153411470 +0200
+++ /var/tmp/diff_new_pack.8fHczj/_new  2020-10-13 15:44:10.153411470 +0200
@@ -16,9 +16,8 @@
 #
 
 
-# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 Name:   seafile-client
-Version:7.0.9
+Version:7.0.10
 Release:0
 Summary:Cloud storage client
 License:GPL-3.0-only
@@ -27,6 +26,7 @@
 Source1:seafile.appdata.xml
 Patch0: 01-fix-no-return-in-nonvoid.patch
 Patch1: fix_qpainterpath.patch
+Patch2: fix-cmake-name.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cmake
@@ -56,7 +56,6 @@
 %else
 BuildRequires:  libqt5-linguist-devel
 BuildRequires:  libqt5-qtbase-common-devel
-BuildRequires:  libqt5-qtwebengine-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Designer)
@@ -65,6 +64,7 @@
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5UiTools)
+BuildRequires:  pkgconfig(Qt5WebEngineCore)
 BuildRequires:  pkgconfig(Qt5WebKit)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(jansson)
@@ -80,10 +80,9 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p0
 
 %build
-# set path, otherwise qmake is not found
-export PATH=$PATH:/usr/lib64/qt5/bin/
 export CFLAGS="%{optflags} -fPIE -pie"
 export CXXFLAGS="%{optflags} -fPIE -pie"
 %cmake \

++ fix-cmake-name.patch ++
--- CMakeLists.txt.orig 2020-10-12 11:46:17.285489025 +0200
+++ CMakeLists.txt  2020-10-12 11:49:32.338025745 +0200
@@ -160,7 +160,7 @@
 # have to keep using QtWebKit on windows because QtWebEngine can't be
 # compiled in msys2/mingw (QtWebEnigne is based on chrome, which has to be
 # compiled with MSVC.)
-FIND_PROGRAM(qmake_executable NAMES qmake qmake.exe)
+FIND_PROGRAM(qmake_executable NAMES qmake qmake-qt5 qmake.exe)
 EXECUTE_PROCESS(COMMAND
 bash -c "${qmake_executable} --version | grep -iE '^using qt version 
[0-9.]+' | awk '{print $4}'"
 OUTPUT_VARIABLE DETECTED_QT_VERSION
++ v7.0.9.tar.gz -> v7.0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seafile-client-7.0.9/CMakeLists.txt 
new/seafile-client-7.0.10/CMakeLists.txt
--- old/seafile-client-7.0.9/CMakeLists.txt 2020-07-29 04:24:40.0 
+0200
+++ new/seafile-client-7.0.10/CMakeLists.txt2020-10-12 03:57:39.0 
+0200
@@ -3,7 +3,7 @@
 PROJECT(seafile-client)
 SET(SEAFILE_CLIENT_VERSION_MAJOR 7)
 SET(SEAFILE_CLIENT_VERSION_MINOR 0)
-SET(SEAFILE_CLIENT_VERSION_PATCH 9)
+SET(SEAFILE_CLIENT_VERSION_PATCH 10)
 SET(PROJECT_VERSION 
"${SEAFILE_CLIENT_VERSION_MAJOR}.${SEAFILE_CLIENT_VERSION_MINOR}.${SEAFILE_CLIENT_VERSION_PATCH}")
 ADD_DEFINITIONS(-DSEAFILE_CLIENT_VERSION=${PROJECT_VERSION})
 INCLUDE(FindPkgConfig)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seafile-client-7.0.9/Info.plist 
new/seafile-client-7.0.10/Info.plist
--- old/seafile-client-7.0.9/Info.plist 2020-07-29 04:24:40.0 +0200
+++ new/seafile-client-7.0.10/Info.plist2020-10-12 03:57:39.0 
+0200
@@ -15,9 +15,9 @@
CFBundleName
Seafile
CFBundleShortVersionString
-   7.0.9
+   7.0.10
CFBundleVersion
-   7.0.9
+   7.0.10
CFBundleSignature

CFBundleURLTypes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seafile-client-7.0.9/debian/changelog 
new/seafile-client-7.0.10/debian/changelog
--- old/seafile-client-7.0.9/debian/changelog   2020-07-29 04:24:40.0 
+0200
+++ new/seafile-client-7.0.10/debian/changelog  2020-10-12 03:57:39.0 
+0200
@@ -1,3 +1,7 @@
+seafile-gui (7.0.1

commit seafile-client for openSUSE:Factory

2020-08-10 Thread root
Hello community,

here is the log from the commit of package seafile-client for openSUSE:Factory 
checked in at 2020-08-10 14:51:58

Comparing /work/SRC/openSUSE:Factory/seafile-client (Old)
 and  /work/SRC/openSUSE:Factory/.seafile-client.new.3399 (New)


Package is "seafile-client"

Mon Aug 10 14:51:58 2020 rev:4 rq:823692 version:7.0.9

Changes:

--- /work/SRC/openSUSE:Factory/seafile-client/seafile-client.changes
2020-06-09 00:06:54.357767850 +0200
+++ /work/SRC/openSUSE:Factory/.seafile-client.new.3399/seafile-client.changes  
2020-08-10 14:52:00.771810893 +0200
@@ -1,0 +2,8 @@
+Fri Jul 31 05:56:28 UTC 2020 - Paolo Stivanin 
+
+- Update to 7.0.9:
+  * Avoid downloading existing blocks during sync download
+  * Fix crash when cancel syncing before a library is synced
+  * Fix incorrect error message in some error situations
+
+---

Old:

  v7.0.8.tar.gz

New:

  v7.0.9.tar.gz



Other differences:
--
++ seafile-client.spec ++
--- /var/tmp/diff_new_pack.SV24yy/_old  2020-08-10 14:52:02.139811616 +0200
+++ /var/tmp/diff_new_pack.SV24yy/_new  2020-08-10 14:52:02.143811617 +0200
@@ -18,7 +18,7 @@
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 Name:   seafile-client
-Version:7.0.8
+Version:7.0.9
 Release:0
 Summary:Cloud storage client
 License:GPL-3.0-only
@@ -56,6 +56,7 @@
 %else
 BuildRequires:  libqt5-linguist-devel
 BuildRequires:  libqt5-qtbase-common-devel
+BuildRequires:  libqt5-qtwebengine-devel
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Designer)
@@ -81,9 +82,14 @@
 %patch1 -p1
 
 %build
+# set path, otherwise qmake is not found
+export PATH=$PATH:/usr/lib64/qt5/bin/
 export CFLAGS="%{optflags} -fPIE -pie"
 export CXXFLAGS="%{optflags} -fPIE -pie"
-%cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=%{_prefix} 
-DBUILD_SHIBBOLETH_SUPPORT=ON ../
+%cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+-DBUILD_SHIBBOLETH_SUPPORT=ON ..
 %cmake_build
 
 %install

++ v7.0.8.tar.gz -> v7.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seafile-client-7.0.8/CMakeLists.txt 
new/seafile-client-7.0.9/CMakeLists.txt
--- old/seafile-client-7.0.8/CMakeLists.txt 2020-06-02 10:44:36.0 
+0200
+++ new/seafile-client-7.0.9/CMakeLists.txt 2020-07-29 04:24:40.0 
+0200
@@ -3,7 +3,7 @@
 PROJECT(seafile-client)
 SET(SEAFILE_CLIENT_VERSION_MAJOR 7)
 SET(SEAFILE_CLIENT_VERSION_MINOR 0)
-SET(SEAFILE_CLIENT_VERSION_PATCH 8)
+SET(SEAFILE_CLIENT_VERSION_PATCH 9)
 SET(PROJECT_VERSION 
"${SEAFILE_CLIENT_VERSION_MAJOR}.${SEAFILE_CLIENT_VERSION_MINOR}.${SEAFILE_CLIENT_VERSION_PATCH}")
 ADD_DEFINITIONS(-DSEAFILE_CLIENT_VERSION=${PROJECT_VERSION})
 INCLUDE(FindPkgConfig)
@@ -43,6 +43,8 @@
 
 option(BUILD_ENABLE_WARNINGS "Enable compiler warnings." ON)
 
+option(USE_QT_WEBKIT "Build use QT webkit" OFF)
+
 option(BUILD_SPARKLE_SUPPORT "Build Sparkle support" OFF)
 IF (BUILD_SPARKLE_SUPPORT)
 ADD_DEFINITIONS(-DHAVE_SPARKLE_SUPPORT)
@@ -164,7 +166,7 @@
 OUTPUT_VARIABLE DETECTED_QT_VERSION
 OUTPUT_STRIP_TRAILING_WHITESPACE)
 MESSAGE("qt5 version: ${DETECTED_QT_VERSION}")
-IF(WIN32 OR DETECTED_QT_VERSION VERSION_LESS 5.6.0)
+IF(WIN32 OR USE_QT_WEBKIT)
 ADD_DEFINITIONS(-DSEAFILE_USE_WEBKIT)
 SET(WEBKIT_NAME "WebKit")
 SET(WEBKIT_WIDGETS_NAME "WebKitWidgets")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seafile-client-7.0.8/Info.plist 
new/seafile-client-7.0.9/Info.plist
--- old/seafile-client-7.0.8/Info.plist 2020-06-02 10:44:36.0 +0200
+++ new/seafile-client-7.0.9/Info.plist 2020-07-29 04:24:40.0 +0200
@@ -15,9 +15,9 @@
CFBundleName
Seafile
CFBundleShortVersionString
-   7.0.8
+   7.0.9
CFBundleVersion
-   7.0.8
+   7.0.9
CFBundleSignature

CFBundleURLTypes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seafile-client-7.0.8/debian/changelog 
new/seafile-client-7.0.9/debian/changelog
--- old/seafile-client-7.0.8/debian/changelog   2020-06-02 10:44:36.0 
+0200
+++ new/seafile-client-7.0.9/debian/changelog   2020-07-29 04:24:40.0 
+0200
@@ -1,3 +1,7 @@
+seafile-gui (7.0.9) unstable; urgency=low
+
+  * new upstream release
+ -- Jonathan Xu   Wed, 29 Jun 2020 10:19:57 +0800
 seafile-gui (7.0.8) unstable; urgency=low
 
   * new upstream release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seafile-cl

commit seafile-client for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package seafile-client for openSUSE:Factory 
checked in at 2020-06-09 00:05:08

Comparing /work/SRC/openSUSE:Factory/seafile-client (Old)
 and  /work/SRC/openSUSE:Factory/.seafile-client.new.3606 (New)


Package is "seafile-client"

Tue Jun  9 00:05:08 2020 rev:3 rq:812483 version:7.0.8

Changes:

--- /work/SRC/openSUSE:Factory/seafile-client/seafile-client.changes
2020-04-10 23:54:13.264741396 +0200
+++ /work/SRC/openSUSE:Factory/.seafile-client.new.3606/seafile-client.changes  
2020-06-09 00:06:54.357767850 +0200
@@ -1,0 +2,6 @@
+Mon Jun  8 08:34:19 UTC 2020 - Paolo Stivanin 
+
+- Update to 7.0.8 (no changelog)
+- Add fix_qpainterpath.patch
+
+---

Old:

  v7.0.7.tar.gz

New:

  fix_qpainterpath.patch
  v7.0.8.tar.gz



Other differences:
--
++ seafile-client.spec ++
--- /var/tmp/diff_new_pack.mcirsD/_old  2020-06-09 00:06:57.221778011 +0200
+++ /var/tmp/diff_new_pack.mcirsD/_new  2020-06-09 00:06:57.225778025 +0200
@@ -18,7 +18,7 @@
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 Name:   seafile-client
-Version:7.0.7
+Version:7.0.8
 Release:0
 Summary:Cloud storage client
 License:GPL-3.0-only
@@ -26,6 +26,7 @@
 Source0:https://github.com/haiwen/%{name}/archive/v%{version}.tar.gz
 Source1:seafile.appdata.xml
 Patch0: 01-fix-no-return-in-nonvoid.patch
+Patch1: fix_qpainterpath.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cmake
@@ -77,6 +78,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="%{optflags} -fPIE -pie"

++ fix_qpainterpath.patch ++
diff -ru a/src/ui/events-list-view.cpp b/src/ui/events-list-view.cpp
--- a/src/ui/events-list-view.cpp   2020-06-02 10:44:36.0 +0200
+++ b/src/ui/events-list-view.cpp   2020-06-08 10:24:42.162320044 +0200
@@ -4,6 +4,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "seafile-applet.h"
 #include "main-window.h"
diff -ru a/src/ui/private-share-dialog.cpp b/src/ui/private-share-dialog.cpp
--- a/src/ui/private-share-dialog.cpp   2020-06-02 10:44:36.0 +0200
+++ b/src/ui/private-share-dialog.cpp   2020-06-08 10:24:53.538345357 +0200
@@ -7,6 +7,7 @@
 #include 
 #include 
 #include 
+#include 
 #include "api/api-error.h"
 #include "api/requests.h"
 #include "private-share-dialog.h"
++ v7.0.7.tar.gz -> v7.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/seafile-client-7.0.7/CMakeLists.txt 
new/seafile-client-7.0.8/CMakeLists.txt
--- old/seafile-client-7.0.7/CMakeLists.txt 2020-04-01 10:05:13.0 
+0200
+++ new/seafile-client-7.0.8/CMakeLists.txt 2020-06-02 10:44:36.0 
+0200
@@ -3,7 +3,7 @@
 PROJECT(seafile-client)
 SET(SEAFILE_CLIENT_VERSION_MAJOR 7)
 SET(SEAFILE_CLIENT_VERSION_MINOR 0)
-SET(SEAFILE_CLIENT_VERSION_PATCH 7)
+SET(SEAFILE_CLIENT_VERSION_PATCH 8)
 SET(PROJECT_VERSION 
"${SEAFILE_CLIENT_VERSION_MAJOR}.${SEAFILE_CLIENT_VERSION_MINOR}.${SEAFILE_CLIENT_VERSION_PATCH}")
 ADD_DEFINITIONS(-DSEAFILE_CLIENT_VERSION=${PROJECT_VERSION})
 INCLUDE(FindPkgConfig)
@@ -716,24 +716,14 @@
 
 ## set up our crash reporter: breakpad
 
-IF (PATH_TO_BREAKPAD_ROOT)
-FIND_LIBRARY(BREAKPAD_LIBRARY breakpad
-  PATHS ${PATH_TO_BREAKPAD_ROOT}/out/Debug_Base
-  PATHS ${PATH_TO_BREAKPAD_ROOT}/out/Default/obj
-  NO_DEFAULT_PATH)
-FIND_LIBRARY(BREAKPAD_UTILITIES_LIBRARY breakpad_utilities
-  PATHS ${PATH_TO_BREAKPAD_ROOT}/out/Debug_Base
-  PATHS ${PATH_TO_BREAKPAD_ROOT}/out/Default/obj
-  NO_DEFAULT_PATH)
-MESSAGE(STATUS "Found library: ${BREAKPAD_LIBRARY}")
-MESSAGE(STATUS "Found library: ${BREAKPAD_UTILITIES_LIBRARY}")
-
-SET(seafile_client_sources ${seafile_client_sources} src/crash-handler.cpp)
-INCLUDE_DIRECTORIES()
-ADD_DEFINITIONS(-DSEAFILE_CLIENT_HAS_CRASH_REPORTER)
-SET_SOURCE_FILES_PROPERTIES(src/crash-handler.cpp
-PROPERTIES COMPILE_FLAGS "-I${PATH_TO_BREAKPAD_ROOT}/src")
-SET(EXTRA_LIBS ${EXTRA_LIBS} ${BREAKPAD_LIBRARY} 
${BREAKPAD_UTILITIES_LIBRARY})
+IF (WIN32)
+FIND_LIBRARY(BREAKPAD_LIBRARY breakpad)
+FIND_LIBRARY(BREAKPAD_CLIENT_LIBRARY breakpad_client)
+MESSAGE(STATUS "Found library: ${BREAKPAD_LIBRARY}")
+MESSAGE(STATUS "Found library: ${BREAKPAD_CLIENT_LIBRARY}")
+SET(seafile_client_sources ${seafile_client_sources} src/crash-handler.cpp)
+ADD_DEFINITIONS(-DSEAFILE_CLIENT_HAS_CRASH_REPORTER)
+SET(EXTRA_LIBS ${EXTRA_LIBS} ${BREAKPAD_LIBRARY} ${BREAKPAD_CLIENT_LIBRARY})
 ENDIF()
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclu

commit seafile-client for openSUSE:Factory

2020-04-10 Thread root
Hello community,

here is the log from the commit of package seafile-client for openSUSE:Factory 
checked in at 2020-04-10 23:53:32

Comparing /work/SRC/openSUSE:Factory/seafile-client (Old)
 and  /work/SRC/openSUSE:Factory/.seafile-client.new.3248 (New)


Package is "seafile-client"

Fri Apr 10 23:53:32 2020 rev:2 rq:792890 version:7.0.7

Changes:

--- /work/SRC/openSUSE:Factory/seafile-client/seafile-client.changes
2020-03-21 00:01:09.929089167 +0100
+++ /work/SRC/openSUSE:Factory/.seafile-client.new.3248/seafile-client.changes  
2020-04-10 23:54:13.264741396 +0200
@@ -1,0 +2,5 @@
+Fri Apr 10 06:27:09 UTC 2020 - Paolo Stivanin 
+
+- Update to v7.0.7 (no changelog) 
+
+---

Old:

  v7.0.6.tar.gz

New:

  v7.0.7.tar.gz



Other differences:
--
++ seafile-client.spec ++
--- /var/tmp/diff_new_pack.IVu6c6/_old  2020-04-10 23:54:14.936742622 +0200
+++ /var/tmp/diff_new_pack.IVu6c6/_new  2020-04-10 23:54:14.940742625 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package seafile-client
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,8 @@
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 Name:   seafile-client
-Version:7.0.6
-Release:1
+Version:7.0.7
+Release:0
 Summary:Cloud storage client
 License:GPL-3.0-only
 URL:https://github.com/haiwen/seafile-client/

++ v7.0.6.tar.gz -> v7.0.7.tar.gz ++
 4169 lines of diff (skipped)