Accepting request 52259 from home:vuntz:branches:GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/52259 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=91
This commit is contained in:
parent
1a93684839
commit
72a720eaa8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1e2810678b42cb0160642f0cd33ccd377cddfb18fc868d6faa04c449f813693
|
|
||||||
size 1385999
|
|
3
gvfs-1.6.5.tar.bz2
Normal file
3
gvfs-1.6.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:147a20321acb6ec85cedc6eecbe642d0722981d2d180e2e99e549db0a9dcba00
|
||||||
|
size 1364946
|
@ -1,14 +0,0 @@
|
|||||||
Index: gvfs-1.5.4/gconf/gapplookupgconf.c
|
|
||||||
===================================================================
|
|
||||||
--- gvfs-1.5.4.orig/gconf/gapplookupgconf.c
|
|
||||||
+++ gvfs-1.5.4/gconf/gapplookupgconf.c
|
|
||||||
@@ -107,6 +107,9 @@ get_default_for_uri_scheme (GDesktopAppI
|
|
||||||
|
|
||||||
appinfo = NULL;
|
|
||||||
|
|
||||||
+ if (uri_scheme == NULL || *uri_scheme == '\0')
|
|
||||||
+ uri_scheme = "unknown";
|
|
||||||
+
|
|
||||||
client = gconf_client_get_default ();
|
|
||||||
|
|
||||||
command_key = g_strconcat (GCONF_PATH_PREFIX,
|
|
10
gvfs.changes
10
gvfs.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 5 19:05:35 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.6.5:
|
||||||
|
+ Remove app lookup extension (now handled internally in GIO)
|
||||||
|
+ gphoto: Use correct address for GPhoto mounts with gudev
|
||||||
|
+ sftp: Fix poll() timeout
|
||||||
|
- Drop gvfs-429959-handle-blank-schemas.patch: this was removed
|
||||||
|
since schemas are now handled in GIO directly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 11 21:32:43 CEST 2010 - vuntz@opensuse.org
|
Mon Oct 11 21:32:43 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gvfs (Version 1.6.4)
|
# spec file for package gvfs (Version 1.6.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.6.4
|
Version: 1.6.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.0+
|
License: LGPLv2.0+
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
@ -28,8 +28,6 @@ Source0: %{name}-%{version}.tar.bz2
|
|||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch hpj@suse.de -- Implements Novell IceDesktop backend. Should be upstreamed eventually.
|
# PATCH-FEATURE-OPENSUSE gvfs-dice-backend.patch hpj@suse.de -- Implements Novell IceDesktop backend. Should be upstreamed eventually.
|
||||||
Patch1: gvfs-dice-backend.patch
|
Patch1: gvfs-dice-backend.patch
|
||||||
# PATCH-FIX-UPSTREAM gvfs-429959-handle-blank-schemas.patch bnc429959 hpj@suse.de -- Fix URI handler lookup with blank schemas.
|
|
||||||
Patch4: gvfs-429959-handle-blank-schemas.patch
|
|
||||||
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
||||||
Patch5: gvfs-nvvfs.patch
|
Patch5: gvfs-nvvfs.patch
|
||||||
# PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksamrat@novell.com -- Provides NDS browsing for nautilus
|
# PATCH-FEATURE-OPENSUSE gvfs-nds.patch ksamrat@novell.com -- Provides NDS browsing for nautilus
|
||||||
@ -119,7 +117,6 @@ VFS functionality for GLib.
|
|||||||
%setup -q
|
%setup -q
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user