OBS User unknown 2008-03-10 01:57:01 +00:00 committed by Git OBS Bridge
parent f8c2b9cbbf
commit 48d2c0aa15
4 changed files with 46 additions and 6 deletions

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

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

View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Mar 5 01:30:36 CET 2008 - jpr@suse.de
- Update to version 0.1.11
* Correctly free mounts
* Disable debug log
* Fix volume monitor change reporting
* Fix timeout during automount
- enable obex backend
-------------------------------------------------------------------
Tue Mar 4 20:09:15 CET 2008 - maw@suse.de
- Update to version 0.1.9:
+ Added ftp backend
+ Added obexftp backend
+ Locking fixed for volume monitors
+ Better bash completion
+ Better webdav support
+ Allow backends to specify uri details in .mount file
+ Fix leaks and crashes
+ Fix icon for audio cds.
-------------------------------------------------------------------
Fri Feb 29 18:23:46 CET 2008 - jpr@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gvfs (Version 0.1.8)
# spec file for package gvfs (Version 0.1.11)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,7 +12,7 @@
Name: gvfs
BuildRequires: dbus-1-devel fuse-devel gconf2-devel glib2-devel gnome-keyring-devel hal-devel intltool libavahi-glib-devel libsmbclient-devel libsoup-devel pkg-config
BuildRequires: bluez-utils dbus-1-glib-devel fuse-devel gconf2-devel glib2-devel gnome-keyring-devel hal-devel intltool libavahi-glib-devel libsmbclient-devel libsoup-devel pkg-config
%if %suse_version > 1010
BuildRequires: libgphoto2-devel
%else
@ -24,7 +24,7 @@ BuildRequires: libgphoto2
BuildRequires: extra-rpm-macros
%endif
Summary: VFS functionality for GLib
Version: 0.1.8
Version: 0.1.11
Release: 1
License: LGPL v2.0 or later
Group: Development/Libraries/C and C++
@ -101,6 +101,23 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang
%changelog
* Wed Mar 05 2008 jpr@suse.de
- Update to version 0.1.11
* Correctly free mounts
* Disable debug log
* Fix volume monitor change reporting
* Fix timeout during automount
- enable obex backend
* Tue Mar 04 2008 maw@suse.de
- Update to version 0.1.9:
+ Added ftp backend
+ Added obexftp backend
+ Locking fixed for volume monitors
+ Better bash completion
+ Better webdav support
+ Allow backends to specify uri details in .mount file
+ Fix leaks and crashes
+ Fix icon for audio cds.
* Fri Feb 29 2008 jpr@suse.de
- Update to 0.1.8
* Update for gio API changes