Accepting request 181296 from GNOME:Factory
Push GNOME 3.9.3, as announced OBS-URL: https://build.opensuse.org/request/show/181296 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=94
This commit is contained in:
commit
a68bdaf343
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:078c59f95e8ad2ff2ef13a25d2c2a7097ec2709a9e81e80cb280bd4daceb30b3
|
||||
size 1503260
|
3
gvfs-1.17.2.tar.xz
Normal file
3
gvfs-1.17.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c6251c3d5c9276538d5c690de0d72a8574c21c3b9eac4d96b512255cbf4e04c
|
||||
size 1506576
|
@ -1,34 +0,0 @@
|
||||
From 238a92496f5ab165b52f90d414379525cb262ee1 Mon Sep 17 00:00:00 2001
|
||||
From: Philip Langdale <philipl@overt.org>
|
||||
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
|
||||
|
28
gvfs.changes
28
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user