OBS User unknown 2008-04-02 22:38:24 +00:00 committed by Git OBS Bridge
parent a732934a84
commit e586d2305c
4 changed files with 37 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb51a59ab302f156a4ea2ec359be015229432728a4091576267ad4ed6b7c847b
size 817139

3
gvfs-0.2.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1787d32f9823dafbc7ef1722d534269f00419a84508b24569baa05d7bbbe812f
size 810873

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Apr 1 17:56:21 CEST 2008 - rodrigo@suse.de
- Update to version 0.2.2:
* Respect the giomoduledir provided in gio package config file
* Better mount icon and name for archive backend
* Fix crashes with cancelled stream ops
* Fix race that caused a mount to hang for a client
* Implement async query_filesystem_info
* Fix minor leaks
* trash: Correct display names for directories
* sftp: Kerberos support
* smb: Port to new samba 3.2.0 API (backwards compat)
* sftp: Handle overwrites correctly (was silent overwrite)
-------------------------------------------------------------------
Wed Mar 26 02:22:12 CET 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gvfs (Version 0.2.1)
# spec file for package gvfs (Version 0.2.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -24,8 +24,8 @@ BuildRequires: libgphoto2
BuildRequires: extra-rpm-macros
%endif
Summary: VFS functionality for GLib
Version: 0.2.1
Release: 6
Version: 0.2.2
Release: 1
License: LGPL v2.0 or later
Group: Development/Libraries/C and C++
Source0: %{name}-%{version}.tar.bz2
@ -51,6 +51,7 @@ Authors:
Alexander Larsson <alexl@redhat.com>
%package -n libgvfscommon0
License: LGPL v2.0 or later
Summary: VFS functionality for GLib
Group: Development/Libraries/C and C++
Requires: %{name} >= %{version}
@ -65,6 +66,7 @@ Authors:
Alexander Larsson <alexl@redhat.com>
%package backends
License: LGPL v2.0 or later
Summary: VFS functionality for GLib
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
@ -81,6 +83,7 @@ Authors:
Alexander Larsson <alexl@redhat.com>
%package fuse
License: LGPL v2.0 or later
Summary: VFS functionality for GLib
Group: System/Filesystems
Requires: %{name} = %{version}
@ -96,6 +99,7 @@ Authors:
Alexander Larsson <alexl@redhat.com>
%package devel
License: LGPL v2.0 or later
Summary: VFS functionality for GLib
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
@ -167,6 +171,18 @@ chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/profile.d/*
%files lang -f %{name}.lang
%changelog
* Tue Apr 01 2008 rodrigo@suse.de
- Update to version 0.2.2:
* Respect the giomoduledir provided in gio package config file
* Better mount icon and name for archive backend
* Fix crashes with cancelled stream ops
* Fix race that caused a mount to hang for a client
* Implement async query_filesystem_info
* Fix minor leaks
* trash: Correct display names for directories
* sftp: Kerberos support
* smb: Port to new samba 3.2.0 API (backwards compat)
* sftp: Handle overwrites correctly (was silent overwrite)
* Wed Mar 26 2008 maw@suse.de
- gvfs now recommends gvfs-backends (bnc#373477).
* Wed Mar 19 2008 maw@suse.de