Accepting request 583398 from home:iznogood:branches:GNOME:Factory
New stable rel OBS-URL: https://build.opensuse.org/request/show/583398 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=302
This commit is contained in:
parent
3463bc6de1
commit
fe0fac1212
3
gvfs-1.34.2.1.tar.xz
Normal file
3
gvfs-1.34.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5251673ebdaa7c99f28608b576f36eaf7b369867d787c419035638e7afcb5ea
|
||||
size 1822700
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60d3c7eaf3dc697653b330b55b806ab0a59424030954628eb5ed88e8ea3a9669
|
||||
size 1822024
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 13:50:21 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.34.2.1:
|
||||
+ mtp: Prevent crashes if device is unplugged during mount
|
||||
operation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 20:30:28 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
13
gvfs.spec
13
gvfs.spec
@ -19,15 +19,14 @@
|
||||
%define with_udisks2 1
|
||||
%define with_cdda 1
|
||||
Name: gvfs
|
||||
Version: 1.34.2
|
||||
Version: 1.34.2.1
|
||||
Release: 0
|
||||
Summary: Virtual File System functionality for GLib
|
||||
License: LGPL-2.0+ AND GPL-3.0
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://www.gnome.org
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/gvfs/1.34/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
# PATCH-FEATURE-SLE gvfs-nvvfs.patch ksamrat@novell.com -- Provides gvfs backend for novell nautilus plugin
|
||||
Patch5: gvfs-nvvfs.patch
|
||||
# PATCH-FEATURE-SLE gvfs-nds.patch ksamrat@novell.com -- Provides NDS browsing for nautilus
|
||||
@ -97,7 +96,7 @@ not using GIO to access the GVfs filesystems.
|
||||
|
||||
%package backend-afc
|
||||
Summary: VFS functionality for GLib -- iPod / iPhone Support
|
||||
License: LGPL-2.0+
|
||||
License: LGPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: packageand(%{name}:%(rpm -q --qf "%%{name}" -f $(readlink -f %{_libdir}/llibimobiledevice.so)))
|
||||
@ -107,7 +106,7 @@ This package provides a gvfs backend that supports iPod / iPhone devices.
|
||||
|
||||
%package backend-samba
|
||||
Summary: VFS functionality for GLib -- Samba Support
|
||||
License: LGPL-2.0+
|
||||
License: LGPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-backends = %{version}
|
||||
@ -133,7 +132,7 @@ This package contains all necessary backend files and libraries.
|
||||
|
||||
%package fuse
|
||||
Summary: VFS functionality for GLib
|
||||
License: LGPL-2.0+
|
||||
License: LGPL-2.0-or-later
|
||||
Group: System/Filesystems
|
||||
Requires: %{name} = %{version}
|
||||
Requires: fuse
|
||||
@ -149,7 +148,7 @@ not using GIO to access the GVfs filesystems.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the GNOME Virtual file system
|
||||
License: LGPL-2.0+
|
||||
License: LGPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user