diff --git a/gvfs-1.20.2.tar.xz b/gvfs-1.20.2.tar.xz deleted file mode 100644 index a9f3643..0000000 --- a/gvfs-1.20.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84d9412e7bedfba902696ae7fb0cfceb0b66b98823f8388745b20693e3b24f8e -size 1560752 diff --git a/gvfs-1.22.0.tar.xz b/gvfs-1.22.0.tar.xz new file mode 100644 index 0000000..4845d8e --- /dev/null +++ b/gvfs-1.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4b43514a783ebf5e680bbe87fd788184c3ba03e012346a493687c8f3fdcc94 +size 1590532 diff --git a/gvfs.changes b/gvfs.changes index 02a7f48..eb673be 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,92 @@ +------------------------------------------------------------------- +Mon Sep 22 08:16:21 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.22.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Sep 15 16:23:00 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.21.92: + + metatree: Avoid endless looping when the entry is too large. + + archive: Allow reading files with '/./' in the path. + + Several smaller bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 29 13:42:50 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.21.91: + + ftp: Fix crashing with latest glib. + + tests: Gnome desktop testing integration. + + dav: Force unmount when dns-sd data changes. + + Several smaller bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 15 19:09:27 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.21.90: + + gvfs-save: Allow specifying G_FILE_CREATE_REPLACE_DESTINATION. + + dav: Send infos incrementally. + + ftp: Timeouted and closed connection handling improvements. + + fuse: Error mapping fixes. + + daemon: Wait to finish all jobs before unmount. + + afp: Timeouted and closed connection handling improvements. + + http: + - Limit maximal number of connections. + - Reuse idle connections. + + mtp: + - Error semantics and handling fixes. + - Fix icon handling. + - Support for create and delete events. + - Use unique storage name. + - Various fixes. + + Several smaller bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Jul 18 20:40:01 UTC 2014 - zaitor@opensuse.org + +- Update to version 1.21.4: + + afp: + - Fix hangs while enumerating large directories. + - Performance improvement. + + dav: Fix mounting multiple shares on the same host with + different paths. + + Several smaller bugfixes. + + Updated translations. + +------------------------------------------------------------------- +Sat Jul 12 22:35:27 UTC 2014 - dimstar@opensuse.org + +- Update to version 1.21.3: + + afc: + - Implement standard::allocated-size. + - Work-around mounts not disappearing when disconnecting + device. + - Add version detection for iOS 6, 7 and 8. + + afp: Report number of bytes copied. + + smb: Implement standard::allocated-size. + + metadata: Fix misaligned accesses to 64bit data. + + Several smaller bugfixes. +- Changes from version 1.21.2: + + gvfs-mount: Handle the ask-question signal. + + dav: Implement push support. + + recent: Implement query_info_on_read (). + + trash: Implement query_info_on_read (). + + tests: Various fixes. + + Several smaller bugfixes and portability fixes. +- Changes from version 1.21.1: + + gvfs-move: Improve the interactive move and progress output. + + gvfs-copy: Improve the interactive copy and progress output. + + afc: Check for iOS >= 3.1.2 to enable house arrest. + + dav: Use the native move operation. + + fuse: Set permissions from UNIX mode when available. + + dav: Unescape URIs before comparing them for equality. + + Report gvfs version when --version is used. + + Updated translations. + ------------------------------------------------------------------- Fri May 9 15:19:48 UTC 2014 - zaitor@opensuse.org diff --git a/gvfs.spec b/gvfs.spec index 81c49ec..86cacab 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -20,13 +20,13 @@ %define with_cdda 1 Name: gvfs -Version: 1.20.2 +Version: 1.22.0 Release: 0 Summary: VFS functionality for GLib License: LGPL-2.0+ Group: Development/Libraries/C and C++ Url: http://www.gnome.org -Source0: http://download.gnome.org/sources/gvfs/1.20/%{name}-%{version}.tar.xz +Source0: http://download.gnome.org/sources/gvfs/1.22/%{name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin Patch5: gvfs-nvvfs.patch @@ -61,7 +61,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.37.0 BuildRequires: pkgconfig(goa-1.0) >= 3.7.1 BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gtk+-3.0) => 3.0 -BuildRequires: pkgconfig(gudev-1.0) +BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: pkgconfig(libbluray) BuildRequires: pkgconfig(libmtp) >= 1.1.5 BuildRequires: pkgconfig(libsecret-unstable)