5068ac
%define _unpackaged_files_terminate_build 0
5068ac
5068ac
%global avahi_version 0.6
5068ac
%global fuse_version 2.8.0
5068ac
%global gettext_version 0.19.4
5068ac
%global glib2_version 2.51.0
5068ac
%global goa_version 3.17.1
5068ac
%global gsettings_desktop_schemas_version 3.28.1-2
5068ac
%global gudev_version 147
5068ac
%global libarchive_version 3.0.22
5068ac
%global libcdio_paranoia_version 0.78.2
5068ac
%global libgcrypt_version 1.2.2
5068ac
%global libgdata_version 0.17.9
5068ac
%global libgphoto2_version 2.5.0
5068ac
%global libimobiledevice_version 1.2
5068ac
%global libmtp_version 1.1.12
5068ac
%global libnfs_version 1.9.8
5068ac
%global libplist_version 0.15
5068ac
%global libsmbclient_version 3.4.0
5068ac
%global libsoup_version 2.42.0
5068ac
%global libusb_version 1.0.21
5068ac
%global systemd_version 206
5068ac
%global talloc_version 1.3.0
5068ac
%global udisks2_version 1.97
5068ac
5068ac
Name: gvfs
5068ac
Version: 1.36.2
5068ac
Release: 4%{?dist}
5068ac
Summary: Backends for the gio framework in GLib
5068ac
5068ac
License: GPLv3 and LGPLv2+ and BSD and MPLv2.0
5068ac
URL: https://wiki.gnome.org/Projects/gvfs
5068ac
Source0: https://download.gnome.org/sources/gvfs/1.36/gvfs-%{version}.tar.xz
5068ac
5068ac
# https://bugzilla.redhat.com/show_bug.cgi?id=1673888
5068ac
Patch0: admin-Prevent-access-if-any-authentication-agent-isn.patch
5068ac
5068ac
# https://bugzilla.redhat.com/show_bug.cgi?id=1662193
5068ac
Patch1: udisks2-Handle-lockdown-option-to-disable-writing.patch
5068ac
Patch2: daemon-Handle-lockdown-option-to-disable-writing.patch
5068ac
5068ac
BuildRequires: pkgconfig
5068ac
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
5068ac
BuildRequires: pkgconfig(dbus-glib-1)
5068ac
BuildRequires: pkgconfig(gcr-3)
5068ac
BuildRequires: /usr/bin/ssh
5068ac
BuildRequires: pkgconfig(libcdio_paranoia) >= %{libcdio_paranoia_version}
5068ac
BuildRequires: pkgconfig(gudev-1.0) >= %{gudev_version}
5068ac
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
5068ac
BuildRequires: pkgconfig(avahi-client) >= %{avahi_version}
5068ac
BuildRequires: pkgconfig(avahi-glib) >= %{avahi_version}
5068ac
BuildRequires: pkgconfig(libsecret-1)
5068ac
BuildRequires: gettext-devel >= %{gettext_version}
5068ac
BuildRequires: pkgconfig(udisks2) >= %{udisks2_version}
5068ac
BuildRequires: pkgconfig(libbluray)
5068ac
BuildRequires: systemd-devel >= %{systemd_version}
5068ac
BuildRequires: pkgconfig(libxslt)
5068ac
BuildRequires: docbook-style-xsl
5068ac
BuildRequires: pkgconfig(polkit-gobject-1)
5068ac
BuildRequires: pkgconfig(libcap)
5068ac
5068ac
BuildRequires: automake autoconf
5068ac
BuildRequires: libtool
5068ac
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
Requires: glib2%{?_isa} >= %{glib2_version}
5068ac
Requires: udisks2 >= %{udisks2_version}
5068ac
Requires: gsettings-desktop-schemas >= %{gsettings_desktop_schemas_version}
5068ac
5068ac
# for file triggers
5068ac
Requires(post): desktop-file-utils >= 0.22-6
5068ac
Requires(postun): desktop-file-utils >= 0.22-6
5068ac
5068ac
Obsoletes: gnome-mount <= 0.8
5068ac
Obsoletes: gnome-mount-nautilus-properties <= 0.8
5068ac
Obsoletes: gvfs-obexftp < 1.17.91-2
5068ac
5068ac
%description
5068ac
The gvfs package provides backend implementations for the gio
5068ac
framework in GLib. It includes ftp, sftp, cifs.
5068ac
5068ac
5068ac
%package  client
5068ac
Summary:  Client modules of backends for the gio framework in GLib
5068ac
Conflicts: %{name} < 1.25.2-2
5068ac
5068ac
%description client
5068ac
The gvfs package provides client modules of backend implementations for the gio
5068ac
framework in GLib.
5068ac
5068ac
5068ac
%package devel
5068ac
Summary: Development files for gvfs
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
5068ac
%description devel
5068ac
The gvfs-devel package contains headers and other files that are
5068ac
required to develop applications using gvfs.
5068ac
5068ac
5068ac
%package fuse
5068ac
Summary: FUSE support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
BuildRequires: pkgconfig(fuse) >= %{fuse_version}
5068ac
Requires: fuse >= %{fuse_version}
5068ac
5068ac
%description fuse
5068ac
This package provides support for applications not using gio
5068ac
to access the gvfs filesystems.
5068ac
5068ac
5068ac
%package smb
5068ac
Summary: Windows fileshare support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
BuildRequires: libsmbclient-devel >= %{libsmbclient_version}
5068ac
BuildRequires: pkgconfig(talloc) >= %{talloc_version}
5068ac
5068ac
%description smb
5068ac
This package provides support for reading and writing files on windows
5068ac
shares (SMB) to applications using gvfs.
5068ac
5068ac
5068ac
%package archive
5068ac
Summary: Archiving support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
BuildRequires: pkgconfig(libarchive) >= %{libarchive_version}
5068ac
5068ac
%description archive
5068ac
This package provides support for accessing files inside Zip and Tar archives,
5068ac
as well as ISO images, to applications using gvfs.
5068ac
5068ac
5068ac
%package gphoto2
5068ac
Summary: gphoto2 support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
BuildRequires: pkgconfig(libgphoto2) >= %{libgphoto2_version}
5068ac
BuildRequires: libusb-devel >= %{libusb_version}
5068ac
BuildRequires: libexif-devel
5068ac
5068ac
%description gphoto2
5068ac
This package provides support for reading and writing files on
5068ac
PTP based cameras (Picture Transfer Protocol) and MTP based
5068ac
media players (Media Transfer Protocol) to applications using gvfs.
5068ac
5068ac
5068ac
%ifnarch s390 s390x
5068ac
%package afc
5068ac
Summary: AFC support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
Requires: usbmuxd
5068ac
BuildRequires: pkgconfig(libimobiledevice-1.0) >= %{libimobiledevice_version}
5068ac
BuildRequires: pkgconfig(libplist) >= %{libplist_version}
5068ac
5068ac
%description afc
5068ac
This package provides support for reading files on mobile devices
5068ac
including phones and music players to applications using gvfs.
5068ac
%endif
5068ac
5068ac
5068ac
%package afp
5068ac
Summary: AFP support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
BuildRequires: libgcrypt-devel >= %{libgcrypt_version}
5068ac
# this should ensure having this new subpackage installed on upgrade from older versions
5068ac
Obsoletes: %{name} < 1.9.4-1
5068ac
5068ac
%description afp
5068ac
This package provides support for reading and writing files on
5068ac
Mac OS X and original Mac OS network shares via Apple Filing Protocol
5068ac
to applications using gvfs.
5068ac
5068ac
5068ac
%package mtp
5068ac
Summary: MTP support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
BuildRequires: pkgconfig(libmtp) >= %{libmtp_version}
5068ac
5068ac
%description mtp
5068ac
This package provides support for reading and writing files on
5068ac
MTP based devices (Media Transfer Protocol) to applications using gvfs.
5068ac
5068ac
5068ac
%if ! 0%{?rhel}
5068ac
%package nfs
5068ac
Summary: NFS support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
BuildRequires: pkgconfig(libnfs) >= %{libnfs_version}
5068ac
5068ac
%description nfs
5068ac
This package provides support for reading and writing files on
5068ac
NFS network shares (Network File System) to applications using gvfs.
5068ac
%endif
5068ac
5068ac
5068ac
%package goa
5068ac
Summary: GOA support for gvfs
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
Requires: %{name}-client%{?_isa} = %{version}-%{release}
5068ac
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
5068ac
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
5068ac
Requires: libgdata%{?_isa} >= %{libgdata_version}
5068ac
5068ac
%description goa
5068ac
This package provides seamless integration with gnome-online-accounts
5068ac
file services.
5068ac
5068ac
%package  tests
5068ac
Summary:  Tests for the gvfs package
5068ac
Requires: %{name}%{?_isa} = %{version}-%{release}
5068ac
5068ac
%description tests
5068ac
The gvfs-tests package contains tests that can be used to verify
5068ac
the functionality of the installed gvfs package.
5068ac
5068ac
%prep
5068ac
%autosetup -p1
5068ac
5068ac
autoreconf -fi
5068ac
5068ac
%build
5068ac
%configure \
5068ac
        --disable-gdu \
