rpms/gvfs/devel gvfs.spec,1.29,1.30

Tomas Bzatek (tbzatek) fedora-extras-commits at redhat.com
Thu Mar 6 09:29:07 UTC 2008


Author: tbzatek

Update of /cvs/extras/rpms/gvfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20055

Modified Files:
	gvfs.spec 
Log Message:
* Thu Mar  6 2008 Tomas Bzatek <tbzatek at redhat.com> - 0.1.11-2
- Add patch that fixes a deadlock when foreign volume is removed



Index: gvfs.spec
===================================================================
RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- gvfs.spec	4 Mar 2008 18:45:35 -0000	1.29
+++ gvfs.spec	6 Mar 2008 09:28:29 -0000	1.30
@@ -1,7 +1,7 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 0.1.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -26,6 +26,10 @@
 BuildRequires: bluez-libs-devel >= 3.12
 BuildRequires: expat-devel
 
+# Patches from head
+Patch0: daemon_mount_deadlock.patch
+
+
 %description
 The gvfs package provides backend implementations for the gio 
 framework in GLib. It includes ftp, sftp, cifs. 
@@ -39,8 +43,12 @@
 The gvfs-devel package contains headers and other files that are
 required to develop applications using gvfs.
 
+
+
+
 %prep
 %setup -q
+%patch0 -p1 -b .deadlock
 
 %build
 %configure 
@@ -134,6 +142,9 @@
 %{_libdir}/libgvfscommon.so
 
 %changelog
+* Thu Mar  6 2008 Tomas Bzatek <tbzatek at redhat.com> - 0.1.11-2
+- Add patch that fixes a deadlock when foreign volume is removed
+
 * Tue Mar  4 2008 Matthias Clasen  <mclasen at redhat.com> - 0.1.11-1
 - Update to 0.1.11
 




More information about the fedora-extras-commits mailing list