SHA256
1
0
forked from pool/gvfs
OBS User unknown 2008-02-29 22:05:09 +00:00 committed by Git OBS Bridge
parent 4e2530529d
commit f8c2b9cbbf
4 changed files with 50 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Feb 29 18:23:46 CET 2008 - jpr@suse.de
- Update to 0.1.8
* Update for gio API changes
* Add gphoto2 backend
* Add network: and dns-sd: backend support
* Http and webdav backend updates
* Keyring support
* Fix crashes and deadlocks
* Add trash::item-count attribute to trash:///
* Fix smb reads > 65535 bytes breaking on some servers
* Fix cancellation race in reading
* Fill in thumbnail info for backends
* sftp: Handle host identity changes
* Enable translations everywhere
* Add bash completion support for command line apps
* Fix handling of blank cds and audio cds
* Support port in sftp uris
-------------------------------------------------------------------
Fri Feb 29 02:18:10 CET 2008 - jpr@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gvfs (Version 0.1.7)
# spec file for package gvfs (Version 0.1.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,15 +12,20 @@
Name: gvfs
BuildRequires: dbus-1-devel fuse-devel gconf2-devel glib2-devel hal-devel intltool libsmbclient-devel libsoup-devel pkg-config
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
%if %suse_version > 1010
BuildRequires: libgphoto2-devel
%else
BuildRequires: libgphoto2
%endif
%if %suse_version <= 1020
%define _prefix /opt/gnome
%define _sysconfdir /etc/%_prefix
BuildRequires: extra-rpm-macros
%endif
Summary: VFS functionality for GLib
Version: 0.1.7
Release: 5
Version: 0.1.8
Release: 1
License: LGPL v2.0 or later
Group: Development/Libraries/C and C++
Source0: %{name}-%{version}.tar.bz2
@ -85,6 +90,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/gvfs
%{_libdir}/gio
%{_libdir}/*.so.*
%{_sysconfdir}/profile.d/*
%files devel
%defattr(-, root, root)
@ -96,6 +102,23 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Feb 29 2008 jpr@suse.de
- Update to 0.1.8
* Update for gio API changes
* Add gphoto2 backend
* Add network: and dns-sd: backend support
* Http and webdav backend updates
* Keyring support
* Fix crashes and deadlocks
* Add trash::item-count attribute to trash:///
* Fix smb reads > 65535 bytes breaking on some servers
* Fix cancellation race in reading
* Fill in thumbnail info for backends
* sftp: Handle host identity changes
* Enable translations everywhere
* Add bash completion support for command line apps
* Fix handling of blank cds and audio cds
* Support port in sftp uris
* Fri Feb 29 2008 jpr@suse.de
- Move the gio modules into the main package (#358748)
- Enable gconf backend
* Mon Feb 18 2008 maw@suse.de