diff --git a/gvfs-1.17.0.tar.xz b/gvfs-1.17.0.tar.xz deleted file mode 100644 index 435ff43..0000000 --- a/gvfs-1.17.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:078c59f95e8ad2ff2ef13a25d2c2a7097ec2709a9e81e80cb280bd4daceb30b3 -size 1503260 diff --git a/gvfs-1.17.2.tar.xz b/gvfs-1.17.2.tar.xz new file mode 100644 index 0000000..84c4649 --- /dev/null +++ b/gvfs-1.17.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6251c3d5c9276538d5c690de0d72a8574c21c3b9eac4d96b512255cbf4e04c +size 1506576 diff --git a/gvfs-mtp-build.patch b/gvfs-mtp-build.patch deleted file mode 100644 index 645d894..0000000 --- a/gvfs-mtp-build.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 238a92496f5ab165b52f90d414379525cb262ee1 Mon Sep 17 00:00:00 2001 -From: Philip Langdale -Date: Wed, 01 May 2013 22:33:02 +0000 -Subject: MTP: Fix compilation warning. - -The add_cache_entry helper's signature said it returned the CacheEntry -but it doesn't. - -https://bugzilla.gnome.org/show_bug.cgi?id=699424 ---- -diff --git a/daemon/gvfsbackendmtp.c b/daemon/gvfsbackendmtp.c -index 48f6b8b..cbdbb02 100644 ---- a/daemon/gvfsbackendmtp.c -+++ b/daemon/gvfsbackendmtp.c -@@ -144,7 +144,7 @@ emit_delete_event (gpointer key, - * Cache Helpers - ************************************************/ - --static CacheEntry * -+static void - add_cache_entry (GVfsBackendMtp *backend, - char *path, - uint32_t storage, -@@ -291,7 +291,6 @@ remove_cache_entry (GVfsBackendMtp *backend, - const char *path) - { - DEBUG ("(III) remove_cache_entry: %s", path); -- //g_hash_table_remove (backend->file_cache, path); - g_hash_table_foreach_remove (backend->file_cache, - remove_cache_entry_by_prefix, - (gpointer) path); --- -cgit v0.9.1 - diff --git a/gvfs.changes b/gvfs.changes index 6313afb..e1d559d 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun Jun 16 11:38:57 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.17.2: + + metadata: Fix write regression. + + smb: Allow specifying custom port. + + tests: Various fixes. + + http: Don't do network i/o when reading just the thumbnail + path. + + goa: Make shadowed mounts work. + +------------------------------------------------------------------- +Mon May 27 11:25:04 UTC 2013 - dimstar@opensuse.org + +- Update to version 1.17.1: + + metadata: + - Downgrade journal short-read to debug. + - Flush all scheduled writeouts on daemon exit. + - Use shorter writeout timeout on NFS. + - Put journal in $XDG_RUNTIME_DIR for shared NFS homedir case. + - Create new journal if it doesn't exist. + - Be more resistive to broken journal files. + - Force tree re-read after successful flush. + + ccda: Adds remaining shutdown infrastructure and call from cdda + backend. + + Updated translations. +- Drop gvfs-mtp-build.patch: fixed upstream. + ------------------------------------------------------------------- Wed May 1 08:17:16 UTC 2013 - dimstar@opensuse.org diff --git a/gvfs.spec b/gvfs.spec index 656fea5..abb05f4 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -20,7 +20,7 @@ %define with_cdda 1 Name: gvfs -Version: 1.17.0 +Version: 1.17.2 Release: 0 Summary: VFS functionality for GLib License: LGPL-2.0+ @@ -32,8 +32,6 @@ Source99: baselibs.conf Patch5: gvfs-nvvfs.patch # PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksamrat@novell.com -- Provides NDS browsing for nautilus Patch6: gvfs-nds.patch -# PATCH-FIX-UPSTREAM gvfs-mtp-build.patch bgo#699424 dmistar@opensuse.org -- MTP: Fix compilation warning. -Patch7: gvfs-mtp-build.patch BuildRequires: bluez-devel BuildRequires: docbook-xsl-stylesheets BuildRequires: fuse-devel @@ -141,7 +139,6 @@ VFS functionality for GLib. translation-update-upstream %patch5 -p1 %patch6 -p1 -%patch7 -p1 %build autoreconf -f