Accepting request 70514 from home:dimstar:branches:GNOME:Factory

Update to 1.9.0

OBS-URL: https://build.opensuse.org/request/show/70514
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=104
This commit is contained in:
Vincent Untz 2011-05-26 21:03:20 +00:00 committed by Git OBS Bridge
parent dbd03a31ff
commit 145e16e39e
6 changed files with 43 additions and 2249 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7d305320d881d914d88286a72a311587ea33fbe5075101729cb5766f01832ff7
size 1412227

3
gvfs-1.9.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:323406de7ba912942e7edbebec5e78c214b6d0af46834b48b7bc2dfb755a06dc
size 1415866

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Index: gvfs-1.5.4/daemon/gvfsbackendnds.c
Index: gvfs-1.9.0/daemon/gvfsbackendnds.c
===================================================================
--- /dev/null
+++ gvfs-1.5.4/daemon/gvfsbackendnds.c
+++ gvfs-1.9.0/daemon/gvfsbackendnds.c
@@ -0,0 +1,753 @@
+/* GIO - GLib Input, Output and Streaming Library
+ *
@ -756,10 +756,10 @@ Index: gvfs-1.5.4/daemon/gvfsbackendnds.c
+{
+ g_set_application_name (_("Displaying Embedded Objects"));
+}
Index: gvfs-1.5.4/daemon/gvfsbackendnds.h
Index: gvfs-1.9.0/daemon/gvfsbackendnds.h
===================================================================
--- /dev/null
+++ gvfs-1.5.4/daemon/gvfsbackendnds.h
+++ gvfs-1.9.0/daemon/gvfsbackendnds.h
@@ -0,0 +1,53 @@
+/* GIO - GLib Input, Output and Streaming Library
+ *
@ -814,11 +814,11 @@ Index: gvfs-1.5.4/daemon/gvfsbackendnds.h
+G_END_DECLS
+
+#endif /* __G_VFS_BACKEND_NDS_H__ */
Index: gvfs-1.5.4/daemon/Makefile.am
Index: gvfs-1.9.0/daemon/Makefile.am
===================================================================
--- gvfs-1.5.4.orig/daemon/Makefile.am
+++ gvfs-1.5.4/daemon/Makefile.am
@@ -112,6 +112,10 @@ mount_in_files += nvvfs.mount.in
--- gvfs-1.9.0.orig/daemon/Makefile.am
+++ gvfs-1.9.0/daemon/Makefile.am
@@ -113,6 +113,10 @@ mount_in_files += nvvfs.mount.in
mount_DATA += nvvfs.mount
libexec_PROGRAMS += gvfsd-nvvfs
@ -829,7 +829,7 @@ Index: gvfs-1.5.4/daemon/Makefile.am
EXTRA_DIST = \
gvfs-daemon.service.in \
$(mount_in_files) \
@@ -442,6 +446,19 @@ gvfsd_http_CPPFLAGS = \
@@ -449,6 +453,19 @@ gvfsd_http_CPPFLAGS = \
gvfsd_http_LDADD = $(libraries) $(HTTP_LIBS)
@ -849,10 +849,10 @@ Index: gvfs-1.5.4/daemon/Makefile.am
gvfsd_nvvfs_SOURCES = \
gvfsbackendnvvfs.c gvfsbackendnvvfs.h \
daemon-main.c daemon-main.h \
Index: gvfs-1.5.4/daemon/nds.mount.in
Index: gvfs-1.9.0/daemon/nds.mount.in
===================================================================
--- /dev/null
+++ gvfs-1.5.4/daemon/nds.mount.in
+++ gvfs-1.9.0/daemon/nds.mount.in
@@ -0,0 +1,5 @@
+[Mount]
+Type=nds

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed May 18 03:40:29 CEST 2011 - dimstar@opensuse.org
- Update to version 1.9.0:
+ fuse:
- Make created files visible immediately on WebDAV
- Pretend created file exists even if backend didn't create it
+ afc:
- Fix renaming files moving them to the root dir
- Use a better display name for jailbroken device access
+ common: Use libbluray to get Blu-Ray metadata
+ daemon:
- Fix threadsafety of closing channels
- Don't leak dbus messages
+ gdu volume monitor:
- Fix setting the BDMV name
- Fix check for symlinks in /dev
- Automount flash card readers
+ gphoto2:
- Recognize cameras which don't implement get storageinfo
+ dav:
- Fix copying of remote folders to disk
- Correctly handle usernames supplied in the url
+ http/dav: Send Accept-Language header
+ http: Use Content-Disposition filename if available
+ Updated translations.
- Drop gvfs-dav-recursive-directory-ops.patch: fixed upstream.
-------------------------------------------------------------------
Tue Apr 26 15:16:06 UTC 2011 - fcrozat@novell.com

View File

@ -18,7 +18,7 @@
Name: gvfs
Version: 1.8.1
Version: 1.9.0
Release: 1
License: LGPLv2.0+
Summary: VFS functionality for GLib
@ -32,8 +32,6 @@ Patch1: gvfs-dice-backend.patch
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-dav-recursive-directory-ops.patch bnc#395225 bgo#551339 hpj@novell.com -- Make DAV recursive copy/move work, taken from http://gitorious.org/lanedo/gvfs/commits/dav_sync_io
Patch8: gvfs-dav-recursive-directory-ops.patch
BuildRequires: bluez-devel
BuildRequires: dbus-1-glib-devel
BuildRequires: fuse-devel
@ -119,7 +117,6 @@ translation-update-upstream
%patch1 -p1
%patch5 -p1
%patch6 -p1
%patch8 -p1
autoreconf -f
libtoolize -c -f