Accepting request 99082 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/99082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=75
This commit is contained in:
commit
420b56470c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:417a15e53fc20c2e1a1de5ea5903430b0ac2e98178d2fcbcfc8fba3082e801ea
|
||||
size 1567473
|
3
gvfs-1.11.1.tar.xz
Normal file
3
gvfs-1.11.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3cb569e44c1947ffef0cd32d2f4c7c20d8785674c53c9122a9cd29e3ee3e8d9
|
||||
size 1304324
|
@ -42,7 +42,7 @@ Index: gvfs-1.5.1/daemon/gvfsbackendnvvfs.c
|
||||
+#include <glib/gi18n.h>
|
||||
+#include <gio/gio.h>
|
||||
+#include <gio/gunixmounts.h>
|
||||
+#include <glib/gurifuncs.h>
|
||||
+#include <glib.h>
|
||||
+
|
||||
+#include "gvfsbackendnvvfs.h"
|
||||
+#include "gvfsmonitor.h"
|
||||
|
36
gvfs.changes
36
gvfs.changes
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 10:08:57 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 1.11.1:
|
||||
+ Fixed several crashes from recent mutex API changes
|
||||
+ afc:
|
||||
- Invert the choices order for the device passcode dialog
|
||||
- Tweak the text used to report a device locked error
|
||||
- Add support for iOS5 thumbnails
|
||||
+ http: Automatically decompress gzip'ed streams
|
||||
+ Updated translations.
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 17 16:42:06 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Add pkgconfig(libbluray) BuildRequires. The newly available
|
||||
library eases access to Blu-Ray disks.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.
|
||||
- Update gvfs-nvvfs.patch: only glib.h can be included directly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 20:25:38 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
27
gvfs.spec
27
gvfs.spec
@ -15,17 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.10.1
|
||||
Release: 1
|
||||
Version: 1.11.1
|
||||
Release: 0
|
||||
# FIXME: add libbluray BuildRequires once available (fate#312440)
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib
|
||||
Url: http://www.gnome.org
|
||||
License: LGPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Source0: http://download.gnome.org/sources/gvfs/1.10/%{name}-%{version}.tar.bz2
|
||||
Url: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/gvfs/1.11/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FEATURE-OPENSUSE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
||||
Patch5: gvfs-nvvfs.patch
|
||||
@ -34,7 +32,7 @@ Patch6: gvfs-nds.patch
|
||||
BuildRequires: bluez-devel
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: fuse-devel
|
||||
BuildRequires: glib2-devel >= 2.29.14
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libavahi-glib-devel
|
||||
@ -51,6 +49,9 @@ BuildRequires: libsoup-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: translation-update-upstream
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libbluray)
|
||||
Requires: libgvfscommon0 = %{version}
|
||||
Recommends: %{name}-lang
|
||||
Recommends: gvfs-backends
|
||||
@ -63,8 +64,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
VFS functionality for GLib.
|
||||
|
||||
%package -n libgvfscommon0
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib
|
||||
License: LGPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
@ -72,8 +73,8 @@ Requires: %{name} >= %{version}
|
||||
VFS functionality for GLib.
|
||||
|
||||
%package backend-afc
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib -- iPod / iPhone Support
|
||||
License: LGPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
@ -81,8 +82,8 @@ Requires: %{name} = %{version}
|
||||
This package provides a gvfs backend that supports iPod / iPhone devices.
|
||||
|
||||
%package backends
|
||||
License: LGPLv2.0+ ; GPLv3
|
||||
Summary: VFS functionality for GLib
|
||||
License: LGPL-2.0+ ; GPL-3.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Recommends: gvfs-backend-afc
|
||||
@ -93,8 +94,8 @@ Recommends: obex-data-server
|
||||
VFS functionality for GLib.
|
||||
|
||||
%package fuse
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib
|
||||
License: LGPL-2.0+
|
||||
Group: System/Filesystems
|
||||
Requires: %{name} = %{version}
|
||||
Requires: fuse
|
||||
@ -103,8 +104,8 @@ Requires: fuse
|
||||
VFS functionality for GLib.
|
||||
|
||||
%package devel
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib
|
||||
License: LGPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user