This commit is contained in:
parent
4e2530529d
commit
f8c2b9cbbf
@ -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
3
gvfs-0.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c95f7a5410b26449fb9c0663e2568eae38e5192e68751f0f01a089d658295e3
|
||||||
|
size 671919
|
20
gvfs.changes
20
gvfs.changes
@ -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
|
Fri Feb 29 02:18:10 CET 2008 - jpr@suse.de
|
||||||
|
|
||||||
|
31
gvfs.spec
31
gvfs.spec
@ -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.
|
# 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
|
||||||
@ -12,15 +12,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gvfs
|
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
|
%if %suse_version <= 1020
|
||||||
%define _prefix /opt/gnome
|
%define _prefix /opt/gnome
|
||||||
%define _sysconfdir /etc/%_prefix
|
%define _sysconfdir /etc/%_prefix
|
||||||
BuildRequires: extra-rpm-macros
|
BuildRequires: extra-rpm-macros
|
||||||
%endif
|
%endif
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
Version: 0.1.7
|
Version: 0.1.8
|
||||||
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
|
||||||
@ -85,6 +90,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/gvfs
|
%{_libdir}/gvfs
|
||||||
%{_libdir}/gio
|
%{_libdir}/gio
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%{_sysconfdir}/profile.d/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -96,6 +102,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Feb 29 2008 jpr@suse.de
|
* 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)
|
- Move the gio modules into the main package (#358748)
|
||||||
- Enable gconf backend
|
- Enable gconf backend
|
||||||
* Mon Feb 18 2008 maw@suse.de
|
* Mon Feb 18 2008 maw@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user