From f8c2b9cbbf309a3834501ea8d49e0d1cfc968ff9b07b7381e44e7daf6ebdb1bc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 29 Feb 2008 22:05:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=6 --- gvfs-0.1.7.tar.bz2 | 3 --- gvfs-0.1.8.tar.bz2 | 3 +++ gvfs.changes | 20 ++++++++++++++++++++ gvfs.spec | 31 +++++++++++++++++++++++++++---- 4 files changed, 50 insertions(+), 7 deletions(-) delete mode 100644 gvfs-0.1.7.tar.bz2 create mode 100644 gvfs-0.1.8.tar.bz2 diff --git a/gvfs-0.1.7.tar.bz2 b/gvfs-0.1.7.tar.bz2 deleted file mode 100644 index 19f5b21..0000000 --- a/gvfs-0.1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f304dd6d334629a238b75160a1469adfa1c56a25740cccecd0f19cfddb30840 -size 596805 diff --git a/gvfs-0.1.8.tar.bz2 b/gvfs-0.1.8.tar.bz2 new file mode 100644 index 0000000..4a4418e --- /dev/null +++ b/gvfs-0.1.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c95f7a5410b26449fb9c0663e2568eae38e5192e68751f0f01a089d658295e3 +size 671919 diff --git a/gvfs.changes b/gvfs.changes index 67ae96b..1082b63 100644 --- a/gvfs.changes +++ b/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 diff --git a/gvfs.spec b/gvfs.spec index 3a0100b..a0d1bec 100644 --- a/gvfs.spec +++ b/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. # 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