5068ac
        --enable-udisks2 \
5068ac
        --enable-keyring \
5068ac
        --enable-installed-tests \
5068ac
%if 0%{?rhel}
5068ac
        --disable-nfs \
5068ac
%endif
5068ac
        %{nil}
5068ac
make %{?_smp_mflags} V=1
5068ac
5068ac
%install
5068ac
%make_install
5068ac
5068ac
rm $RPM_BUILD_ROOT%{_libdir}/gvfs/*.la
5068ac
rm $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.la
5068ac
5068ac
# trashlib is GPLv3, include the license
5068ac
cp -p daemon/trashlib/COPYING COPYING.GPL3
5068ac
5068ac
%find_lang gvfs
5068ac
5068ac
%post
5068ac
# Reload .mount files:
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
5068ac
# Reload .mount files when single subpackage is installed:
5068ac
%post smb
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
%post gphoto2
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
%post mtp
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
%post goa
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
%ifnarch s390 s390x
5068ac
%post afc
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
%endif
5068ac
5068ac
%post archive
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
%if ! 0%{?rhel}
5068ac
%post nfs
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
%endif
5068ac
%post afp
5068ac
killall -USR1 gvfsd >&/dev/null || :
5068ac
5068ac
5068ac
%files
5068ac
%dir %{_datadir}/gvfs
5068ac
%dir %{_datadir}/gvfs/mounts
5068ac
%{_datadir}/gvfs/mounts/admin.mount
5068ac
%{_datadir}/gvfs/mounts/sftp.mount
5068ac
%{_datadir}/gvfs/mounts/trash.mount
5068ac
%{_datadir}/gvfs/mounts/cdda.mount
5068ac
%{_datadir}/gvfs/mounts/computer.mount
5068ac
%{_datadir}/gvfs/mounts/dav.mount
5068ac
%{_datadir}/gvfs/mounts/dav+sd.mount
5068ac
%{_datadir}/gvfs/mounts/http.mount
5068ac
%{_datadir}/gvfs/mounts/localtest.mount
5068ac
%{_datadir}/gvfs/mounts/burn.mount
5068ac
%{_datadir}/gvfs/mounts/dns-sd.mount
5068ac
%{_datadir}/gvfs/mounts/network.mount
5068ac
%{_datadir}/gvfs/mounts/ftp.mount
5068ac
%{_datadir}/gvfs/mounts/ftps.mount
5068ac
%{_datadir}/gvfs/mounts/recent.mount
5068ac
%{_datadir}/dbus-1/services/org.gtk.vfs.Daemon.service
5068ac
%{_datadir}/dbus-1/services/org.gtk.vfs.Metadata.service
5068ac
%{_datadir}/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service
5068ac
%dir %{_datadir}/gvfs/remote-volume-monitors
5068ac
%{_datadir}/gvfs/remote-volume-monitors/udisks2.monitor
5068ac
%{_datadir}/GConf/gsettings/*.convert
5068ac
%{_datadir}/glib-2.0/schemas/*.xml
5068ac
%{_datadir}/polkit-1/actions/org.gtk.vfs.file-operations.policy
5068ac
%{_datadir}/polkit-1/rules.d/org.gtk.vfs.file-operations.rules
5068ac
%{_libdir}/gvfs/libgvfsdaemon.so
5068ac
%{_libexecdir}/gvfsd
5068ac
%{_libexecdir}/gvfsd-admin
5068ac
%{_libexecdir}/gvfsd-ftp
5068ac
%{_libexecdir}/gvfsd-sftp
5068ac
%{_libexecdir}/gvfsd-trash
5068ac
%{_libexecdir}/gvfsd-cdda
5068ac
%{_libexecdir}/gvfsd-computer
5068ac
%{_libexecdir}/gvfsd-dav
5068ac
%{_libexecdir}/gvfsd-http
5068ac
%{_libexecdir}/gvfsd-localtest
5068ac
%{_libexecdir}/gvfsd-burn
5068ac
%{_libexecdir}/gvfsd-dnssd
5068ac
%{_libexecdir}/gvfsd-network
5068ac
%{_libexecdir}/gvfsd-metadata
5068ac
%{_libexecdir}/gvfs-udisks2-volume-monitor
5068ac
%{_libexecdir}/gvfsd-recent
5068ac
%{_mandir}/man1/gvfsd.1*
5068ac
%{_mandir}/man1/gvfsd-metadata.1*
5068ac
%{_userunitdir}/gvfs-daemon.service
5068ac
%{_userunitdir}/gvfs-metadata.service
5068ac
%{_userunitdir}/gvfs-udisks2-volume-monitor.service
5068ac
5068ac
%files client -f gvfs.lang
5068ac
%{!?_licensedir:%global license %%doc}
5068ac
%license COPYING COPYING.GPL3
5068ac
%doc AUTHORS NEWS README
5068ac
%dir %{_libdir}/gvfs
5068ac
%{_libdir}/gvfs/libgvfscommon.so
5068ac
%{_libdir}/gio/modules/libgioremote-volume-monitor.so
5068ac
%{_libdir}/gio/modules/libgvfsdbus.so
5068ac
%{_mandir}/man7/gvfs.7*
5068ac
5068ac
%files devel
5068ac
%dir %{_includedir}/gvfs-client
5068ac
%dir %{_includedir}/gvfs-client/gvfs
5068ac
%{_includedir}/gvfs-client/gvfs/gvfsurimapper.h
5068ac
%{_includedir}/gvfs-client/gvfs/gvfsuriutils.h
5068ac
5068ac
5068ac
%files fuse
5068ac
%{_libexecdir}/gvfsd-fuse
5068ac
%{_mandir}/man1/gvfsd-fuse.1*
5068ac
%{_tmpfilesdir}/gvfsd-fuse-tmpfiles.conf
5068ac
5068ac
%files smb
5068ac
%{_libexecdir}/gvfsd-smb
5068ac
%{_libexecdir}/gvfsd-smb-browse
5068ac
%{_datadir}/gvfs/mounts/smb-browse.mount
5068ac
%{_datadir}/gvfs/mounts/smb.mount
5068ac
5068ac
5068ac
%files archive
5068ac
%{_libexecdir}/gvfsd-archive
5068ac
%{_datadir}/gvfs/mounts/archive.mount
5068ac
5068ac
5068ac
%files gphoto2
5068ac
%{_libexecdir}/gvfsd-gphoto2
5068ac
%{_datadir}/gvfs/mounts/gphoto2.mount
5068ac
%{_libexecdir}/gvfs-gphoto2-volume-monitor
5068ac
%{_datadir}/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service
5068ac
%{_datadir}/gvfs/remote-volume-monitors/gphoto2.monitor
5068ac
%{_userunitdir}/gvfs-gphoto2-volume-monitor.service
5068ac
5068ac
%ifnarch s390 s390x
5068ac
%files afc
5068ac
%{_libexecdir}/gvfsd-afc
5068ac
%{_datadir}/gvfs/mounts/afc.mount
5068ac
%{_libexecdir}/gvfs-afc-volume-monitor
5068ac
%{_datadir}/dbus-1/services/org.gtk.vfs.AfcVolumeMonitor.service
5068ac
%{_datadir}/gvfs/remote-volume-monitors/afc.monitor
5068ac
%{_userunitdir}/gvfs-afc-volume-monitor.service
5068ac
%endif
5068ac
5068ac
%files afp
5068ac
%{_libexecdir}/gvfsd-afp
5068ac
%{_libexecdir}/gvfsd-afp-browse
5068ac
%{_datadir}/gvfs/mounts/afp.mount
5068ac
%{_datadir}/gvfs/mounts/afp-browse.mount
5068ac
5068ac
%files mtp
5068ac
%{_libexecdir}/gvfsd-mtp
5068ac
%{_datadir}/gvfs/mounts/mtp.mount
5068ac
%{_libexecdir}/gvfs-mtp-volume-monitor
5068ac
%{_datadir}/dbus-1/services/org.gtk.vfs.MTPVolumeMonitor.service
5068ac
%{_datadir}/gvfs/remote-volume-monitors/mtp.monitor
5068ac
%{_userunitdir}/gvfs-mtp-volume-monitor.service
5068ac
5068ac
%if ! 0%{?rhel}
5068ac
%files nfs
5068ac
%{_libexecdir}/gvfsd-nfs
5068ac
# for privileged ports
5068ac
%caps(cap_net_bind_service=ep) %{_libexecdir}/gvfsd-nfs
5068ac
%{_datadir}/gvfs/mounts/nfs.mount
5068ac
%endif
5068ac
5068ac
%files goa
5068ac
%{_libexecdir}/gvfs-goa-volume-monitor
5068ac
%{_datadir}/dbus-1/services/org.gtk.vfs.GoaVolumeMonitor.service
5068ac
%{_datadir}/gvfs/remote-volume-monitors/goa.monitor
5068ac
%{_datadir}/gvfs/mounts/google.mount
5068ac
%{_libexecdir}/gvfsd-google
5068ac
%{_userunitdir}/gvfs-goa-volume-monitor.service
5068ac
5068ac
%files tests
5068ac
%dir %{_libexecdir}/installed-tests
5068ac
%{_libexecdir}/installed-tests/gvfs
5068ac
%{_datadir}/installed-tests
5068ac
5068ac
%changelog
5068ac
* Thu May 16 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-4
5068ac
- Handle lockdown option to disable writing (#1662193)
5068ac
5068ac
* Mon Apr 01 2019 Ondrej Holy <oholy@redhat.com> - 1.36.2-3
5068ac
- CVE-2019-3827: Prevent access if any authentication agent isn't available (#1673888)
5068ac
5068ac
* Fri Dec 14 2018 Ray Strode <rstrode@redhat.com> - 1.36.2-2
5068ac
- rebuild
5068ac
5068ac
* Tue Jun 12 2018 Ondrej Holy <oholy@redhat.com> - 1.36.2-1
5068ac
- Update to 1.36.2
5068ac
- Remove mount-archive.desktop helper
5068ac
- Remove obsolete gvfs utils
5068ac
- Disable nfs support
5068ac
5068ac
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.36.1-1
5068ac
- Update to 1.36.1
5068ac
5068ac
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 1.36.0-1
5068ac
- Update to 1.36.0
5068ac
5068ac
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 1.35.92-1
5068ac
- Update to 1.35.92
5068ac
5068ac
* Wed Feb 28 2018 Ondrej Holy <oholy@redhat.com> - 1.35.91-1
5068ac
- Update to 1.35.91
5068ac
5068ac
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.35.90-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5068ac
5068ac
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 1.35.90-1
5068ac
- Update to 1.35.90
5068ac
- Drop ldconfig scriptlets
5068ac
5068ac
* Thu Jan 25 2018 Adrian Reber <adrian@lisas.de> - 1.35.3-2
5068ac
- Rebuilt for libcdio-2.0.0
5068ac
5068ac
* Tue Dec 19 2017 Ondrej Holy <oholy@redhat.com> - 1.35.3-1
5068ac
- Update to 1.35.3
5068ac
5068ac
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 1.35.1-1
5068ac
- Update to 1.35.1
5068ac
5068ac
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 1.34.1-1
5068ac
- Update to 1.34.1
5068ac
5068ac
* Mon Sep 11 2017 Kalev Lember <klember@redhat.com> - 1.34.0-1
5068ac
- Update to 1.34.0
5068ac
5068ac
* Tue Sep 05 2017 Kalev Lember <klember@redhat.com> - 1.33.92-1
5068ac
- Update to 1.33.92
5068ac
5068ac
* Mon Aug 28 2017 Kalev Lember <klember@redhat.com> - 1.33.91-1
5068ac
- Update to 1.33.91
5068ac
5068ac
* Wed Aug 09 2017 Ondrej Holy <oholy@redhat.com> - 1.33.90-1
5068ac
- Update to 1.33.90
5068ac
5068ac
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.33.3-5
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
5068ac
5068ac
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.33.3-4
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5068ac
5068ac
* Mon Jul 24 2017 Ondrej Holy <oholy@redhat.com> - 1.33.3-3
5068ac
- gdaemonfileenumerator: Fix crashes in synchronous enumerator code (rhbz#1472819)
5068ac
5068ac
* Wed Jul 19 2017 Ondrej Holy <oholy@redhat.com> - 1.33.3-2
5068ac
- goa: Fix password-based authentication (rhbz#1461066)
5068ac
5068ac
* Sun Jun 25 2017 Kalev Lember <klember@redhat.com> - 1.33.3-1
5068ac
- Update to 1.33.3
5068ac
5068ac
* Wed May 10 2017 Ondrej Holy <oholy@redhat.com> - 1.33.1-1
5068ac
- Update to 1.33.1
5068ac
- Drop gtk+ dependency
5068ac
5068ac
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 1.32.1-1
5068ac
- Update to 1.32.1
5068ac
5068ac
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 1.32.0-1
5068ac
- Update to 1.32.0
5068ac
5068ac
* Fri Mar 17 2017 Kalev Lember <klember@redhat.com> - 1.31.92-2
5068ac
- Rebuilt for libbluray soname bump
5068ac
5068ac
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 1.31.92-1
5068ac
- Update to 1.31.92
5068ac
5068ac
* Tue Feb 28 2017 Richard Hughes <rhughes@redhat.com> - 1.31.91-1
5068ac
- Update to 1.31.91
5068ac
5068ac
* Tue Feb 14 2017 Richard Hughes <rhughes@redhat.com> - 1.31.90-1
5068ac
- Update to 1.31.90
5068ac
5068ac
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.2-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5068ac
5068ac
* Mon Nov 28 2016 Ray Strode <rstrode@redhat.com> - 1.31.2-1
5068ac
- Update to 1.31.2
5068ac
  Related: https://bugzilla.gnome.org/show_bug.cgi?id=768707
5068ac
5068ac
* Mon Nov 14 2016 Adrian Reber <adrian@lisas.de> - 1.31.1-2
5068ac
- Rebuilt for libcdio-0.94
5068ac
5068ac
* Sun Oct 30 2016 Kalev Lember <klember@redhat.com> - 1.31.1-1
5068ac
- Update to 1.31.1
5068ac
5068ac
* Mon Oct 17 2016 Ondrej Holy <oholy@redhat.com> - 1.30.1.1-1
5068ac
- Update to 1.30.1.1
5068ac
5068ac
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 1.30.1-1
5068ac
- Update to 1.30.1
5068ac
5068ac
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.30.0-1
5068ac
- Update to 1.30.0
5068ac
5068ac
* Tue Sep 13 2016 Kalev Lember <klember@redhat.com> - 1.29.92-1
5068ac
- Update to 1.29.92
5068ac
5068ac
* Tue Aug 30 2016 Kalev Lember <klember@redhat.com> - 1.29.91-1
5068ac
- Update to 1.29.91
5068ac
5068ac
* Fri Aug 12 2016 Kalev Lember <klember@redhat.com> - 1.29.90-1
5068ac
- Update to 1.29.90
5068ac
5068ac
* Mon Jul 18 2016 Richard Hughes <rhughes@redhat.com> - 1.29.4-1
5068ac
- Update to 1.29.4
5068ac
5068ac
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 1.29.3-1
5068ac
- Update to 1.29.3
5068ac
5068ac
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 1.29.1-1
5068ac
- Update to 1.29.1
5068ac
5068ac
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 1.28.1-1
5068ac
- Update to 1.28.1
5068ac
5068ac
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 1.28.0-1
5068ac
- Update to 1.28.0
5068ac
5068ac
* Mon Mar 14 2016 Richard Hughes <rhughes@redhat.com> - 1.27.92-1
5068ac
- Update to 1.27.92
5068ac
5068ac
* Tue Mar 01 2016 Richard Hughes <rhughes@redhat.com> - 1.27.91-1
5068ac
- Update to 1.27.91
5068ac
5068ac
* Tue Feb 16 2016 Richard Hughes <rhughes@redhat.com> - 1.27.90-1
5068ac
- Update to 1.27.90
5068ac
5068ac
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.27.4-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5068ac
5068ac
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 1.27.4-1
5068ac
- Update to 1.27.4
5068ac
5068ac
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 1.27.3-1
5068ac
- Update to 1.27.3
5068ac
5068ac
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 1.26.2-1
5068ac
- Update to 1.26.2
5068ac
5068ac
* Fri Oct 23 2015 poma <poma@gmail.com> - 1.26.1.1-3
5068ac
- Accept XDG_RUNTIME_DIR/bus as a valid D-Bus session/user bus
5068ac
5068ac
* Fri Oct 23 2015 Ondrej Holy <oholy@redhat.com> - 1.26.1.1-2
5068ac
- google: Fail in-fs copy/move if it leads to display name loss
5068ac
5068ac
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 1.26.1.1-1
5068ac
- Update to 1.26.1.1
5068ac
5068ac
* Thu Oct 15 2015 Kalev Lember <klember@redhat.com> - 1.26.1-2
5068ac
- file monitor: Fix invalid read
5068ac
5068ac
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1.26.1-1
5068ac
- Update to 1.26.1
5068ac
5068ac
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 1.26.0-1
5068ac
- Update to 1.26.0
5068ac
5068ac
* Wed Sep 16 2015 Ondrej Holy <oholy@redhat.com> - 1.25.92-3
5068ac
- Move Google Drive backend into the goa subpackage
5068ac
5068ac
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 1.25.92-2
5068ac
- Build Google Drive backend
5068ac
5068ac
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 1.25.92-1
5068ac
- Update to 1.25.92
5068ac
5068ac
* Tue Sep 01 2015 Kalev Lember <klember@redhat.com> - 1.25.91-1
5068ac
- Update to 1.25.91
5068ac
5068ac
* Thu Aug 20 2015 Ondrej Holy <oholy@redhat.com> - 1.25.90-3
5068ac
- Add NFS backend
5068ac
5068ac
* Thu Aug 20 2015 Ondrej Holy <oholy@redhat.com> - 1.25.90-2
5068ac
- Rely on file triggers for schemas and desktop files
5068ac
5068ac
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 1.25.90-1
5068ac
- Update to 1.25.90
5068ac
- Use make_install macro
5068ac
5068ac
* Fri Jul 24 2015 Ondrej Holy <oholy@redhat.com> - 1.25.4.1-1
5068ac
- Update to 1.25.4.1
5068ac
5068ac
* Fri Jul 24 2015 Ondrej Holy <oholy@redhat.com> - 1.25.4-1
5068ac
- Update to 1.25.4
5068ac
5068ac
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 1.25.3-1
5068ac
- Update to 1.25.3
5068ac
5068ac
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25.2-3
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5068ac
5068ac
* Mon Jun 8 2015 Ondrej Holy <oholy@redhat.com> - 1.25.2-2
5068ac
- Move client libs into the own subpackage
5068ac
- Move gvfs tools into the own subpackage
5068ac
- Move gvfsd-fuse-tmpfiles.conf into fuse subpackage
5068ac
- Remove obsoleted expat-devel dependency
5068ac
- Remove obsoleted Group tags
5068ac
- Fix bogus dates
5068ac
5068ac
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 1.25.2-1
5068ac
- Update to 1.25.2
5068ac
5068ac
* Fri May 01 2015 Kalev Lember <kalevlember@gmail.com> - 1.25.1-1
5068ac
- Update to 1.25.1
5068ac
5068ac
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 1.24.1-1
5068ac
- Update to 1.24.1
5068ac
5068ac
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 1.24.0-1
5068ac
- Update to 1.24.0
5068ac
5068ac
* Mon Mar 16 2015 Kalev Lember <kalevlember@gmail.com> - 1.23.92-1
5068ac
- Update to 1.23.92
5068ac
5068ac
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.23.90-2
5068ac
- Rebuilt for Fedora 23 Change
5068ac
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
5068ac
5068ac
* Fri Feb 13 2015 Richard Hughes <rhughes@redhat.com> - 1.23.90-1
5068ac
- Update to 1.23.90
5068ac
5068ac
* Wed Feb 11 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.23.4-5
5068ac
- Rebuild (libimobiledevice)
5068ac
- Use %%license
5068ac
5068ac
* Wed Jan 21 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.23.4-4
5068ac
- Rebuild (libgpohoto2)
5068ac
5068ac
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 1.23.4-1
5068ac
- Update to 1.23.4
5068ac
5068ac
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 1.23.3-1
5068ac
- Update to 1.23.3
5068ac
5068ac
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 1.23.2-1
5068ac
- Update to 1.23.2
5068ac
5068ac
* Wed Nov 12 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 1.22.2-3
5068ac
- Build installed tests
5068ac
5068ac
* Tue Nov 11 2014 Adrian Reber <adrian@lisas.de> - 1.22.2-2
5068ac
- Rebuilt for libcdio-0.93
5068ac
5068ac
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 1.22.2-1
5068ac
- Update to 1.22.2
5068ac
5068ac
* Wed Oct 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.22.1-2
5068ac
- Rebuild for libimobiledevice 1.1.6
5068ac
5068ac
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 1.22.1-1
5068ac
- Update to 1.22.1
5068ac
5068ac
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.22.0-1
5068ac
- Update to 1.22.0
5068ac
5068ac
* Mon Sep 15 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.92-1
5068ac
- Update to 1.21.92
5068ac
5068ac
* Sat Aug 30 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.91-1
5068ac
- Update to 1.21.91
5068ac
5068ac
* Sat Aug 16 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.90-1
5068ac
- Update to 1.21.90
5068ac
5068ac
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21.4-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5068ac
5068ac
* Fri Jul 18 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.4-1
5068ac
- Update to 1.21.4
5068ac
5068ac
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 1.21.3-1
5068ac
- Update to 1.21.3
5068ac
5068ac
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.21.2-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5068ac
5068ac
* Sat May 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.21.2-1
5068ac
- Update to 1.21.2
5068ac
5068ac
* Mon May  5 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.21.1-2
5068ac
- Rebuild for libimobiledevice 1.1.6
5068ac
5068ac
* Mon Apr 28 2014 Richard Hughes <rhughes@redhat.com> - 1.21.1-1
5068ac
- Update to 1.21.1
5068ac
5068ac
* Fri Apr 11 2014 Richard Hughes <rhughes@redhat.com> - 1.20.1-1
5068ac
- Update to 1.20.1
5068ac
5068ac
* Fri Mar 21 2014 Kalev Lember <kalevlember@gmail.com> - 1.20.0-1
5068ac
- Update to 1.20.0
5068ac
5068ac
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 1.19.90-1
5068ac
- Update to 1.19.90
5068ac
5068ac
* Thu Feb 06 2014 Ondrej Holy <oholy@redhat.com> - 1.19.5-2
5068ac
- Fix license field
5068ac
5068ac
* Mon Feb 03 2014 Richard Hughes <rhughes@redhat.com> - 1.19.5-1
5068ac
- Update to 1.19.5
5068ac
5068ac
* Tue Jan 28 2014 Dan Horák <dan[at]danny.cz> - 1.19.4-2
5068ac
- fix the BR: libarchive-devel condition for recent rpmbuild
5068ac
5068ac
* Mon Jan 13 2014 Richard Hughes <rhughes@redhat.com> - 1.19.4-1
5068ac
- Update to 1.19.4
5068ac
5068ac
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1.19.3-1
5068ac
- Update to 1.19.3
5068ac
5068ac
* Mon Dec 16 2013 Adrian Reber <adrian@lisas.de> - 1.19.2-2
5068ac
- Rebuilt for libcdio-0.92
5068ac
5068ac
* Mon Nov 18 2013 Richard Hughes <rhughes@redhat.com> - 1.19.2-1
5068ac
- Update to 1.19.2
5068ac
5068ac
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 1.19.1-1
5068ac
- Update to 1.19.1
5068ac
5068ac
* Thu Oct 3 2013 Ondrej Holy <oholy@redhat.com> - 1.18.2-1
5068ac
- Update to 1.18.2
5068ac
5068ac
* Thu Sep 26 2013 Kalev Lember <kalevlember@gmail.com> - 1.18.1-1
5068ac
- Update to 1.18.1
5068ac
5068ac
* Thu Sep 26 2013 Rex Dieter <rdieter@fedoraproject.org> 1.18.0-2
5068ac
- add explicit avahi build deps, move autofoo to %%prep
5068ac
5068ac
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 1.18.0-1
5068ac
- Update to 1.18.0
5068ac
5068ac
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.91-3
5068ac
- Obsolete the removed obexftp subpackage
5068ac
5068ac
* Wed Sep 18 2013 Matthias Clasen<mclasen@redhat.com> - 1.17.91-2
5068ac
- Drop obexftp subpackage
5068ac
5068ac
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.91-1
5068ac
- Update to 1.17.91
5068ac
5068ac
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.90-1
5068ac
- Update to 1.17.90
5068ac
5068ac
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.3-1
5068ac
- Update to 1.17.3
5068ac
5068ac
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17.2-3
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5068ac
5068ac
* Thu Jun 20 2013 Bastien Nocera <bnocera@redhat.com> 1.17.2-2
5068ac
- Fix gvfs-afc crashes due to new libimobiledevice (#951731)
5068ac
5068ac
* Fri Jun 14 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.2-1
5068ac
- Update to 1.17.2
5068ac
5068ac
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.1-1
5068ac
- Update to 1.17.1
5068ac
5068ac
* Wed May 22 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.0-2
5068ac
- gvfs-archive: Add the update-desktop-database rpm scriptlets (#954214)
5068ac
5068ac
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 1.17.0-1
5068ac
- Update to 1.17.0
5068ac
5068ac
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 1.16.1-1
5068ac
- Update to 1.16.1
5068ac
5068ac
* Thu Mar 28 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.16.0-1
5068ac
- Update to 1.16.0
5068ac
5068ac
* Wed Mar 20 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.15.4-2
5068ac
- Rebuild for new libimobiledevice
5068ac
5068ac
* Mon Mar 04 2013 Richard Hughes <rhughes@redhat.com> - 1.15.4-1
5068ac
- Update to 1.15.4
5068ac
5068ac
* Wed Feb  6 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.3-2
5068ac
- Install systemd tmpfiles.d exclusion file for gvfs-fuse (#902743)
5068ac
5068ac
* Tue Feb  5 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.3-1
5068ac
- Update to 1.15.3
5068ac
5068ac
* Tue Jan 15 2013 Tomas Bzatek <tbzatek@redhat.com> - 1.15.2-1
5068ac
- Update to 1.15.2
5068ac
5068ac
* Mon Jan 07 2013 Adrian Reber <adrian@lisas.de> - 1.15.1-3
5068ac
- Rebuilt for libcdio-0.90
5068ac
5068ac
* Wed Dec 19 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.1-2
5068ac
- Rebuilt for new udisks
5068ac
5068ac
* Tue Dec 18 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.1-1
5068ac
- Update to 1.15.1
5068ac
5068ac
* Fri Dec  7 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-3
5068ac
- Enable verbose build messages
5068ac
- Remove deprecated Encoding key from mount-archive.desktop
5068ac
5068ac
* Tue Nov  6 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-2
5068ac
- Clarify licensing
5068ac
- Explicitly disable HAL
5068ac
5068ac
* Mon Oct 29 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.15.0-1
5068ac
- Update to 1.15.0
5068ac
5068ac
* Tue Sep 25 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.14.0-1
5068ac
- Update to 1.14.0
5068ac
5068ac
* Tue Sep 18 2012 Matthias Clasen <mclasen@redhat.com> - 1.13.9-1
5068ac
- Update to 1.13.9
5068ac
5068ac
* Wed Sep  5 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.8-1
5068ac
- Update to 1.13.8
5068ac
5068ac
* Wed Aug 29 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.7-3
5068ac
- Bring archive mounter back
5068ac
5068ac
* Mon Aug 27 2012 Cosimo Cecchi <cosimoc@redhat.com> - 1.13.7-2
5068ac
- Make sure keyring integration is enabled
5068ac
5068ac
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.13.7-1
5068ac
- Update to 1.13.7
5068ac
5068ac
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 1.13.4-1
5068ac
- Update to 1.13.4
5068ac
5068ac
* Tue Aug  7 2012 Jindrich Novy <jnovy@redhat.com> - 1.13.3-4
5068ac
- add BR: docbook-style-xsl so that gvfs actually builds
5068ac
5068ac
* Sun Aug  5 2012 Jindrich Novy <jnovy@redhat.com> - 1.13.3-3
5068ac
- add patch to fix gvfs build against libgphoto2 (inspired by SUSE)
5068ac
5068ac
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.3-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5068ac
5068ac
* Mon Jul 16 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.3-1
5068ac
- Update to 1.13.3
5068ac
5068ac
* Mon Jul 16 2012 Nils Philippsen <nils@redhat.com> - 1.13.2-2
5068ac
- rebuild for new libgphoto2
5068ac
5068ac
* Tue Jun 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.2-1
5068ac
- Update to 1.13.2
5068ac
5068ac
* Mon Jun  4 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.1-1
5068ac
- Update to 1.13.1
5068ac
5068ac
* Wed May  2 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.13.0-1
5068ac
- Update to 1.13.0
5068ac
5068ac
* Fri Apr 27 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.2-1
5068ac
- Update to 1.12.2
5068ac
- Backport multiseat patches from master
5068ac
5068ac
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.1-3
5068ac
- Silence rpm scriptlet output
5068ac
5068ac
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 1.12.1-2
5068ac
- Rebuild again for new libimobiledevice and usbmuxd
5068ac
5068ac
* Tue Apr 17 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.1-1
5068ac
- Update to 1.12.1
5068ac
5068ac
* Thu Apr 12 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.12.0-2
5068ac
- Rebuild for new libimobiledevice and usbmuxd
5068ac
5068ac
* Mon Mar 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.12.0-1
5068ac
- Update to 1.12.0
5068ac
5068ac
* Tue Mar 20 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.5-1
5068ac
- Update to 1.11.5
5068ac
5068ac
* Fri Feb 24 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.4-1
5068ac
- Update to 1.11.4
5068ac
5068ac
* Tue Feb  7 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-1
5068ac
- Update to 1.11.3
5068ac
5068ac
* Fri Feb  3 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.4.20120120
5068ac
- Exclude the obexftp package from s390 builds
5068ac
5068ac
* Wed Jan 25 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.3.20120120
5068ac
- Rebuilt for new libarchive
5068ac
5068ac
* Tue Jan 24 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.3-0.2.20120120
5068ac
- Add udisks2 runtime Requires
5068ac
5068ac
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> - 1.11.3-0.1.20120120-1
5068ac
- Prelease that works with udisks2
5068ac
5068ac
* Wed Jan 18 2012 Tomas Bzatek <tbzatek@redhat.com> - 1.11.2-1
5068ac
- Update to 1.11.2
5068ac
5068ac
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5068ac
5068ac
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 1.11.1-1
5068ac
- Update to 1.11.1
5068ac
5068ac
* Tue Dec 13 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.11.0-5
5068ac
- Rebuilt for new libbluray
5068ac
5068ac
* Sun Nov 20 2011 Adrian Reber <adrian@lisas.de> - 1.11.0-4
5068ac
- Rebuild for libcdio-0.83
5068ac
5068ac
* Wed Nov 16 2011 Adam Jackson <ajax@redhat.com> 1.11.0-3
5068ac
- Rebuild for new libarchive
5068ac
5068ac
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.0-2
5068ac
- Rebuilt for glibc bug#747377
5068ac
5068ac
* Wed Oct 26 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.11.0-1
5068ac
- Update to 1.11.0
5068ac
5068ac
* Mon Oct 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.10.1-1
5068ac
- Update to 1.10.1
5068ac
5068ac
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.10.0-1
5068ac
- Update to 1.10.0
5068ac
5068ac
* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> - 1.9.5-1
5068ac
- Update to 1.9.5
5068ac
5068ac
* Tue Aug 30 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.4-1
5068ac
- Update to 1.9.4
5068ac
- New AFP backend in separate subpackage
5068ac
5068ac
* Tue Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 1.9.3-1
5068ac
- Update to 1.9.3
5068ac
- Drop obsolete patches
5068ac
- Clean up spec a bit
5068ac
5068ac
* Wed Jul 27 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.2-1
5068ac
- Update to 1.9.2
5068ac
- Enable real statfs calls in the fuse daemon
5068ac
5068ac
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.1-1
5068ac
- Update to 1.9.1
5068ac
5068ac
* Mon May 09 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.9.0-1
5068ac
- Update to 1.9.0
5068ac
5068ac
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1.8.1-2
5068ac
- Update gsettings scriptlet
5068ac
5068ac
* Tue Apr 26 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.1-1
5068ac
- Update to 1.8.1
5068ac
5068ac
* Fri Apr 22 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.0-3
5068ac
- Build without HAL -> expect obexftp breakage.
5068ac
5068ac
* Mon Apr 18 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.8.0-2
5068ac
- Fix threadsafety of closing channels
5068ac
- Fix d-bus messages leaks
5068ac
- Fix /dev symlink checks in gdu volume monitor
5068ac
5068ac
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 1.8.0-1
5068ac
- Update to 1.8.0
5068ac
5068ac
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.7.3-1
5068ac
- Update to 1.7.3
5068ac
5068ac
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5068ac
5068ac
* Tue Feb  1 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.7.2-1
5068ac
- Update to 1.7.2
5068ac
5068ac
* Sun Dec 26 2010 Bastien Nocera <bnocera@redhat.com> 1.7.1-1
5068ac
- Update to 1.7.1
5068ac
5068ac
* Thu Dec  2 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.7.0-1
5068ac
- Update to 1.7.0
5068ac
5068ac
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.5-1
5068ac
- Update to 1.6.5
5068ac
- Drop upstreamed patches
5068ac
5068ac
* Mon Nov  1 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-4
5068ac
- Use correct "usb:" address for GPhoto mounts with gudev (#642836)
5068ac
5068ac
* Wed Oct 13 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-3
5068ac
- FUSE: Add O_TRUNC support for open()
5068ac
5068ac
* Mon Oct  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.4-2
5068ac
- Fix sftp poll timeout
5068ac
5068ac
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.4-1
5068ac
- Update to 1.6.4
5068ac
5068ac
* Wed Sep  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.3-3
5068ac
- Fix smb daemons deadlock due to GConf initialization
5068ac
5068ac
* Mon Jul 12 2010 Dan Horák <dan[at]danny.cz> - 1.6.3-2
5068ac
- s390(x) machines can't connect mobile phones or players
5068ac
5068ac
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.3-1
5068ac
- Update to 1.6.3
5068ac
5068ac
* Thu May 27 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.2-1
5068ac
- Update to 1.6.2
5068ac
5068ac
* Tue May  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-3
5068ac
- Fix Nautilus 100% CPU after trashing a file with an emblem (#584784)
5068ac
5068ac
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-2
5068ac
- Explicitly require minimal glib2 version (#585912)
5068ac
5068ac
* Mon Apr 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.1-1
5068ac
- Update to 1.6.1
5068ac
5068ac
* Mon Apr 19 2010 Matthias Clasen <mclasen@redhat.com> - 1.6.0-2
5068ac
- Use update-gio-modules
5068ac
5068ac
* Mon Mar 29 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.6.0-1
5068ac
- Update to 1.6.0
5068ac
5068ac
* Mon Mar 22 2010 Bastien Nocera <bnocera@redhat.com> 1.5.5-3
5068ac
- Fix build with new libimobiledevice
5068ac
- Don't mount both gphoto and AFC mounts on AFC devices
5068ac
5068ac
* Sun Mar 21 2010 Peter Robinson <pbrobinson@gmail.com> 1.5.5-2
5068ac
- Rebuild for new stable libimobiledevice 
5068ac
5068ac
* Mon Mar  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.5-1
5068ac
- Update to 1.5.5
5068ac
5068ac
* Thu Feb 25 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.4-2
5068ac
- Re-add missing service files
5068ac
5068ac
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.4-1
5068ac
- Update to 1.5.4
5068ac
5068ac
* Mon Feb 15 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.3-2
5068ac
- sftp: fix crash on unmount
5068ac
5068ac
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.3-1
5068ac
- Update to 1.5.3
5068ac
5068ac
* Mon Feb  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-5
5068ac
- ftp: backport several PASV/EPSV fixes from master (#542205, #555033)
5068ac
5068ac
* Fri Feb  5 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-4
5068ac
- AFC: Use new libimobiledevice library
5068ac
5068ac
* Tue Jan 26 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-3
5068ac
- Fix AFC build against new libiphone
5068ac
5068ac
* Mon Jan 25 2010 Matthias Clasen <mclasen@redhat.com> - 1.5.2-2
5068ac
- Update the GIO module cache
5068ac
5068ac
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.2-1
5068ac
- Update to 1.5.2
5068ac
5068ac
* Fri Jan 22 2010 Adrian Reber <adrian@lisas.de> - 1.5.1-6
5068ac
- Rebuild for libcdio-0.82
5068ac
5068ac
* Mon Jan 18 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-5
5068ac
- Avoid crash on race to mount gvfstrash (#555337)
5068ac
- Nuke HAL volume monitor
5068ac
5068ac
* Tue Jan 12 2010 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-4
5068ac
- Don't leak mount job operation (#552842)
5068ac
- Recognize gphoto2 cameras which don't implement get storageinfo (#552856)
5068ac
- ObexFTP: Use a private D-Bus connection for obex-data-server (#539347)
5068ac
5068ac
* Tue Dec 15 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-3
5068ac
- Rebuilt against new libiphone
5068ac
5068ac
* Mon Nov 30 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-2
5068ac
- Metadata fixes
5068ac
- SMB: Fix free space calculation for older samba servers
5068ac
- fuse: Fix setting timestamps
5068ac
5068ac
* Wed Nov 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.5.1-1
5068ac
- Update to 1.5.1
5068ac
- AFC: temporarily disable setting file modification times
5068ac
5068ac
* Thu Nov 12 2009 Matthias Clasen <mclasen@redhat.com> 1.4.1-6
5068ac
- Add obsoletes for gnome-mount
5068ac
5068ac
* Thu Nov 12 2009 Bastien Nocera <bnocera@redhat.com> 1.4.1-5
5068ac
- Add obsoletes for gnome-vfs2-obexftp
5068ac
5068ac
* Tue Nov 10 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-4
5068ac
- SMB: Support querying filesystem size and free space
5068ac
5068ac
* Tue Nov  3 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-3
5068ac
- gdu-volume-monitor: don't crash on NULL devices (#529982)
5068ac
5068ac
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-2
5068ac
- Reload .mount files when single package is installed
5068ac
5068ac
* Tue Oct 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.1-1
5068ac
- Update to 1.4.1
5068ac
5068ac
* Fri Oct 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-7
5068ac
- HTTP: Support g_file_input_stream_query_info()
5068ac
- HTTP: Use libsoup header parsing function
5068ac
- Set correct MIME type for MTP music players
5068ac
5068ac
* Wed Oct 14 2009 Bastien Nocera <bnocera@redhat.com> 1.4.0-6
5068ac
- Fix crasher in ObexFTP (#528181)
5068ac
5068ac
* Fri Oct  9 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-5
5068ac
- Don't always overwrite on trash restore
5068ac
- Separate "Safely Remove Drive" from "Eject"
5068ac
- Don't advertise can_poll for drives not using removable media
5068ac
- Disallow mounting empty drives
5068ac
- Disallow ejecting empty drives
5068ac
- Silently drop eject error messages when detaching drive
5068ac
5068ac
* Thu Oct  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-4
5068ac
- Fix Nautilus not displaying friendly icons for SSH-connected system (#526892)
5068ac
- Actually apply the logical partitions patch
5068ac
5068ac
* Thu Oct  1 2009 Matthias Clasen <mclasen@redhat.com> - 1.4.0-3
5068ac
- Consider logical partitions when deciding if a drive should be ignored
5068ac
5068ac
* Tue Sep 29 2009 Matthias Clasen <mclasen@redhat.com> - 1.4.0-2
5068ac
- Fix the lack of icons in the http backend
5068ac
5068ac
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.4.0-1
5068ac
- Update to 1.4.0
5068ac
5068ac
* Thu Sep 17 2009 Peter Lemenkov <lemenkov@gmail.com> - 1.3.6-2
5068ac
- Rebuilt with new fuse
5068ac
5068ac
* Mon Sep  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.6-1
5068ac
- Update to 1.3.6
5068ac
5068ac
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.5-2
5068ac
- Don't mount interactively during login
5068ac
5068ac
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.5-1
5068ac
- Update to 1.3.5
5068ac
5068ac
* Mon Aug 17 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.4-7
5068ac
- Fix Nautilus can't create "untitled folder" on sftp mounts (#512611)
5068ac
5068ac
* Fri Aug 14 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-6
5068ac
- Update AFC patch
5068ac
5068ac
* Thu Aug 13 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.4-5
5068ac
- More complete fix for DAV mount path prefix issues
5068ac
5068ac
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-4
5068ac
- Fix crash on startup for the afc volume monitor
5068ac
5068ac
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-3
5068ac
- libgudev-devel is required for the gphoto2 monitor
5068ac
5068ac
* Tue Aug 11 2009 Bastien Nocera <bnocera@redhat.com> 1.3.4-2
5068ac
- Add AFC backend
5068ac
5068ac
* Mon Aug 10 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.4-1
5068ac
- Update to 1.3.4
5068ac
5068ac
* Fri Aug  7 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.3-3
5068ac
- Fix bad mount prefix stripping (part of #509612)
5068ac
- Fix gvfsd-sftp segfault when asking a question
5068ac
- Enable tar+xz in the archive mounter
5068ac
5068ac
* Tue Aug  4 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.3-2
5068ac
- Fix gedit crashed with SEGV in strlen()
5068ac
- Fix SMB protocol not handled when opening from a bookmark (#509832)
5068ac
5068ac
* Wed Jul 29 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.3-1
5068ac
- Update to 1.3.3
5068ac
5068ac
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.2-3
5068ac
- Rebuild
5068ac
5068ac
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.2-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5068ac
5068ac
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.2-1
5068ac
- Update to 1.3.2
5068ac
- Drop upstreamed patches
5068ac
5068ac
* Mon Jun 22 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.3.1-2
5068ac
- Bump version requirements
5068ac
- Backport FTP and Computer backend patches from master
5068ac
5068ac
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 1.3.1-1
5068ac
- Update to 1.3.1
5068ac
- Drop obsolete patches
5068ac
5068ac
* Fri Jun 12 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-3
5068ac
- Move bash-completion out of profile.d (#466883)
5068ac
5068ac
* Mon Jun  8 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-2
5068ac
- SFTP: Increase timeout (#504339)
5068ac
5068ac
* Mon May 18 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.3-1
5068ac
- Update to 1.2.3
5068ac
- Prevent deadlocks in dnssd resolver (#497631)
5068ac
5068ac
* Tue May 12 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.2-5
5068ac
- Require separate libtalloc to fix libsmbclient
5068ac
- Ref the infos in next_files_finish (gnome #582195)
5068ac
- FTP: parse file sizes > 4GB correctly (#499286)
5068ac
- CDDA: allow query well-formed filenames only (#499266)
5068ac
5068ac
* Sat May 02 2009 David Zeuthen <davidz@redhat.com> - 1.2.2-4
5068ac
- Don't show drives that are supposed to be hidden (#498649)
5068ac
- Only automount if media or drive was just inserted - this fixes
5068ac
  a problem with spurious automounts when partitioning/formatting
5068ac
5068ac
* Wed Apr 15 2009 David Zeuthen <davidz@redhat.com> - 1.2.2-3
5068ac
- Sync with the gdu-volume-monitor branch
5068ac
5068ac
* Mon Apr 13 2009 Alexander Larsson <alexl@redhat.com> - 1.2.2-2
5068ac
- Add ssh-auth-sock patch from svn
5068ac
5068ac
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.2-1
5068ac
- Update to 1.2.2
5068ac
- Allow eject even on non-ejectable devices
5068ac
5068ac
* Sat Apr 11 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-5
5068ac
- Don't show drives in computer:/// if media is available but
5068ac
  no volumes are recognized (#495152)
5068ac
5068ac
* Sat Apr 11 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.1-4
5068ac
- No need for bash completion to be executable
5068ac
5068ac
* Thu Apr  9 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-3
5068ac
- Clean up gdu patches and bump BR for gdu to 0.3
5068ac
- Avoiding showing volume for ignored mounts (#495033)
5068ac
5068ac
* Thu Apr  9 2009 David Zeuthen <davidz@redhat.com> - 1.2.1-2
5068ac
- Avoid automounting device-mapper devices and similar (#494144)
5068ac
5068ac
* Thu Apr  2 2009 Matthias Clasen <mclasen@redhat.com> - 1.2.1-1
5068ac
- Update to 1.2.1
5068ac
5068ac
* Wed Mar 18 2009 David Zeuthen <davidz@redhat.com> - 1.2.0-2
5068ac
- GNOME #575728 - crash in Open Folder: mounting a crypto volume
5068ac
5068ac
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.2.0-1
5068ac
- Update to 1.2.0
5068ac
5068ac
* Wed Mar 11 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.8-2
5068ac
- Fix 100% cpu usage when connecting to a ssh key and denying key access
5068ac
- Fix monitors leak
5068ac
5068ac
* Tue Mar 10 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.8-1
5068ac
- Update to 1.1.8
5068ac
5068ac
* Mon Mar  9 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-5
5068ac
- Expose device file attribute for all items in computer://
5068ac
5068ac
* Fri Mar  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-4
5068ac
- Fix volume lists not filled correctly
5068ac
5068ac
* Wed Mar  4 2009 David Zeuthen <davidz@redhat.com> - 1.1.7-3
5068ac
- Update GVfs gdu patch to fix mount detection confusion (#488399)
5068ac
5068ac
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 1.1.7-2
5068ac
- Port to DeviceKit-disks
5068ac
5068ac
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.7-1
5068ac
- Update to 1.1.7
5068ac
5068ac
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2
5068ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5068ac
5068ac
* Mon Feb 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.6-1
5068ac
- Update to 1.1.6
5068ac
5068ac
* Mon Feb  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.5-1
5068ac
- Update to 1.1.5
5068ac
5068ac
* Wed Jan 28 2009 - Bastien Nocera <bnocera@redhat.com> - 1.1.4-2
5068ac
- ObexFTP write support
5068ac
5068ac
* Tue Jan 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.4-1
5068ac
- Update to 1.1.4
5068ac
5068ac
* Tue Jan 13 2009 Adrian Reber <adrian@lisas.de> - 1.1.3-4
5068ac
- Rebuild for libcdio-0.81
5068ac
5068ac
* Mon Jan 12 2009 Matthias Clasen  <mclasen@redhat.com> - 1.1.3-3
5068ac
- Fix dav+sd.mount
5068ac
5068ac
* Fri Jan  9 2009 Matthias Clasen  <mclasen@redhat.com> - 1.1.3-2
5068ac
- Support moving files in the burn backend
5068ac
5068ac
* Tue Jan  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 1.1.3-1
5068ac
- Update to 1.1.3
5068ac
5068ac
* Wed Dec 17 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.2-2
5068ac
- Update the smb-browse auth patch
5068ac
5068ac
* Tue Dec 16 2008 Matthias Clasen  <mclasen@redhat.com> - 1.1.2-1
5068ac
- Update to 1.1.2
5068ac
5068ac
* Fri Dec 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-5
5068ac
- FTP: Fix PASV connections
5068ac
5068ac
* Tue Dec  9 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-4
5068ac
- Add support for .tar.lzma archives in archive mounter
5068ac
5068ac
* Fri Dec  5 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-3
5068ac
- Added experimental smb-browse auth patch
5068ac
5068ac
* Wed Dec  3 2008 Matthias Clasen <mclasen@redhat.com> - 1.1.1-2
5068ac
- Update file lists to include the dav+sd backend
5068ac
5068ac
* Tue Dec  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.1.1-1
5068ac
- Update to 1.1.1
5068ac
5068ac
* Mon Dec  1 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.3-1
5068ac
- Update to 1.0.3
5068ac
5068ac
* Fri Nov  7 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-4
5068ac
- SMB: timestamp setting support (#461505)
5068ac
5068ac
* Tue Nov  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-3
5068ac
- Return an empty array on success when no content type
5068ac
  matches (#468946)
5068ac
5068ac
* Fri Oct 24 2008 Alexander Larsson <alexl@redhat.com> - 1.0.2-2
5068ac
- Don't return generic fallback icons for files,
5068ac
  as this means custom mimetypes don't work (from svn)
5068ac
5068ac
* Mon Oct 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 1.0.2-1
5068ac
- Update to 1.0.2
5068ac
5068ac
* Tue Oct  7 2008 Tomas Bzatek <tbzatek@redhat.com>  - 1.0.1-5
5068ac
- Don't make warnings fatal (resolves #465693)
5068ac
5068ac
* Wed Oct  1 2008 David Zeuthen <davidz@redhat.com>  - 1.0.1-4
5068ac
- Add patch for reverse mapping FUSE paths (bgo #530654)
5068ac
5068ac
* Mon Sep 29 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.1-3
5068ac
- Fix mounting
5068ac
5068ac
* Mon Sep 29 2008 - Bastien Nocera <bnocera@redhat.com> - 1.0.1-2
5068ac
- Update obexftp patch from upstream
5068ac
5068ac
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.1-1
5068ac
- Update to 1.0.1
5068ac
5068ac
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com>  - 1.0.0-2
5068ac
- Update to 1.0.0
5068ac
5068ac
* Fri Sep 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.8-6
5068ac
- Update patch for missing file
5068ac
5068ac
* Fri Sep 19 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.8-5
5068ac
- Updated patch, fixed deadlock whilst mounting
5068ac
5068ac
* Wed Sep 17 2008 Tomas Bzatek <tbzatek@redhat.com>  - 0.99.8-4
5068ac
- Actually apply the kerberos patch
5068ac
5068ac
* Tue Sep 16 2008 Tomas Bzatek <tbzatek@redhat.com>  - 0.99.8-3
5068ac
- SMB: Fix kerberos authentication
5068ac
5068ac
* Mon Sep 15 2008 Matthias Clasen <mclasen@redhat.com>  - 0.99.8-2
5068ac
- Update to 0.99.8
5068ac
5068ac
* Mon Sep 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-4
5068ac
- Update for BlueZ and obex-data-server D-Bus API changes
5068ac
5068ac
* Thu Sep 11 2008 Matthias Clasen <mclasen@redhat.com>  - 0.99.7.1-3
5068ac
- Rebuild 
5068ac
5068ac
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-2
5068ac
- Somebody made the build system be obnoxious and point out my
5068ac
  errors in obvious ways
5068ac
5068ac
* Tue Sep 09 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.7.1-1
5068ac
- Update to 0.99.7.1
5068ac
5068ac
* Tue Sep  2 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.6-1
5068ac
- Update to 0.99.6
5068ac
5068ac
* Thu Aug 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.5-3
5068ac
- Add a comma
5068ac
5068ac
* Wed Aug 27 2008 - Bastien Nocera <bnocera@redhat.com> - 0.99.5-2
5068ac
- Update some descriptions
5068ac
5068ac
* Wed Aug 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.5-1
5068ac
- Update to 0.99.5
5068ac
5068ac
* Mon Aug  4 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.4-1
5068ac
- Update to 0.99.4
5068ac
5068ac
* Sun Jul 27 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.3-2
5068ac
- Use standard icon names
5068ac
5068ac
* Wed Jul 23 2008 Matthias Clasen  <mclasen@redhat.com> - 0.99.3-1
5068ac
- Update to 0.99.3
5068ac
5068ac
* Tue Jul 22 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.2-1
5068ac
- Update to 0.99.2
5068ac
- Split out backends to separate packages
5068ac
5068ac
* Tue Jun 24 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.1-3
5068ac
- gvfsd-trash: Skip autofs mounts
5068ac
5068ac
* Thu Jun 12 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.99.1-2
5068ac
- Fix transfer of whole directories from FTP (#448560)
5068ac
5068ac
* Tue Jun  3 2008 Matthias Clasen <mclasen@redhat.com> - 0.99.1-1
5068ac
- Update to 0.99.1
5068ac
5068ac
* Tue May 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.4-1
5068ac
- Update to 0.2.4
5068ac
5068ac
* Thu Apr 24 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-10
5068ac
- Add application/zip to the supported mime types for the archive
5068ac
  backend (launchpad #211697)
5068ac
5068ac
* Sat Apr 19 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-9
5068ac
- Ensure archive mounts are read-only and turn on thumbnailing on them
5068ac
- Update fuse threading patch
5068ac
5068ac
* Fri Apr 18 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-8
5068ac
- Fix thread-safety issues in gvfs-fuse-daemon
5068ac
- Prevent dbus from shutting us down unexpectedly
5068ac
5068ac
* Thu Apr 17 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-7
5068ac
- Put X-Gnome-Vfs-System=gio into mount-archarive.desktop (See #442835)
5068ac
5068ac
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-6
5068ac
- Reenable gphoto automounting 
5068ac
- Support unmounting all mounts for a scheme
5068ac
5068ac
* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-5
5068ac
- Fix hangs when unmounting gphoto mounts
5068ac
5068ac
* Wed Apr 16 2008 David Zeuthen <davidz@redhat.com> - 0.2.3-4
5068ac
- Only show mounts in /media and inside $HOME (#442189)
5068ac
5068ac
* Mon Apr 14 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-3
5068ac
- Fix a bug that causes application crashes (#441084)
5068ac
5068ac
* Fri Apr 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-2
5068ac
- Fix a crash of the fuse daemon on 64bit
5068ac
5068ac
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 0.2.3-1
5068ac
- Update to 0.2.3
5068ac
5068ac
* Fri Mar 28 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.2-1
5068ac
- Update to 0.2.2
5068ac
5068ac
* Tue Mar 25 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-4
5068ac
- Moved fuse stuff to a dedicated package
5068ac
5068ac
* Thu Mar 20 2008 Alexander Larsson <alexl@redhat.com> - 0.2.1-3
5068ac
- Add patch with simple archive backend UI integration
5068ac
5068ac
* Wed Mar 19 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-2
5068ac
- Added libarchive dependency for archive backend
5068ac
- Require new libsmbclient in order to get smb backend working again
5068ac
5068ac
* Tue Mar 18 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.2.1-1
5068ac
- Update to 0.2.1 (archive backend temporarily disabled)
5068ac
5068ac
* Mon Mar 17 2008 Matthias Clasen  <mclasen@redhat.com> - 0.2.0.1-2
5068ac
- Silence %%post
5068ac
5068ac
* Mon Mar 10 2008 Matthias Clasen  <mclasen@redhat.com> - 0.2.0.1-1
5068ac
- Update to 0.2.0.1
5068ac
5068ac
* Thu Mar  6 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.11-2
5068ac
- Add patch that fixes a deadlock when foreign volume is removed
5068ac
5068ac
* Tue Mar  4 2008 Matthias Clasen  <mclasen@redhat.com> - 0.1.11-1
5068ac
- Update to 0.1.11
5068ac
5068ac
* Tue Mar 04 2008 Tomas Bzatek <tbzatek@redhat.com> - 0.1.10-1
5068ac
- Update to 0.1.10
5068ac
5068ac
* Mon Feb 25 2008 Alexander Larsson <alexl@redhat.com> - 0.1.8-1
5068ac
- Update to 0.1.8
5068ac
5068ac
* Thu Feb 14 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-3
5068ac
- Add patch that fixes a smb bug that can cause short reads when copying files
5068ac
5068ac
* Tue Feb 12 2008 Alexander Larsson <alexl@redhat.com> - 0.1.7-2
5068ac
- Fix double free in hal volume monitor
5068ac
- Ensure gconf module is built by adding build dep
5068ac
5068ac
* Mon Feb 11 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
5068ac
- Update to 0.1.7
5068ac
5068ac
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.6-1
5068ac
- Update to 0.1.6
5068ac
5068ac
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
5068ac
- Update to 0.1.5
5068ac
- Reenable http/dav 
5068ac
5068ac
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-2 
5068ac
- Remove the http/dav stuff for now, as we don't have the latest libsoup
5068ac
5068ac
* Mon Jan 21 2008 Alexander Larsson <alexl@redhat.com> - 0.1.4-1
5068ac
- Update to 0.1.4
5068ac
- Send USR1 in post to reload config
5068ac
5068ac
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> 0.1.2-1
5068ac
- Update to 0.1.2
5068ac
5068ac
* Tue Jan  8 2008 Matthias Clasen <mclasen@redhat.com> 0.1.1-1
5068ac
- Update to 0.1.1
5068ac
5068ac
* Thu Dec 20 2007 Matthias Clasen <mclasen@redhat.com> 0.1.0-1
5068ac
- Initial packaging