diff --git a/gvfs.spec b/gvfs.spec index 4f6b6e4..3a881ee 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,7 +1,7 @@ Summary: Backends for the gio framework in GLib Name: gvfs Version: 1.8.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -14,7 +14,7 @@ BuildRequires: dbus-glib-devel BuildRequires: /usr/bin/ssh BuildRequires: libcdio-devel >= 0.78.2 # obexftp backend is the last user requiring hal -BuildRequires: hal-devel >= 0.5.10 +#BuildRequires: hal-devel >= 0.5.10 BuildRequires: libgudev-devel BuildRequires: libsoup-devel >= 2.26.0 BuildRequires: avahi-glib-devel >= 0.6 @@ -318,6 +318,9 @@ killall -USR1 gvfsd >&/dev/null || : %endif %changelog +* Fri Apr 22 2011 Tomas Bzatek - 1.8.0-3 +- Build without HAL -> expect obexftp breakage. + * Mon Apr 18 2011 Tomas Bzatek - 1.8.0-2 - Fix threadsafety of closing channels - Fix d-bus messages leaks