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