This commit is contained in:
parent
aa19f80051
commit
6ad3465f66
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:315edca46fa14497ca07434e5740d7add9bf3cd8d2237c29fddff2c6d7a4ccac
|
|
||||||
size 1049792
|
|
3
gvfs-1.2.2.tar.bz2
Normal file
3
gvfs-1.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ee301e9dbdfd4432313b6f5edafa42a8d3b28c60c3a705a18a5a6cef27c315ed
|
||||||
|
size 1049206
|
20
gvfs.changes
20
gvfs.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 14 15:16:19 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.2.2:
|
||||||
|
+ ftp: Fix error handling in some cases
|
||||||
|
+ proxy monitor: Fix warning spew
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 7 17:28:15 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.2.1:
|
||||||
|
+ Fix duplicate CD audio icons after remount
|
||||||
|
+ Fix problems mounting encrypted volumes
|
||||||
|
+ Handle usernames with @ in them better in uris
|
||||||
|
+ trash: handle weird filenames correctly
|
||||||
|
+ sftp: Fix various error conditions
|
||||||
|
+ volume monitors: emit pre-unmount signals
|
||||||
|
+ smb: Fix various error conditions
|
||||||
|
+ fuse: Make sure closing a file flushed the file on the backend
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 3 20:34:29 IST 2009 - msuman@suse.de
|
Fri Apr 3 20:34:29 IST 2009 - msuman@suse.de
|
||||||
|
|
||||||
|
26
gvfs.spec
26
gvfs.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gvfs (Version 1.2.0)
|
# spec file for package gvfs (Version 1.2.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -37,8 +37,8 @@ BuildRequires: libsoup-devel
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
Summary: VFS functionality for GLib
|
Summary: VFS functionality for GLib
|
||||||
Version: 1.2.0
|
Version: 1.2.2
|
||||||
Release: 2
|
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
|
||||||
@ -217,7 +217,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 02 2009 msuman@suse.de
|
* Tue Apr 14 2009 vuntz@novell.com
|
||||||
|
- Update to version 1.2.2:
|
||||||
|
+ ftp: Fix error handling in some cases
|
||||||
|
+ proxy monitor: Fix warning spew
|
||||||
|
* Tue Apr 07 2009 vuntz@novell.com
|
||||||
|
- Update to version 1.2.1:
|
||||||
|
+ Fix duplicate CD audio icons after remount
|
||||||
|
+ Fix problems mounting encrypted volumes
|
||||||
|
+ Handle usernames with @ in them better in uris
|
||||||
|
+ trash: handle weird filenames correctly
|
||||||
|
+ sftp: Fix various error conditions
|
||||||
|
+ volume monitors: emit pre-unmount signals
|
||||||
|
+ smb: Fix various error conditions
|
||||||
|
+ fuse: Make sure closing a file flushed the file on the backend
|
||||||
|
* Fri Apr 03 2009 msuman@suse.de
|
||||||
- Re-based gvfs-nds.patch to make it compile with gvfs-1.2.0
|
- Re-based gvfs-nds.patch to make it compile with gvfs-1.2.0
|
||||||
- Patched gvfs-nvvfs.patch and gvfs-nds.patch with fixes from
|
- Patched gvfs-nvvfs.patch and gvfs-nds.patch with fixes from
|
||||||
SLE11
|
SLE11
|
||||||
@ -372,7 +386,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Fix crash while browsing ssh locations
|
+ Fix crash while browsing ssh locations
|
||||||
+ Fix --enable/disable-keyring configure switch
|
+ Fix --enable/disable-keyring configure switch
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Tue Sep 16 2008 dmueller@suse.de
|
* Wed Sep 17 2008 dmueller@suse.de
|
||||||
- update buildrequires
|
- update buildrequires
|
||||||
* Wed Sep 10 2008 maw@suse.de
|
* Wed Sep 10 2008 maw@suse.de
|
||||||
- Update to version 0.99.7.1:
|
- Update to version 0.99.7.1:
|
||||||
@ -435,7 +449,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Add upstream fixes to thread locking and file handle life-cycles
|
- Add upstream fixes to thread locking and file handle life-cycles
|
||||||
to gvfs-bnc368628-fuse-robustness.patch. Prevents more crashes.
|
to gvfs-bnc368628-fuse-robustness.patch. Prevents more crashes.
|
||||||
- Depend on libcdio-devel for building, so we get the CDDA backend.
|
- Depend on libcdio-devel for building, so we get the CDDA backend.
|
||||||
* Wed May 21 2008 hpj@suse.de
|
* Thu May 22 2008 hpj@suse.de
|
||||||
- Add gvfs-bgo531516-fuse-cleanup-when-killed.patch, which fixes
|
- Add gvfs-bgo531516-fuse-cleanup-when-killed.patch, which fixes
|
||||||
the remaining issues covered by BNC #368628.
|
the remaining issues covered by BNC #368628.
|
||||||
* Tue May 13 2008 hpj@suse.de
|
* Tue May 13 2008 hpj@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user