Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2026-05-30 22:54:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gvfs (Old)
 and      /work/SRC/openSUSE:Factory/.gvfs.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gvfs"

Sat May 30 22:54:46 2026 rev:208 rq:1355868 version:1.60.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes        2026-04-26 
21:12:12.167601295 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new.1937/gvfs.changes      2026-05-30 
22:55:21.297427149 +0200
@@ -1,0 +2,6 @@
+Thu May 28 00:43:31 UTC 2026 - Alynx Zhou <[email protected]>
+
+- Add gvfs-fix-udisks2-crash.patch: Fix crash of cancelled pending
+  operation. (bsc#1261625, glgo#GNOME/gvfs!326)
+
+-------------------------------------------------------------------

New:
----
  gvfs-fix-udisks2-crash.patch

----------(New B)----------
  New:
- Add gvfs-fix-udisks2-crash.patch: Fix crash of cancelled pending
  operation. (bsc#1261625, glgo#GNOME/gvfs!326)
----------(New E)----------

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

Other differences:
------------------
++++++ gvfs.spec ++++++
--- /var/tmp/diff_new_pack.UT1Dgf/_old  2026-05-30 22:55:24.189545967 +0200
+++ /var/tmp/diff_new_pack.UT1Dgf/_new  2026-05-30 22:55:24.205546625 +0200
@@ -30,6 +30,8 @@
 Source1:        README.SUSE
 Source99:       baselibs.conf
 
+# PATCH-FIX-UPSTREAM gvfs-fix-udisks2-crash.patch bsc#1261625, 
glgo#GNOME/gvfs!326 [email protected] -- Fix cancelled pending operation
+Patch0:         gvfs-fix-udisks2-crash.patch
 ### NOTE: Please, keep SLE-only patches at bottom (starting on 1000).
 # PATCH-FEATURE-SLE gvfs-nds.patch [email protected] -- Provides NDS browsing 
for nautilus
 Patch1000:      gvfs-nds.patch

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.UT1Dgf/_old  2026-05-30 22:55:24.517559443 +0200
+++ /var/tmp/diff_new_pack.UT1Dgf/_new  2026-05-30 22:55:24.561561251 +0200
@@ -1,6 +1,6 @@
-mtime: 1775832163
-commit: 306d7331e90339eefee617a782b82e50b57d3b302b864bf9bfb523e6cfc6f7ee
+mtime: 1779929028
+commit: f436198e78417b34842f95c5d1c609a8fb17315d1707de01cc110ca88625fa25
 url: https://src.opensuse.org/GNOME/gvfs
-revision: 306d7331e90339eefee617a782b82e50b57d3b302b864bf9bfb523e6cfc6f7ee
+revision: f436198e78417b34842f95c5d1c609a8fb17315d1707de01cc110ca88625fa25
 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-05-28 02:43:48.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gvfs-fix-udisks2-crash.patch ++++++
diff --git a/monitor/udisks2/gvfsudisks2volume.c 
b/monitor/udisks2/gvfsudisks2volume.c
index f7e974ff..164b0bc7 100644
--- a/monitor/udisks2/gvfsudisks2volume.c
+++ b/monitor/udisks2/gvfsudisks2volume.c
@@ -705,7 +705,10 @@ void
 gvfs_udisks2_volume_removed (GVfsUDisks2Volume *volume)
 {
   if (volume->mount_pending_op != NULL)
-    mount_cancel_pending_op (volume->mount_pending_op);
+    {
+      mount_cancel_pending_op (volume->mount_pending_op);
+      volume->mount_pending_op = NULL;
+    }
 
   if (volume->mount != NULL)
     {

Reply via email to