Updating link to change in openSUSE:Factory/gvfs revision 60.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gvfs?expand=0&rev=0b4fc542147108576086945cc098f3a1
This commit is contained in:
parent
0d153c1cd3
commit
1a93684839
@ -1,4 +1,5 @@
|
||||
gvfs
|
||||
requires "glib2-tools-<targettype>"
|
||||
post "%glib2_gio_module_post"
|
||||
postun "%glib2_gio_module_postun"
|
||||
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
|
||||
|
||||
|
@ -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.
|
||||
#
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
Name: gvfs
|
||||
Version: 1.6.3
|
||||
Release: 2
|
||||
Version: 1.6.4
|
||||
Release: 1
|
||||
License: LGPLv2.0+
|
||||
Summary: VFS functionality for GLib
|
||||
Url: http://www.gnome.org
|
||||
@ -55,7 +55,7 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: libgdu-devel
|
||||
BuildRequires: libgudev-1_0-devel
|
||||
%endif
|
||||
Requires: %{name}-lang = %{version}
|
||||
Recommends: %{name}-lang
|
||||
Requires: libgvfscommon0 = %{version}
|
||||
Recommends: gvfs-backends
|
||||
Recommends: gvfs-common
|
||||
|
Loading…
Reference in New Issue
Block a user