OBS User unknown 2009-02-17 17:20:08 +00:00 committed by Git OBS Bridge
parent 9d443e16ce
commit abc84ea658
4 changed files with 43 additions and 20 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 16 16:35:01 CET 2009 - mboman@suse.de
- Update to version 1.1.6:
+ Fix crashes
+ trash: Better messages
+ Clean up glib and gtk includes
+ archive: Build with later versions of libarchive
+ dav: Fix folder creation
+ dav: Fix redirection when user is specified in url
+ http: fix error propagation
+ sftp: Try to preserve ownership when replacing a file
-------------------------------------------------------------------
Tue Feb 3 08:24:38 EST 2009 - mboman@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gvfs (Version 1.1.5)
# spec file for package gvfs (Version 1.1.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -36,7 +36,7 @@ BuildRequires: libsmbclient-devel
BuildRequires: libsoup-devel
BuildRequires: pkg-config
Summary: VFS functionality for GLib
Version: 1.1.5
Version: 1.1.6
Release: 1
License: LGPL v2.0 or later
Group: Development/Libraries/C and C++
@ -217,6 +217,16 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang
%changelog
* Mon Feb 16 2009 mboman@suse.de
- Update to version 1.1.6:
+ Fix crashes
+ trash: Better messages
+ Clean up glib and gtk includes
+ archive: Build with later versions of libarchive
+ dav: Fix folder creation
+ dav: Fix redirection when user is specified in url
+ http: fix error propagation
+ sftp: Try to preserve ownership when replacing a file
* Tue Feb 03 2009 mboman@suse.de
- Update to version 1.1.5:
+ network: Pick up SMB shares from zeroconf
@ -224,7 +234,7 @@ rm -rf $RPM_BUILD_ROOT
+ obexftp: Support obexftp over usb
+ trash: Don't follow symlinks on delete
+ fix crashes
* Sun Feb 01 2009 mboman@suse.de
* Mon Feb 02 2009 mboman@suse.de
- Update to version 1.1.4:
+ Trash performance fixes
+ Fuse performance fixes
@ -244,9 +254,9 @@ rm -rf $RPM_BUILD_ROOT
- gvfs-novell-nautilus-plugin-filesystem.patch
- Provide the Nautilus backend for NDS and Novell File system browsing
- Solves bugs bnc#420155 , bnc#449396
* Thu Jan 08 2009 mboman@suse.de
* Fri Jan 09 2009 mboman@suse.de
- Remove gvfs-smb-browse-auth.patch. Fixed upstream
* Wed Jan 07 2009 hpj@novell.com
* Thu Jan 08 2009 hpj@novell.com
- Added gvfs-429959-handle-blank-schemas.patch (bnc#429959).
* Wed Jan 07 2009 mboman@suse.de
- Update to version 1.1.3:
@ -266,7 +276,7 @@ rm -rf $RPM_BUILD_ROOT
+ obex: Fix icon for root directory
+ http: Fix major memory leak
+ http: Support proxies
* Sun Dec 14 2008 mboman@suse.de
* Mon Dec 15 2008 mboman@suse.de
- Update to version 1.1.1:
+ Reverse map FUSE pathnames to gvfs locations
+ Fix crashes
@ -289,24 +299,24 @@ rm -rf $RPM_BUILD_ROOT
+ smb: support setting timestamp
- Remove gvfs-obexftp-updated-apis-3.patch. Fixed upstream
- Add gvfs-enable-deprecated.patch (bgo#564464)
* Thu Dec 04 2008 hpj@novell.com
* Fri Dec 05 2008 hpj@novell.com
- Added gvfs-smb-browse-auth.patch (bnc#437780).
* Tue Nov 11 2008 maw@suse.de
- Apply gvfs-dice-backend.patch correctly.
* Fri Nov 07 2008 banderso@novell.com
* Sat Nov 08 2008 banderso@novell.com
- updated gvfs-dice-backend.patch - feature complete for Beta 5
* Mon Oct 27 2008 jpr@novell.com
- Use bluez-devel not bluez in the BuildRequires (bnc#436950)
- List each backend individually so we know when one breaks
- Add gvfs-obexftp-update-apis-3.patch for bluez 4.x
* Tue Oct 21 2008 mboman@suse.de
* Wed Oct 22 2008 mboman@suse.de
- Update to version 1.0.2:
+ Make sure mount-added is always emitted when a mount operation is
completed
+ Crash fixes
+ Set st_blocks to make du and ls -s work
+ Stability fix with concurrent close and reads (made amarok2 crash)
* Thu Oct 02 2008 mboman@suse.de
* Fri Oct 03 2008 mboman@suse.de
- Update to version 1.0.1:
+ bgo#547568 - gvfsd-trash crash due to race condition
* Wed Sep 24 2008 hpj@suse.de
@ -334,13 +344,13 @@ rm -rf $RPM_BUILD_ROOT
* Mon Sep 08 2008 kukuk@suse.de
- Make obex-data-server really a recommends as requested initialy
in bugzilla.
* Mon Sep 01 2008 mboman@novell.com
* Tue Sep 02 2008 mboman@novell.com
- Update to version 0.99.6:
+ Better cross-backend copy/move logic.
+ Bugs fixed: bgo#548841, bgo#547133, bgo#538573, bgo#549253,
bgo#549553, bgo#550100, bgo#529971, rh#460223
+ Translation updates
* Sun Aug 31 2008 ro@suse.de
* Mon Sep 01 2008 ro@suse.de
- add libexpat-devel to buildrequires so that obex backend
is built
* Thu Aug 28 2008 maw@suse.de
@ -377,7 +387,7 @@ rm -rf $RPM_BUILD_ROOT
+ Many smaller bug fixes
+ Updated translations
- Remove upstreamed patch: gvfs-bnc368628-fuse-robustness.patch.
* Fri May 23 2008 hpj@suse.de
* Sat May 24 2008 hpj@suse.de
- Merge gvfs-bgo531516-fuse-cleanup-when-killed.patch into
gvfs-bnc368628-fuse-robustness.patch so as to avoid overlapping
patches.
@ -416,7 +426,7 @@ rm -rf $RPM_BUILD_ROOT
* sftp: Kerberos support
* smb: Port to new samba 3.2.0 API (backwards compat)
* sftp: Handle overwrites correctly (was silent overwrite)
* Tue Mar 25 2008 maw@suse.de
* Wed Mar 26 2008 maw@suse.de
- gvfs now recommends gvfs-backends (bnc#373477).
* Wed Mar 19 2008 maw@suse.de
- Reduce build requirements
@ -436,7 +446,7 @@ rm -rf $RPM_BUILD_ROOT
* Enviroment variable to disable fuse backend at runtime
* Mon Mar 17 2008 jpr@suse.de
- Add recommends for obex-data-server (bnc #368776)
* Thu Mar 13 2008 maw@suse.de
* Fri Mar 14 2008 maw@suse.de
- Update to version 0.2.0.1:
+ Fix crashes
+ Build and portability fixes
@ -448,7 +458,7 @@ rm -rf $RPM_BUILD_ROOT
+ obex: Give better error message on broken phones
+ sftp: Allow setting permissions
+ dav: Correct mount name, file icons and file types.
* Tue Mar 04 2008 jpr@suse.de
* Wed Mar 05 2008 jpr@suse.de
- Update to version 0.1.11
* Correctly free mounts
* Disable debug log
@ -482,7 +492,7 @@ rm -rf $RPM_BUILD_ROOT
* Add bash completion support for command line apps
* Fix handling of blank cds and audio cds
* Support port in sftp uris
* Thu Feb 28 2008 jpr@suse.de
* 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