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 2026-03-20 21:21:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seadrive-gui (Old)
 and      /work/SRC/openSUSE:Factory/.seadrive-gui.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seadrive-gui"

Fri Mar 20 21:21:35 2026 rev:19 rq:1341493 version:3.0.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/seadrive-gui/seadrive-gui.changes        
2025-10-21 11:17:04.800456223 +0200
+++ /work/SRC/openSUSE:Factory/.seadrive-gui.new.8177/seadrive-gui.changes      
2026-03-20 21:21:46.978436744 +0100
@@ -1,0 +2,29 @@
+Fri Mar 20 05:40:05 UTC 2026 - Andreas Stieger <[email protected]>
+
+- Update to 3.0.20:
+  * update translations
+
+-------------------------------------------------------------------
+Mon Feb  9 14:46:08 UTC 2026 - Paolo Stivanin <[email protected]>
+
+- Update to 3.0.19:
+  * hande "uncache path" operation
+- includes changes from 3.0.18:
+  * fixes for other platforms
+- includes changes from 3.0.17:
+  * Check if daemon is started before set sync errors
+  * Add a FAQ link to error dialog
+  * Fix icon display error
+  * Add log rotate
+  * Update translations
+  * Set log rotate interval
+  * Close log file before rename
+- fix dependency on seadrive-fuse (boo#1259858)
+
+-------------------------------------------------------------------
+Tue Jan 13 13:01:35 UTC 2026 - Paolo Stivanin <[email protected]>
+
+- Update to 3.0.16:
+- Drop issue477.patch
+
+-------------------------------------------------------------------

Old:
----
  issue477.patch
  seadrive-gui-3.0.16.tar.gz

New:
----
  seadrive-gui-3.0.20.tar.gz

----------(Old B)----------
  Old:- Update to 3.0.16:
- Drop issue477.patch
----------(Old E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ seadrive-gui.spec ++++++
--- /var/tmp/diff_new_pack.qh5iah/_old  2026-03-20 21:21:47.754469075 +0100
+++ /var/tmp/diff_new_pack.qh5iah/_new  2026-03-20 21:21:47.758469242 +0100
@@ -2,6 +2,7 @@
 # spec file for package seadrive-gui
 #
 # Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2026 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
 
 
 Name:           seadrive-gui
-Version:        3.0.16
+Version:        3.0.20
 Release:        0
 Summary:        GUI part of seafile drive
 License:        GPL-3.0-only
@@ -29,8 +30,6 @@
 Patch2:         fix-return-value.patch
 # PATCH-FIX-UPSTREAM
 Patch3:         issue446.patch
-# PATCH-FIX-UPSTREAM
-Patch4:         issue477.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cmake
@@ -40,9 +39,6 @@
 BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(libevent)
-BuildRequires:  pkgconfig(uuid)
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5DBus)
 BuildRequires:  cmake(Qt5Designer)
@@ -54,9 +50,12 @@
 BuildRequires:  cmake(Qt5UiTools)
 BuildRequires:  cmake(Qt5WebEngineCore)
 BuildRequires:  cmake(Qt5WebEngineWidgets)
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(jansson)
+BuildRequires:  pkgconfig(libevent)
 BuildRequires:  pkgconfig(sqlite3)
-Requires:       seadrive-fuse = %{version}
+BuildRequires:  pkgconfig(uuid)
+Requires:       seadrive-fuse >= 3.0.18
 
 %description
 This package provides a graphical user interface for seadrive-fuse
@@ -69,13 +68,16 @@
 export CXXFLAGS="%{optflags} -fPIE -pie"
 %cmake \
   -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_ENABLE_WARNINGS=OFF
-
+  -DBUILD_ENABLE_WARNINGS=OFF \
+  %{nil}
 %cmake_build
 
 %install
 %cmake_install
 
+%check
+%ctest
+
 %files
 %doc README.md
 %license LICENSE

++++++ fix-return-value.patch ++++++
--- /var/tmp/diff_new_pack.qh5iah/_old  2026-03-20 21:21:47.794470742 +0100
+++ /var/tmp/diff_new_pack.qh5iah/_new  2026-03-20 21:21:47.798470908 +0100
@@ -1,8 +1,8 @@
-Index: seadrive-gui-3.0.16/src/ui/sync-errors-dialog.cpp
+Index: seadrive-gui-3.0.18/src/ui/sync-errors-dialog.cpp
 ===================================================================
---- seadrive-gui-3.0.16.orig/src/ui/sync-errors-dialog.cpp
-+++ seadrive-gui-3.0.16/src/ui/sync-errors-dialog.cpp
-@@ -249,6 +249,8 @@ QString SyncErrorsTableView::findLocalPa
+--- seadrive-gui-3.0.18.orig/src/ui/sync-errors-dialog.cpp
++++ seadrive-gui-3.0.18/src/ui/sync-errors-dialog.cpp
+@@ -267,6 +267,8 @@ QString SyncErrorsTableView::findLocalPa
      }
  
      return local_path;

++++++ seadrive-gui-3.0.16.tar.gz -> seadrive-gui-3.0.20.tar.gz ++++++
/work/SRC/openSUSE:Factory/seadrive-gui/seadrive-gui-3.0.16.tar.gz 
/work/SRC/openSUSE:Factory/.seadrive-gui.new.8177/seadrive-gui-3.0.20.tar.gz 
differ: char 117, line 1

Reply via email to