diff --git a/gvfs-1.10.1.tar.bz2 b/gvfs-1.10.1.tar.bz2 deleted file mode 100644 index ca1953b..0000000 --- a/gvfs-1.10.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:417a15e53fc20c2e1a1de5ea5903430b0ac2e98178d2fcbcfc8fba3082e801ea -size 1567473 diff --git a/gvfs-1.11.0.tar.bz2 b/gvfs-1.11.0.tar.bz2 new file mode 100644 index 0000000..a8da6b6 --- /dev/null +++ b/gvfs-1.11.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7010d493ab8690fbb3de944be48c17eefe645cb4b4f46020f1f0999d6c76a7fe +size 1571130 diff --git a/gvfs-nvvfs.patch b/gvfs-nvvfs.patch index e6b897d..b5a79f2 100644 --- a/gvfs-nvvfs.patch +++ b/gvfs-nvvfs.patch @@ -42,7 +42,7 @@ Index: gvfs-1.5.1/daemon/gvfsbackendnvvfs.c +#include +#include +#include -+#include ++#include + +#include "gvfsbackendnvvfs.h" +#include "gvfsmonitor.h" diff --git a/gvfs.changes b/gvfs.changes index f319356..40db940 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Oct 28 07:41:25 UTC 2011 - dimstar@opensuse.org + +- Update to version 1.11.0: + + volume monitors: + - Keep remote volume monitor proxies alive forever + - Support get_sort_key() in out-of-process volume monitors and + gvfs-mount(1) + + daemon: Grab a pointer to the GvfsBackend before unref'ing a + job source, preventing a crash + + build: Purge hardcoded -DG_DISABLE_DEPRECATED + + Adapt to GLib 2.31.0 deprecations and new API + + Updated translations. +- Rebase gvfs-nvvfs.patch: only glib.h can be included directly. + ------------------------------------------------------------------- Mon Oct 17 20:25:38 CEST 2011 - dimstar@opensuse.org diff --git a/gvfs.spec b/gvfs.spec index faf2f34..d73a085 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -18,14 +18,14 @@ Name: gvfs -Version: 1.10.1 +Version: 1.11.0 Release: 1 # FIXME: add libbluray BuildRequires once available (fate#312440) License: LGPLv2.0+ Summary: VFS functionality for GLib Url: http://www.gnome.org Group: Development/Libraries/C and C++ -Source0: http://download.gnome.org/sources/gvfs/1.10/%{name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/gvfs/1.11/%{name}-%{version}.tar.bz2 Source99: baselibs.conf # PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin Patch5: gvfs-nvvfs.patch