Accepting request 50734 from GNOME:Factory
Copy from GNOME:Factory/gvfs based on submit request 50734 from user vuntz OBS-URL: https://build.opensuse.org/request/show/50734 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=60
This commit is contained in:
commit
727e23bb1a
@ -1,4 +1,5 @@
|
|||||||
gvfs
|
gvfs
|
||||||
|
requires "glib2-tools-<targettype>"
|
||||||
post "%glib2_gio_module_post"
|
post "%glib2_gio_module_post"
|
||||||
postun "%glib2_gio_module_postun"
|
postun "%glib2_gio_module_postun"
|
||||||
libgvfscommon0
|
libgvfscommon0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e3fe2dd80e5baaf4c1844560f6a787b144a917de1cb457b41efcb338477e760
|
|
||||||
size 1347090
|
|
3
gvfs-1.6.4.tar.bz2
Normal file
3
gvfs-1.6.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1e2810678b42cb0160642f0cd33ccd377cddfb18fc868d6faa04c449f813693
|
||||||
|
size 1385999
|
20
gvfs.changes
20
gvfs.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 11 21:32:43 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Add missing Requires for glib2-tools to gvfs in baselibs.conf.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 29 02:14:23 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
- Change lang package Requires to Recommends since it is not
|
||||||
|
mandatory at runtime.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 27 18:32:59 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 1.6.4:
|
||||||
|
+ daemons: Move GConf initialization from backend constructor
|
||||||
|
+ afc: Add support for photo thumbnails on iOS4
|
||||||
|
+ sftp: Use poll() to cope with openssh-5.6 changes
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 22 07:37:09 UTC 2010 - coolo@novell.com
|
Wed Sep 22 07:37:09 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gvfs (Version 1.6.3)
|
# spec file for package gvfs (Version 1.6.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
Version: 1.6.3
|
Version: 1.6.4
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPLv2.0+
|
License: LGPLv2.0+
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
@ -55,7 +55,7 @@ BuildRequires: translation-update-upstream
|
|||||||
BuildRequires: libgdu-devel
|
BuildRequires: libgdu-devel
|
||||||
BuildRequires: libgudev-1_0-devel
|
BuildRequires: libgudev-1_0-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: %{name}-lang = %{version}
|
Recommends: %{name}-lang
|
||||||
Requires: libgvfscommon0 = %{version}
|
Requires: libgvfscommon0 = %{version}
|
||||||
Recommends: gvfs-backends
|
Recommends: gvfs-backends
|
||||||
Recommends: gvfs-common
|
Recommends: gvfs-common
|
||||||
|
Loading…
Reference in New Issue
Block a user