Accepting request 97293 from home:vuntz:branches:GNOME:Factory
Update to 1.11.1 OBS-URL: https://build.opensuse.org/request/show/97293 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=127
This commit is contained in:
parent
7db1f315db
commit
955de30742
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7010d493ab8690fbb3de944be48c17eefe645cb4b4f46020f1f0999d6c76a7fe
|
||||
size 1571130
|
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
|
15
gvfs.changes
15
gvfs.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
24
gvfs.spec
24
gvfs.spec
@ -15,17 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.11.0
|
||||
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.11/%{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
|
||||
@ -51,6 +49,8 @@ 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
|
||||
@ -64,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}
|
||||
|
||||
@ -73,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}
|
||||
|
||||
@ -82,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
|
||||
@ -94,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
|
||||
@ -104,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