diff --git a/gvfs-0.2.1.tar.bz2 b/gvfs-0.2.1.tar.bz2 deleted file mode 100644 index 2408f1c..0000000 --- a/gvfs-0.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb51a59ab302f156a4ea2ec359be015229432728a4091576267ad4ed6b7c847b -size 817139 diff --git a/gvfs-0.2.2.tar.bz2 b/gvfs-0.2.2.tar.bz2 new file mode 100644 index 0000000..f69be81 --- /dev/null +++ b/gvfs-0.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1787d32f9823dafbc7ef1722d534269f00419a84508b24569baa05d7bbbe812f +size 810873 diff --git a/gvfs.changes b/gvfs.changes index 6efcdef..d1110f9 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -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 diff --git a/gvfs.spec b/gvfs.spec index a3ba83f..b1bbebe 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -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 %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 %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 %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 %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