rpms/gvfs/devel gvfs.spec,1.15,1.16

Alexander Larsson (alexl) fedora-extras-commits at redhat.com
Tue Feb 12 14:34:21 UTC 2008


Author: alexl

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

Modified Files:
	gvfs.spec 
Log Message:
* Tue Feb 12 2008 Alexander Larsson <alexl at redhat.com> - 0.1.7-2
- Fix double free in hal volume monitor
- Ensure gconf module is built by adding build dep



Index: gvfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gvfs/devel/gvfs.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gvfs.spec	12 Feb 2008 00:21:24 -0000	1.15
+++ gvfs.spec	12 Feb 2008 14:33:44 -0000	1.16
@@ -1,11 +1,12 @@
 Summary: Backends for the gio framework in GLib
 Name: gvfs
 Version: 0.1.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
 Source: http://download.gnome.org/sources/gvfs/0.1/gvfs-%{version}.tar.bz2
+Patch1: gvfs-double-free.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pkgconfig
 BuildRequires: glib2-devel >= 2.15.5
@@ -19,6 +20,7 @@
 BuildRequires: intltool
 BuildRequires: gettext-devel
 BuildRequires: perl(XML::Parser)
+BuildRequires: GConf2-devel
 
 %description
 The gvfs package provides backend implementations for the gio 
@@ -36,6 +38,8 @@
 %prep
 %setup -q 
 
+%patch1 -p0 -b .double-free
+
 %build
 %configure 
 make %{?_smp_mflags}
@@ -79,6 +83,7 @@
 %{_libdir}/libgvfscommon.so.*
 %{_libdir}/gio/modules/libgiohal-volume-monitor.so
 %{_libdir}/gio/modules/libgvfsdbus.so
+%{_libdir}/gio/modules/libgiogconf.so
 %{_libexecdir}/gvfs-fuse-daemon
 %{_libexecdir}/gvfsd
 %{_libexecdir}/gvfsd-ftp
@@ -116,6 +121,10 @@
 %{_libdir}/libgvfscommon.so
 
 %changelog
+* Tue Feb 12 2008 Alexander Larsson <alexl at redhat.com> - 0.1.7-2
+- Fix double free in hal volume monitor
+- Ensure gconf module is built by adding build dep
+
 * Mon Feb 11 2008 Matthias Clasen <mclasen at redhat.com> - 0.1.7-1
 - Update to 0.1.7
 




More information about the fedora-extras-commits mailing list