This commit is contained in:
parent
57d1dc22ef
commit
51824de861
@ -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
3
gvfs-0.1.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f304dd6d334629a238b75160a1469adfa1c56a25740cccecd0f19cfddb30840
|
||||||
|
size 596805
|
16
gvfs.changes
16
gvfs.changes
@ -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
|
Fri Feb 8 16:19:18 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
20
gvfs.spec
20
gvfs.spec
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: gvfs
|
Name: gvfs
|
||||||
BuildRequires: dbus-1-devel fuse-devel glib2-devel hal-devel intltool libsmbclient-devel libsoup-devel pkg-config
|
BuildRequires: dbus-1-devel fuse-devel glib2-devel hal-devel intltool libsmbclient-devel libsoup-devel pkg-config
|
||||||
%if %suse_version <= 1020
|
%if %suse_version <= 1020
|
||||||
@ -18,8 +19,8 @@ BuildRequires: dbus-1-devel fuse-devel glib2-devel hal-devel intltool libsmbcli
|
|||||||
BuildRequires: extra-rpm-macros
|
BuildRequires: extra-rpm-macros
|
||||||
%endif
|
%endif
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
Version: 0.1.6
|
Version: 0.1.7
|
||||||
Release: 5
|
Release: 1
|
||||||
License: LGPL v2.0 or later
|
License: LGPL v2.0 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -93,6 +94,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 08 2008 maw@suse.de
|
||||||
- Recomend fuse (bnc#359928).
|
- Recomend fuse (bnc#359928).
|
||||||
* Wed Jan 30 2008 maw@suse.de
|
* Wed Jan 30 2008 maw@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user