Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package seadrive-gui for openSUSE:Factory checked in at 2025-04-15 16:46:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seadrive-gui (Old) and /work/SRC/openSUSE:Factory/.seadrive-gui.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seadrive-gui" Tue Apr 15 16:46:57 2025 rev:17 rq:1269448 version:3.0.13 Changes: -------- --- /work/SRC/openSUSE:Factory/seadrive-gui/seadrive-gui.changes 2024-11-20 17:00:55.551178566 +0100 +++ /work/SRC/openSUSE:Factory/.seadrive-gui.new.1907/seadrive-gui.changes 2025-04-15 16:49:35.896362199 +0200 @@ -1,0 +2,7 @@ +Tue Apr 15 06:57:35 UTC 2025 - Paolo Stivanin <[email protected]> + +- Update to 3.0.13: + * https://github.com/haiwen/seadrive-gui/compare/v2.0.28...v3.0.13 +- Add fix-return-value.patch + +------------------------------------------------------------------- Old: ---- seadrive-gui-2.0.28.tar.gz New: ---- fix-return-value.patch seadrive-gui-3.0.13.tar.gz BETA DEBUG BEGIN: New: * https://github.com/haiwen/seadrive-gui/compare/v2.0.28...v3.0.13 - Add fix-return-value.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seadrive-gui.spec ++++++ --- /var/tmp/diff_new_pack.xUqyhM/_old 2025-04-15 16:49:37.652434145 +0200 +++ /var/tmp/diff_new_pack.xUqyhM/_new 2025-04-15 16:49:37.660434473 +0200 @@ -17,7 +17,7 @@ Name: seadrive-gui -Version: 2.0.28 +Version: 3.0.13 Release: 0 Summary: GUI part of seafile drive License: GPL-3.0-only @@ -25,6 +25,8 @@ Source0: https://github.com/haiwen/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM Patch1: fix-cmake-exec-name.patch +# PATCH-FIX-UPSTREAM +Patch2: fix-return-value.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: cmake @@ -37,15 +39,6 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libevent) BuildRequires: pkgconfig(uuid) -Requires: seadrive-fuse >= 2.0.22 -%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version} -BuildRequires: jansson-devel -BuildRequires: qt5-linguist -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtconnectivity-devel -BuildRequires: qt5-qtwebkit -BuildRequires: sqlite-devel -%else BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5Designer) @@ -59,14 +52,13 @@ BuildRequires: cmake(Qt5WebEngineWidgets) BuildRequires: pkgconfig(jansson) BuildRequires: pkgconfig(sqlite3) -%endif +Requires: seadrive-fuse = %{version} %description This package provides a graphical user interface for seadrive-fuse %prep -%setup -q -%autopatch -p1 +%autosetup -p1 %build export CFLAGS="%{optflags} -fPIE -pie" ++++++ fix-cmake-exec-name.patch ++++++ --- /var/tmp/diff_new_pack.xUqyhM/_old 2025-04-15 16:49:37.968447092 +0200 +++ /var/tmp/diff_new_pack.xUqyhM/_new 2025-04-15 16:49:38.016449059 +0200 @@ -1,8 +1,8 @@ -Index: seadrive-gui-2.0.24/CMakeLists.txt +Index: seadrive-gui-3.0.13/CMakeLists.txt =================================================================== ---- seadrive-gui-2.0.24.orig/CMakeLists.txt -+++ seadrive-gui-2.0.24/CMakeLists.txt -@@ -128,7 +128,7 @@ ENDIF() +--- seadrive-gui-3.0.13.orig/CMakeLists.txt ++++ seadrive-gui-3.0.13/CMakeLists.txt +@@ -85,7 +85,7 @@ ENDIF() ###### BEGIN: QT configuration #################### @@ -11,7 +11,7 @@ EXECUTE_PROCESS(COMMAND bash -c "${qmake_executable} --version | grep -iE '^using qt version [0-9.]+' | awk '{print $4}'" OUTPUT_VARIABLE DETECTED_QT_VERSION -@@ -136,7 +136,7 @@ EXECUTE_PROCESS(COMMAND +@@ -93,7 +93,7 @@ EXECUTE_PROCESS(COMMAND MESSAGE("Qt version: ${DETECTED_QT_VERSION}") EXECUTE_PROCESS(COMMAND ++++++ fix-return-value.patch ++++++ --- seadrive-gui-3.0.13/src/ui/sync-errors-dialog.cpp.orig 2025-04-15 09:07:19.436221225 +0200 +++ seadrive-gui-3.0.13/src/ui/sync-errors-dialog.cpp 2025-04-15 09:08:40.346695752 +0200 @@ -241,6 +241,8 @@ } return ::pathJoin(account.syncRoot, repo_uname); +#else + return QString(); #endif } ++++++ seadrive-gui-2.0.28.tar.gz -> seadrive-gui-3.0.13.tar.gz ++++++ /work/SRC/openSUSE:Factory/seadrive-gui/seadrive-gui-2.0.28.tar.gz /work/SRC/openSUSE:Factory/.seadrive-gui.new.1907/seadrive-gui-3.0.13.tar.gz differ: char 13, line 1
