From cf0a49a9bf3315228094d40a722a1ab3e09610d0 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Feb 12 2008 14:33:44 +0000 Subject: - Fix double free in hal volume monitor - Ensure gconf module is built by adding build dep --- diff --git a/gvfs.spec b/gvfs.spec index 2ba2269..1a3a30c 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -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: libsmbclient-devel 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 @@ required to develop applications using gvfs. %prep %setup -q +%patch1 -p0 -b .double-free + %build %configure make %{?_smp_mflags} @@ -79,6 +83,7 @@ killall -USR1 gvfsd > /dev/null || : %{_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 @@ killall -USR1 gvfsd > /dev/null || : %{_libdir}/libgvfscommon.so %changelog +* Tue Feb 12 2008 Alexander Larsson - 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 - 0.1.7-1 - Update to 0.1.7