From c4979b99f2042a3564ab212081c9b8fedac5f502e0f139d1a4673fd41510da6a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 11 Mar 2009 17:43:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gvfs?expand=0&rev=35 --- gvfs-1.1.6.tar.bz2 | 3 --- gvfs-1.1.8.tar.bz2 | 3 +++ gvfs.changes | 41 +++++++++++++++++++++++++++++++++++++++++ gvfs.spec | 40 ++++++++++++++++++++++++++++++++++++---- 4 files changed, 80 insertions(+), 7 deletions(-) delete mode 100644 gvfs-1.1.6.tar.bz2 create mode 100644 gvfs-1.1.8.tar.bz2 diff --git a/gvfs-1.1.6.tar.bz2 b/gvfs-1.1.6.tar.bz2 deleted file mode 100644 index 6de2b6e..0000000 --- a/gvfs-1.1.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:275151ec010eee216eb8bc0cda1b9a3aa0df33be1279bd02f25b17cdef7b1d26 -size 999325 diff --git a/gvfs-1.1.8.tar.bz2 b/gvfs-1.1.8.tar.bz2 new file mode 100644 index 0000000..2852c83 --- /dev/null +++ b/gvfs-1.1.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ea0c268880101de5579628ed1bae8cd6de37114918c44e4d1af7350b72f219 +size 1031399 diff --git a/gvfs.changes b/gvfs.changes index ce9bb8d..1b80eba 100644 --- a/gvfs.changes +++ b/gvfs.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Tue Mar 10 21:10:10 CET 2009 - vuntz@novell.com + +- Update to version 1.1.8: + + Fix crashers and leaks + + Handle file:// uris with anchors in gvfs-open + + fuse: Support ftruncate to the current file size + + escape/unescape hostname part in uris, allowing spaces in e.g. + smb domains + + hal: Fix "No mount object" error on mount + + Change details of the new .xdg-volume-info file format + + Fix races in cancellation of gvfs streams + + Remove debug spew from backends + + ftp: Fix anonymous login + + gphoto2: Ignore broken storages with no capacity + + Don't globally modify COMP_WORDBREAKS in bash completion script + + Don't ask for username when getting ssh key passphrase + +------------------------------------------------------------------- +Fri Mar 6 02:48:39 CET 2009 - vuntz@novell.com + +- Update to version 1.1.7: + + Fix build on some platforms + + ftp: Fix short read errors + + gphoto2: Make it work on iphone + + sftp: Fix symlink creation + + fuse: Better support of truncation, fixing OOo save + + proxy monitors: Support mount operations, etc + + gvfs-mount: add --device commandline support + + sftp: Fix protocol bug that made some servers not work + + general support for query_info over streams, implemented for + smb, sftp + + Initial support for .xdg-volume-info reading +- Remove -fno-strict-aliasing from CFLAGS. +- Remove AutoReqProv: it's default now. + +------------------------------------------------------------------- +Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + ------------------------------------------------------------------- Mon Feb 16 16:35:01 CET 2009 - mboman@suse.de diff --git a/gvfs.spec b/gvfs.spec index 51cc9ce..f6d43ca 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -1,5 +1,5 @@ # -# spec file for package gvfs (Version 1.1.6) +# spec file for package gvfs (Version 1.1.8) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -35,8 +35,9 @@ BuildRequires: libgphoto2-devel BuildRequires: libsmbclient-devel BuildRequires: libsoup-devel BuildRequires: pkg-config +BuildRequires: translation-update-upstream Summary: VFS functionality for GLib -Version: 1.1.6 +Version: 1.1.8 Release: 1 License: LGPL v2.0 or later Group: Development/Libraries/C and C++ @@ -53,7 +54,6 @@ Patch5: gvfs-nvvfs.patch Patch6: gvfs-nds.patch Url: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build -AutoReqProv: on Requires: %{name}-lang = %{version} Requires: libgvfscommon0 = %{version} Recommends: gvfs-backends @@ -135,6 +135,7 @@ Authors: %lang_package %prep %setup -n %{name}-%{version} +translation-update-upstream %patch0 -p1 %patch1 -p1 %patch4 -p1 @@ -142,7 +143,6 @@ Authors: #%patch6 -p1 %build -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" autoreconf -f libtoolize -c -f %configure \ @@ -217,6 +217,38 @@ rm -rf $RPM_BUILD_ROOT %files lang -f %{name}.lang %changelog +* Tue Mar 10 2009 vuntz@novell.com +- Update to version 1.1.8: + + Fix crashers and leaks + + Handle file:// uris with anchors in gvfs-open + + fuse: Support ftruncate to the current file size + + escape/unescape hostname part in uris, allowing spaces in e.g. + smb domains + + hal: Fix "No mount object" error on mount + + Change details of the new .xdg-volume-info file format + + Fix races in cancellation of gvfs streams + + Remove debug spew from backends + + ftp: Fix anonymous login + + gphoto2: Ignore broken storages with no capacity + + Don't globally modify COMP_WORDBREAKS in bash completion script + + Don't ask for username when getting ssh key passphrase +* Fri Mar 06 2009 vuntz@novell.com +- Update to version 1.1.7: + + Fix build on some platforms + + ftp: Fix short read errors + + gphoto2: Make it work on iphone + + sftp: Fix symlink creation + + fuse: Better support of truncation, fixing OOo save + + proxy monitors: Support mount operations, etc + + gvfs-mount: add --device commandline support + + sftp: Fix protocol bug that made some servers not work + + general support for query_info over streams, implemented for + smb, sftp + + Initial support for .xdg-volume-info reading +- Remove -fno-strict-aliasing from CFLAGS. +- Remove AutoReqProv: it's default now. +* Mon Feb 16 2009 sbrabec@suse.cz +- Added support for translation-update-upstream (FATE#301344). * Mon Feb 16 2009 mboman@suse.de - Update to version 1.1.6: + Fix crashes