SHA256
1
0
forked from pool/gvfs
OBS User unknown 2008-02-19 01:26:26 +00:00 committed by Git OBS Bridge
parent 57d1dc22ef
commit 51824de861
4 changed files with 36 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Feb 18 18:25:03 CET 2008 - maw@suse.de
- Update to version 0.1.7:
+ Update for gio API changes
+ Add gconf based implementation of
g_app_info_get_default_for_uri_scheme
+ Fix crashes
+ Allow navigation with http uris
+ Better file read performance with readahead and large block
reads
+ Lots of bugs fixed in trash backend
+ Pick up cdrom icons from autorun.inf
+ Add "filesystem" file to computer://
+ Fix renaming in sftp and smb.
-------------------------------------------------------------------
Fri Feb 8 16:19:18 CET 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gvfs (Version 0.1.6)
# spec file for package gvfs (Version 0.1.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -10,6 +10,7 @@
# norootforbuild
Name: gvfs
BuildRequires: dbus-1-devel fuse-devel glib2-devel hal-devel intltool libsmbclient-devel libsoup-devel pkg-config
%if %suse_version <= 1020
@ -18,8 +19,8 @@ BuildRequires: dbus-1-devel fuse-devel glib2-devel hal-devel intltool libsmbcli
BuildRequires: extra-rpm-macros
%endif
Summary: VFS functionality for GLib
Version: 0.1.6
Release: 5
Version: 0.1.7
Release: 1
License: LGPL v2.0 or later
Group: Development/Libraries/C and C++
Source0: %{name}-%{version}.tar.bz2
@ -93,6 +94,19 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang
%changelog
* Mon Feb 18 2008 maw@suse.de
- Update to version 0.1.7:
+ Update for gio API changes
+ Add gconf based implementation of
g_app_info_get_default_for_uri_scheme
+ Fix crashes
+ Allow navigation with http uris
+ Better file read performance with readahead and large block
reads
+ Lots of bugs fixed in trash backend
+ Pick up cdrom icons from autorun.inf
+ Add "filesystem" file to computer://
+ Fix renaming in sftp and smb.
* Fri Feb 08 2008 maw@suse.de
- Recomend fuse (bnc#359928).
* Wed Jan 30 2008 maw@suse.de